Quantcast
Channel: Program for ARP scanning - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Em L for Program for ARP scanning

1、Why there is a tuple ans,unans ?A: srp return answered and unanswered packets, so it is a tuple.srp function2、Whats is inter= 0.1 ?A: inter is a interval which resend unanswered packets or retry when...

View Article



Answer by coder for Program for ARP scanning

About the code: ans,unans = srp(Ether(dst = "ff:ff:ff:ff:ff:ff")/ARP(pdst = ips), timeout = 2, iface = interface ,inter= 0.1)What this code does is fairly simple. You use the srp funtion to send...

View Article

Program for ARP scanning

#!/usr/bin/python3#Fazer arping da conexaoimport sysfrom datetime import datetimefrom scapy.all import *try: interface = input ("\n[*] Set interface: ") ips = input("[*] Set IP RANGE or Network:...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images