Priv Esc

cd C:\Users\tyler\Desktop
dir
bash
python -c 'import pty;pty.spawn("/bin/bash")';

Last updated