Wednesday, May 23, 2012

netcut for linux (tuxcut)

Tuxcut, application for cut access internet on the network good hot spot or workgroup, whit utilize protocol ARP for sending ARP poisoning, take from official site.http://bitbucket.org/a_atalla/tuxcut/src/



Tucxcut made using PyQt programs language.

 excess Tuxcut from application one type like Netcut is completed fiture for protected self added mac scanning and mac changer. following is step installation Tuxcut on Ubuntu.
- Install arp-scan whit command

$ sudo apt-get install arp-scan
 
- install dsniff whit command
$ sudo apt-get install dsniff
- Install library
$ sudo apt-get install -f
- Install arptables, download version new arptables Install arptables, on the http://sourceforge.net/projects/ebtables/files/arptables/
$ wget http://sourceforge.net/projects/ebtables/files/arptables/arptables-v0.0.3/arptables-v0.0.3-4.tar.gz
$ tar zxf arptables-v0.0.3-3.tar.gz
$ cd arptables-v0.0.3-3
$ sudo make && make install
- Install Tuxcut whit command
$ wget http://bitbucket.org/a_atalla/tuxcut/downloads/TuxCut-3.2_all.deb
$ sudo dpkg -i TuxCut-3.2_all.deb

UPDATE : Backtrack 5 R1
if you using bt 5 r1 moment running Tuxcut are that error whit message

 Connection Error","you are not connected to any network,TuxCut will Quit

or

arping: invalid option -- 'f'

ways to improve

root@bt:~# apt-get autoremove arping
root@bt:~# apt-get install iputils-arping
root@bt:~# apt-get install python-scapy



Recent Posts