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

SyntaxWarning with nmap #125

Open
BLuef0x27 opened this issue Mar 19, 2021 · 0 comments
Open

SyntaxWarning with nmap #125

BLuef0x27 opened this issue Mar 19, 2021 · 0 comments

Comments

@BLuef0x27
Copy link

I did an install on my kali machine but i have an error when running the script:

/usr/share/nmap/Reconnoitre/Reconnoitre/reconnoitre.py:32: SyntaxWarning: "is" with a literal. Did you mean "=="?
if util is "nmap":
/usr/share/nmap/Reconnoitre/Reconnoitre/reconnoitre.py:49: SyntaxWarning: "is" with a literal. Did you mean "=="?
if util is "nmap":
Traceback (most recent call last):
File "/usr/share/nmap/Reconnoitre/Reconnoitre/reconnoitre.py", line 7, in
from .lib.core.input import CliArgumentParser
ImportError: attempted relative import with no known parent package

pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9) <-- Current pip version

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