Jules

Results 1 issues of Jules

Hello :) With some options given to the nmap such as (type ping): ``` nm = NmapProcess('192.168.0.0/24', options='-e wlan0 -n -sP -PR') nm.sudo_run() report = NmapParser.parse(nm.stdout) print report.scan_type ``` The...

bug