codingo / Reconnoitre

A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
GNU General Public License v3.0
2.11k stars 456 forks source link

Segmentation fault and.... #116

Open clive7391 opened 4 years ago

clive7391 commented 4 years ago

Errors when running reconnoitre -t targets-live.txt -o reconnoitre-out --services --hostnames --dns --virtualhosts -w /usr/share/wordlists/rockyou.txt.gz

While the scan does run, it produces errors...

NSOCK ERROR [21182.2080s] mksock_bind_addr(): Bind to 0.0.0.0:918 failed (IOD #2806): Address already in use (98) Unable to split netmask from target expression: "reconnoitre-out/10.11.1.75/scans/10.11.1.75.nmap" mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers NSOCK ERROR [22338.1170s] mksock_bind_addr(): Bind to 0.0.0.0:921 failed (IOD #2250): Address already in use (98) NSOCK ERROR [22344.2170s] mksock_bind_addr(): Bind to 0.0.0.0:921 failed (IOD #2287): Address already in use (98) NSOCK ERROR [22347.2770s] mksock_bind_addr(): Bind to 0.0.0.0:920 failed (IOD #2323): Address already in use (98) NSOCK ERROR [22365.4670s] mksock_bind_addr(): Bind to 0.0.0.0:920 failed (IOD #2442): Address already in use (98) NSOCK ERROR [22371.5290s] mksock_bind_addr(): Bind to 0.0.0.0:921 failed (IOD #2478): Address already in use (98) NSOCK ERROR [22386.6840s] mksock_bind_addr(): Bind to 0.0.0.0:918 failed (IOD #2582): Address already in use (98) NSOCK ERROR [22419.9380s] mksock_bind_addr(): Bind to 0.0.0.0:921 failed (IOD #2812): Address already in use (98) NSOCK ERROR [22419.9380s] mksock_bind_addr(): Bind to 0.0.0.0:921 failed (IOD #2816): Address already in use (98) Segmentation fault Process Process-16: Traceback (most recent call last): File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, self._kwargs) File "/usr/local/lib/python3.7/dist-packages/Reconnoitre-1.0-py3.7.egg/Reconnoitre/lib/service_scan.py", line 61, in nmap_scan tcpresults = run_scan(TCPSCAN) File "/usr/local/lib/python3.7/dist-packages/Reconnoitre-1.0-py3.7.egg/Reconnoitre/lib/subprocess_helper.py", line 8, in run_scan return subprocess.check_output(scan, shell=True, stderr=stderr, universal_newlines=True) File "/usr/lib/python3.7/subprocess.py", line 411, in check_output kwargs).stdout File "/usr/lib/python3.7/subprocess.py", line 512, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'nmap -vv -Pn --disable-arp-ping -sS -A -sC -p- -T 3 -script-args=unsafe=1 --dns-servers -oN 'reconnoitre-out/10.11.1.221/scans/10.11.1.221.nmap' -oX 'reconnoitre-out/10.11.1.221/scans/10.11.1.221_nmap_scan_import.xml' 10.11.1.221' returned non-zero exit status 139.