You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo ./detect.py 192.168.1.0/24 data.db
Traceback (most recent call last):
File "./detect.py", line 84, in
getNmapScan(sys.argv[1]) #SCAN NETWORK
File "./detect.py", line 34, in getNmapScan
output = subprocess.run(["sudo","nmap","-v","-sn",range,"-oX",filename], capture_output=True)
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'
The text was updated successfully, but these errors were encountered:
Tried it on my Raspberry Pi and got this error:
sudo ./detect.py 192.168.1.0/24 data.db
Traceback (most recent call last):
File "./detect.py", line 84, in
getNmapScan(sys.argv[1]) #SCAN NETWORK
File "./detect.py", line 34, in getNmapScan
output = subprocess.run(["sudo","nmap","-v","-sn",range,"-oX",filename], capture_output=True)
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'
The text was updated successfully, but these errors were encountered: