Scapy / Kivy - Tut-2

preview_player
Показать описание
How to create ARP packets to scan your Local area network with Python (Scapy). We will need this information for the following tutorials.
Рекомендации по теме
Комментарии
Автор

awesome video sir..thanks for sharing your knowlegde

richierichard
Автор

thank you, you really speak like Gilfoyle :XD

sudarshanrbhat
Автор

Thank you very much i'll work hard to spread it out

BacktrackSec
Автор

my python just quits unexpectedly as soon as i run the arpResponse = srp1(...) command, any ideas whats causing it?

DavWebber
Автор

Thank you for yr share.
But I have the following problem:
after input 
arpResponse = srp1(arpRequest, iface='eth0') then enter
cannot receive the packets as your display "Received 1 packets..."
just display  continue, I need to ctrl-z to break it.
any idea,  what wrong

leungkenneth
Автор

awesome tutorial, loved it.
Here is my problem (similar to @Leung Kenneth):
when I'm sending one arpRequest to an IP that I know is being used, I'm fine, the code works exactly as you described in the tutorial. However, when I do the multithreading and try to sweep the whole subnet, the IP's that are taken by a machine work fine but the threads that are looking for unused IP's keep filling my screen with dots. and ctrl+c doesn't stop my script, and I am forced to kill the python process.
Can you help me find where I'm doing wrong?

Thank you again.

solsav