Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@devanshbatham devanshbatham released this 24 Aug 18:06
· 1 commit to main since this release

Release Notes: v0.0.2

Features:

  • Added a new command-line flag -q to suppress the tool banner when running the program.
  • When the -q flag is used, the banner will not be displayed, providing a quieter output experience.
  • This enhancement is particularly useful for scenarios where a minimalistic output is desired, such as automated scripts and background tasks.

Usage:

To suppress the tool banner and display only essential output, simply include the -q flag when running the program. For example:

headerpwn -url https://example.com -headers headers.txt -q

If the -q flag is omitted, the program will continue to display the banner as part of its output.