At last, I’m very happy to announce the release of the long-waited Anti NetCut version2.
Main Features:
- Works on Ubuntu/Fedora/RHEL..
- Written in Python so it’s easy to maintain and update.
- Automatic detection of almost everything (you might need to supply the interface name as illustrated below)
- Works perfectly with NetCut 2.8…
The usage instructions are too easy, just download and edit the antinetcut.py file (change “device=eth0″) to your interface name and run the script…
Notes
- You must leave the script running in the background, stopping the script means that you might get attacked again.
- After starting the script, it might take a few seconds before you get your connection back, so please be patient.
Anyone wants to join development, please see the official page http://code.google.com/p/antinetcut/
Download from here: Download Here










by Ahmed S. Farghal
29 Mar 2009 at 23:19
you might need to get the latest version from the google code page
by lio
05 May 2009 at 12:07
Alslam alikom
hi hello every one
i have tried this scribt in my small lab “two computers ”
but it doesnot work with net cut
the scribt is running but still i couldnot use internet
i know that the script fix my ARPtable ……Right?
the question is does it fix the ARPtable of the router ??????????????????????????
because the Arcai netcut poison both the victim and router ARPtables
thanks for ur effort
by Ahmed S. Farghal
05 May 2009 at 12:14
yes, it should be working on the router as well, but there is always a probability where the antinetcut can fail, the situation needs more investigation because things normall depends on the network speed.
by lio
05 May 2009 at 14:37
i don’t know why it always fail with me
waiting for ur dev.
thanks
by lio_013
26 Sep 2009 at 21:29
Dear Ahmed
i want to inform u that i have programmed a small application (in PyQt4)as an alternative for netcut i call it TuxCut
i will be happy if u take a look at the code
waiting for ur advice
http://bitbucket.org/a_atalla/tuxcut/src/tip/tuxcut.py
by lio_013
26 Sep 2009 at 21:41
u can add this function to auto detect the interface card
i put it in ur script and it works fine
def Get_parameter(cmd):
x=os.popen(cmd,’r')
parameter=x.readline()
parameter=parameter.strip(‘\n’)
return parameter
icard=Get_parameter(‘ip route list | grep “default” | cut -d ” ” -s -f 5′)
by Ahmed S. Farghal
27 Sep 2009 at 00:27
That won’t be platform independent, you should check the latest code on the svn in http://code.google.com/p/antinetcut and you’ll find a better way to detect the interface.
by lio_013
27 Sep 2009 at 00:44
yes i did it only for linux
i didnot notice that ur new vesion works for unix and mac