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

Segmentation fault and.... #116

Open
clive7391 opened this issue Dec 29, 2019 · 0 comments
Open

Segmentation fault and.... #116

clive7391 opened this issue Dec 29, 2019 · 0 comments

Comments

@clive7391
Copy link

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.

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