Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nmap PortScannerError #114

Open
Gabbo28 opened this issue Apr 5, 2020 · 0 comments
Open

nmap PortScannerError #114

Gabbo28 opened this issue Apr 5, 2020 · 0 comments

Comments

@Gabbo28
Copy link

Gabbo28 commented Apr 5, 2020

Hi,
I am running Warberry Pi on Raspberri Pi 3 B+ with Kali 4.19.93-Re4son-v8+.

Running warberry.py I always get the same error:

[+] Scanning for Windows Hosts ...
[+] Scanning for FTP ...
[+] Scanning for MSSQL Databases ...
[+] Scanning for MySQL Databases ...
[+] Scanning for Oracle Databases ...
Traceback (most recent call last):
File "warberry.py", line 66, in
warberry()
File "warberry.py", line 59, in warberry
x = Warberry(options)
File "/home/verhu/warberry/src/warberrySetup/Warberry.py", line 60, in init
self.warberryArgs.getInterface(), self.warberryArgs.getQuick(), warberryDB)
File "/home/verhu/warberry/src/warberrySetup/WarberryInformationGathered.py", line 86, in scanning
scanner.single_port_scanner(self.CIDR, intensity, iface, self.liveIPs,war_db)
File "/home/verhu/warberry/src/core/scanners/targetted_scanner.py", line 44, in single_port_scanner
str(temp[1]), hostlist, iface, war_db)
File "/home/verhu/warberry/src/core/scanners/targetted_scanner.py", line 63, in scanner
nm.scan(hosts=h, arguments=arg)
File "/usr/local/lib/python2.7/dist-packages/nmap/nmap.py", line 266, in scan
nmap_warn_keep_trace=nmap_warn_keep_trace
File "/usr/local/lib/python2.7/dist-packages/nmap/nmap.py", line 325, in analyse_nmap_xml_scan
raise PortScannerError(nmap_err)
nmap.nmap.PortScannerError: u"nmap: Target.cc:503: void Target::stopTimeOutClock(const timeval*): Assertion `htn.toclock_running == true' failed.\n"

Could you give any help plz?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant