Skip to content

How to write output to file using docker image #1955

Closed Answered by ehsandeep
HeangSok asked this question in Q&A
Discussion options

You must be logged in to vote

@HeangSok you can write the output to local file either using tee or redirecting the output to file with >, for example:

docker run projectdiscovery/nuclei -id tech-detect -u https://www.hackerone.com | tee output1.txt

or

docker run projectdiscovery/nuclei -id tech-detect -u https://www.hackerone.com > output2.txt

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@HeangSok
Comment options

@ehsandeep
Comment options

@HeangSok
Comment options

Answer selected by ehsandeep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1954 on May 08, 2022 14:00.