mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Fix Markdown line break
This commit is contained in:
parent
4cf6db8461
commit
205e922b9b
@ -55,8 +55,7 @@ functions:
|
|||||||
t:close();' > $TF
|
t:close();' > $TF
|
||||||
nmap --script=$TF
|
nmap --script=$TF
|
||||||
file-download:
|
file-download:
|
||||||
- description: Fetch remote file sent to a local TCP port. Run `nc target.com 12345
|
- description: Fetch remote file sent to a local TCP port. Run `nc target.com 12345 < "file_to_send"` on the attacker box to send the file.
|
||||||
< "file_to_send"` on the attacker box to send the file.
|
|
||||||
code: |
|
code: |
|
||||||
export LPORT=12345
|
export LPORT=12345
|
||||||
export LFILE=file_to_save
|
export LFILE=file_to_save
|
||||||
|
Loading…
Reference in New Issue
Block a user