Difference between revisions of "Anti NetCut"
Onnowpurbo (talk | contribs) (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...) |
Onnowpurbo (talk | contribs) |
||
(3 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/ | ||
− | + | 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. | 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]] | ||
* [[Keamanan Jaringan]] | * [[Keamanan Jaringan]] | ||
* [[Linux Howto]] | * [[Linux Howto]] | ||
[[Category: Network Security]] | [[Category: Network Security]] |
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
- http://code.google.com/p/antinetcut/
- 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/