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

fix csv output #884

Merged
merged 3 commits into from
Dec 27, 2023
Merged

fix csv output #884

merged 3 commits into from
Dec 27, 2023

Conversation

dogancanbakir
Copy link
Member

$ go run . -list host.lst -top-ports 1000 -o result.csv -csv -cdn -exclude-cdn -scan-all-ips

before
result.csv:
image

after
result.csv:
image

Please note that two columns in rows 6-11 are missing in the fields.

Closes #882.

@dogancanbakir dogancanbakir self-assigned this Dec 6, 2023
Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - I think probably it's worth tracking in a follow up ticket to split the port components (...,port-protocol-TLS,...) into independent fields (...,port,protocol,tls,...)

@Mzack9999 Mzack9999 merged commit f0a9123 into dev Dec 27, 2023
9 checks passed
@Mzack9999 Mzack9999 deleted the fix_csv_output branch December 27, 2023 17:56
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

Successfully merging this pull request may close these issues.

Missing CDN info in CSV file, with mal-formated port data
2 participants