mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 13:34:12 +00:00
os command execution cheatsheet cleanup
This commit is contained in:
parent
8645354266
commit
a9d9991944
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Remote Command Exec Cheatsheet
|
||||
|
||||
**Executing Commands**
|
||||
|
||||
Various ways of separating Commands:<br>
|
||||
``` blah;blah2 ```
|
||||
|
||||
|
@ -19,7 +20,7 @@ Various ways of separating Commands:<br>
|
|||
**Shell commands without spaces**
|
||||
|
||||
Using Internal Field Separator (IFS):<br>
|
||||
Test for cmd injection withouot spaces:<br>
|
||||
Test for cmd injection without spaces:<br>
|
||||
``` sleep${IFS:0:1}20 ```<br>
|
||||
|
||||
Example IFS netcat backdoor without spaces:<br>
|
||||
|
|
Loading…
Reference in a new issue