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

on macOS, mas.scan doesn't work. #48

Open
StupidRepo opened this issue Dec 7, 2022 · 3 comments
Open

on macOS, mas.scan doesn't work. #48

StupidRepo opened this issue Dec 7, 2022 · 3 comments

Comments

@StupidRepo
Copy link

StupidRepo commented Dec 7, 2022

When I try running masscan itself on Terminal, it gives me output. In Python3, it doesn't work
FIXED: Run python3 as sudo.

@MyKings
Copy link
Owner

MyKings commented Feb 1, 2023

@StupidRepo
This is the result of using python 3.10.7 on macOS:

$ python3 -V
Python 3.10.7

$ python3 example.py
masscan version: v1.3.2
masscan command line: masscan -oJ - 10.*.*.* -p T:80,1900
{"command_line": "masscan -oJ - 10.*.*.* -p T:80,1900", "scan": {"10.*.*.*": [{"port": 80, "proto": "tcp", "status": "open", "reason": "syn-ack", "ttl": 62}]}}
Host: 10.*.*.* [{'port': 80, 'proto': 'tcp', 'status': 'open', 'reason': 'syn-ack', 'ttl': 62}]

@StupidRepo
Copy link
Author

Without sudo?

@Besix2
Copy link

Besix2 commented Feb 6, 2023

masscan needs sudo to work so maybe thats the fault

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

3 participants