Difference between revisions of "Anti NetCut"

From OnnoWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Sumber:  http://code.google.com/p/antinetcut/
 
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.
+
Salah satu serangan yang terkenal adalah ARP poisoning attack, hal ini menyebabkan banyak masalah pada sambungan internet yang di sharing dimana banyak 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...
+
Cara yang banyak digunakan untuk mendominasi akses Internet yang di share adalah menggunakan "NetCut" (Arp Poisoner untuk Windows) ada beberapa program anti-NetCut untuk windows, tapi tidak ada untuk Linux. Pada kesempatan ini di buat program antinetcut untuk Linux
  
 
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.
 
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.
Line 28: Line 28:
 
* http://code.google.com/p/antinetcut/
 
* http://code.google.com/p/antinetcut/
 
* http://code.google.com/p/antinetcut/downloads/detail?name=antinetcut-0.25.tar.gz
 
* http://code.google.com/p/antinetcut/downloads/detail?name=antinetcut-0.25.tar.gz
 +
* http://zoneblack.wordpress.com/2010/11/11/anti-arp-lokal-v2-buatan-anak-negeri/
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[Pertahanan Melawan ARP spoofing di Linux]]
 
* [[Mikrotik: Setup untuk Anti Netcut]]
 
* [[Mikrotik: Setup untuk Anti Netcut]]
 
* [[Keamanan Jaringan]]
 
* [[Keamanan Jaringan]]

Latest revision as of 13:06, 1 October 2012

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

Salah satu serangan yang terkenal adalah ARP poisoning attack, hal ini menyebabkan banyak masalah pada sambungan internet yang di sharing dimana banyak script kiddies.

Cara yang banyak digunakan untuk mendominasi akses Internet yang di share adalah menggunakan "NetCut" (Arp Poisoner untuk Windows) ada beberapa program anti-NetCut untuk windows, tapi tidak ada untuk Linux. Pada kesempatan ini di buat program antinetcut untuk Linux

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