We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, someone could help on this?
Regards.
python nmap-to-sqlite.py nmap_output.xml File "nmap-to-sqlite.py", line 87 ssl_issuer = f"{issuer_elems.get('commonName')} {issuer_elems.get('organizationName', '')}".strip() ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Cannot seem to replicate. Do you have any more information.
Sorry, something went wrong.
@edenon Are you running a modern version of python? At least 1.10 and preferably at least 1.12?
No branches or pull requests
Hello, someone could help on this?
Regards.
python nmap-to-sqlite.py nmap_output.xml
File "nmap-to-sqlite.py", line 87
ssl_issuer = f"{issuer_elems.get('commonName')} {issuer_elems.get('organizationName', '')}".strip()
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: