https://bitbucket.org/a_atalla/tuxcut/downloads/TuxCut-3.2_all.debOpen terminal and write
root@bt:~# dpkg -i TuxCut-3.2_all.debAfter successful installation, edit the file in / usr / share / tuxcut / tuxcut.py
then edit the line 63
-previous
gwMAC= Get_parameter('arping -I '+icard+'-F'+gwip+' | grep"Unicast"|cut -d" "-f5|cut -d"[" f2 |cut -d"]"-f1')
-after the edit
gwMAC= Get_parameter('arp -a | cut -d" " -f4 | cut -d "[" -f2 | cut -d"]" -f1')
-then save, or press ctrl + x to save the changes
-then run the program
root@bt:~# tuxcut
Finish and Happy :)
0 comments:
Post a Comment