Command Injections
Injection Operators
Semicolon
; # %3b - Both systemsNew Line
\n # %0a - Both systemsBackground
& # %26 - Both systems (second output generally shown first)Pipe
| # %7c - Both systems (only second output is shown)AND Operator
&& # %26%26 - Both systems (only if first command succeeds)OR Operator
Sub-Shell (Linux Only)
Linux - Filtered Character Bypass
View Environment Variables
Space Bypass
Other Character Bypass
Blacklisted Command Bypass
Character Insertion
Case Manipulation
Reversed Commands
Encoded Commands
Windows - Filtered Character Bypass
View Environment Variables (PowerShell)
Space Bypass
Other Character Bypass
Blacklisted Command Bypass
Character Insertion
Case Manipulation
Reversed Commands
Encoded Commands
Last updated