Difference between revisions of "Anti NetCut"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://code.google.com/p/antinetcut/ One of the most commonly known attack is the ARP poisoning attack, this causes a lot of problems for people having a shared internet connecti...)
 
Line 31: Line 31:
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[Mikrotik: Setup untuk Anti Netcut]]
 
* [[Keamanan Jaringan]]
 
* [[Keamanan Jaringan]]
 
* [[Linux Howto]]
 
* [[Linux Howto]]
  
 
[[Category: Network Security]]
 
[[Category: Network Security]]

Revision as of 12:41, 22 September 2010

Sumber: http://code.google.com/p/antinetcut/

One of the most commonly known attack is the ARP poisoning attack, this causes a lot of problems for people having a shared internet connection with script kiddies.

In Egypt, a very common approach people use to dominate the internet connection is to use "NetCut" (Arp Poisoner for Windows) and there are several anti-NetCut programs for windows but nothing for Linux. So I decided to write one...

The latest version from Antinetcut support all flavors of Unix/Linux and Mac OS X, so it's the only program that's available to protect against that specific ARP poisoning attack in all Unix/Linux platforms.

Antinetcut run as daemon and can be remotely controlled by XMLRPC, currently listening on the loopback interface only for in-machine control.

Menjalankan di Linux

Requirements

  • Python 2.5+
  • Libpcap (Not necessary if you are under Linux)

Details

Simply start the antinetcut service by this command

./antinetcut.py start

and you can know if everything went OK or not in the log file at /var/log/antinetcut.log

Referensi

Pranala Menarik