-
Notifications
You must be signed in to change notification settings - Fork 188
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
python-nmap doesn't include PortScanner() module #3
Comments
u get answer for this? |
Any update ? |
nmap is shadowed by some other nmap function on Python 3.7. |
This will probably solve it for you: https://stackoverflow.com/a/44946218/4484025 |
here try this out if the problem doesnt work simple wrapper for many tools feel free to contribute |
`C:\Users\willy\PycharmProjects\TryExcept\venv\Scripts\python.exe C:/Users/willy/PycharmProjects/TryExcept/main.py Process finished with exit code 1` |
check this out @Wleroy280 |
nmap.PortScanner()
AttributeError: 'module' object has no attribute 'PortScanner'
The text was updated successfully, but these errors were encountered: