abhisharma404 / vault

swiss army knife for hackers
https://abhisharma404.github.io/vault
MIT License
512 stars 94 forks source link

Check sudo before starting Port Scanner #66

Closed abhisharma404 closed 5 years ago

abhisharma404 commented 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.

mzfr commented 5 years ago

@abhisharma404 Also working on this one,