Closed abhisharma404 closed 5 years ago
Port Scanner uses Scapy to frame and send packets, running without root permission causes the failure of packet sending. Take the example of def is_root() in src/lib/scanner/ip_scanner/arp_scanner.py and implement it in port_scanner.py.
def is_root()
src/lib/scanner/ip_scanner/arp_scanner.py
port_scanner.py
@abhisharma404 Also working on this one,
Port Scanner uses Scapy to frame and send packets, running without root permission causes the failure of packet sending. Take the example of
def is_root()
insrc/lib/scanner/ip_scanner/arp_scanner.py
and implement it inport_scanner.py
.