Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.04 KB

NetBlocker

This application will help you block machines on the network to communicate with a specific machine in your network.

You can find the application in the download folder and download it. You will be needing Java and winpcap in your machine for this application to work

Please do not use this in unauthorized networks

Instructions

Windows

  • doanload and install winpcap from the link below
  • winpcap download
  • add the location Packet.dll and wpcap.dll to system environment variable in PATH variable located in system32 folder
  • eg:- C:\Windows\System32\wpcap.dll; C:\Windows\System32\Packet.dll;

Linux

  • install libpcap

libraries used

Pcap4j - github

apache commons-cli - github

Usage examples

java -jar NetBlocker.jar -h (help)