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

[FEATURE] Add multiple output formats at once (such as nmap -oA) #6000

Open
six2dez opened this issue Jan 21, 2025 · 2 comments
Open

[FEATURE] Add multiple output formats at once (such as nmap -oA) #6000

six2dez opened this issue Jan 21, 2025 · 2 comments
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@six2dez
Copy link

six2dez commented Jan 21, 2025

Describe your feature request

Add multiple output formats at once, like nmap's -oA, in this case it should generate both markdown, json, jsonlines and plain text output.

Describe the use case of the feature

There are times when you want to generate json output to work with the output in a programmatic way, but you may also need to review the results in a manual way, for this second purpose the colored default plain text output is great.

Describe alternatives you've considered

No response

Additional context

No response

@six2dez six2dez added the Type: Enhancement Most issues will probably ask for additions or changes. label Jan 21, 2025
@ehsandeep
Copy link
Member

@six2dez apart from csv, you can generate all the output file in diff format from same run, see example below.

 echo example.com | nuclei -pt dns -o cli_output -jle jsonl_output -je json_output 

@GeorginaReeder
Copy link

Thanks for your feature request @six2dez , we'll take a look into this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

3 participants