-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Scan immediately ends #5
Comments
same here. |
Do you guys have masscan installed? |
Yup. Nmap and masscan were installed from AUR |
Yes, in /usr/bin/masscan
…On Wed, Dec 18, 2019 at 10:48 PM axelarator ***@***.***> wrote:
Yup. Nmap and masscan were installed from AUR
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5?email_source=notifications&email_token=AFVSIHQW3YZYLT6LY7AELW3QZLVHLA5CNFSM4J4X4DT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHIJYOI#issuecomment-567319609>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFVSIHVQFIOOGDMCDMATL73QZLVHLANCNFSM4J4X4DTQ>
.
|
I had the issue and I realized it was because I wasn't using If I use
With Silver the error message was being sent to Can anyone with the problem see if using |
@kirkins That's a good lead! Add the following code to line #73 in print('masscan%s-p%s --rate 10000 -oG %s %s %s >/dev/null 2>&1' % (host, ports_to_scan, savefile, hostfile, exclude) Copy the printed out masscan command and run it with sudo in your terminal and see if masscan works. |
@s0md3v I'm sure it works because silver works perfectly fine for me once I use |
Thanks @kirkins 🎉 I am pushing a patch! |
The root permission thing has been documented and internal checks for dependencies (nmap, masscan, psutil) and the permission itself with pushed soon. |
For everyone who will come here to trouleshoot, this line is missing closing bracket and should be: print('masscan%s-p%s --rate 10000 -oG %s %s %s >/dev/null 2>&1' % (host, ports_to_scan, savefile, hostfile, exclude)) |
Using any IP, ETA is always 0 seconds and states there are 0 services to fingerprint.
On kali, works fine. On manjaro is where the issue is seen
The text was updated successfully, but these errors were encountered: