mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-12-02 15:59:09 +00:00
11 lines
204 B
Text
11 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
|