You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states that the '-f' flag will parse an NMAP XML file as host input. I know this feature has existed in the Linux version, but doesn't seem to function properly in the Windows version. I presume there are reasons for this but wanted to verify this is a known issue.
The text was updated successfully, but these errors were encountered:
I think you're wanting an enhancement to add XML support on the C# implementation. The -f is intended for line-separated URLS. If implemented, I believe it would be aligned with the -x argument to parse XML for URLS.
Relkci
changed the title
Lack of NMAP XML Parsing in Windows EXE Release
Implement XML Parsing in Windows EXE Release
Jan 11, 2024
OS Used - ALL Information (architecture, linux flavor, etc.)
Windows 10 (EXE)
Pastebin link to error you are encountering
It will auto detect the file you give it with the -f flag as either being a text file with URLs on each new line, nmap xml output, or nessus xml output.
https://github.com/FortyNorthSecurity/EyeWitness/blob/master/README.md
Expected behavior (vs. what you encountered)
The usage of the '-f' flag to parse an NMAP XML
Any additional information
The documentation states that the '-f' flag will parse an NMAP XML file as host input. I know this feature has existed in the Linux version, but doesn't seem to function properly in the Windows version. I presume there are reasons for this but wanted to verify this is a known issue.
The text was updated successfully, but these errors were encountered: