abhisharma404/vault

Check sudo before starting Port Scanner

abhisharma404 opened this issue · 1 comments

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.

mzfr commented

@abhisharma404 Also working on this one,