mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-12-03 08:09:11 +00:00
12 lines
204 B
Text
12 lines
204 B
Text
|
# list of potentially useful unix commands to fuzz inside an os command execution bug
|
||
|
uname -n -s
|
||
|
whoami
|
||
|
pwd
|
||
|
last
|
||
|
cat /etc/passwd
|
||
|
ls -la /tmp
|
||
|
ls -la /home
|
||
|
ping -i 30 127.0.0.1
|
||
|
ping 127.0.0.1
|
||
|
ping -n 30
|