Skip to content

A simple tool to cut people's network with ARP spoofing, written in golang

Notifications You must be signed in to change notification settings

enigma522/netcut-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features:

  • scan network
  • cut network
  • bandwidth limiting (in dev)

scan network

sudo go run ./main.go -scan -cidr 192.168.0.0/24 -i wlp49s0

to cut off a device

sudo go run ./main.go -i wlp49s0 -cut -ip 192.168.0.2

output

Scanning network 192.168.0.2/32...
Waiting for responses...
Discovered device: IP=192.168.0.2, MAC=7c:fd:6b:xx:xx:xx, HOSTNAME: []
Stopping packet capture after scan completion.
2024/10/23 15:42:25 Cut off device: IP: 192.168.0.2, MAC: 7c:fd:6b:xx:xx:xx, HOSTNAME: []

About

A simple tool to cut people's network with ARP spoofing, written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages