Page cover

Interesting command

Some of the common but less popular ways of using the common comands

grep

grep -Hnri {word_goes_here} {file_goes_here}

H - Display the file_name
n - displays the line number
r - recursively
i - case-sensitive

greping specific content from a JSON file

cat file.json | gron | grep {word_goes_here} | gron -u

gron    - Make JSON greppable
gron -u - Undoing the stuff

  1. Output options:

httpx -l hosts.txt -o output.txt -json -csv
  1. Advanced matching and filtering:

  1. Screenshot and Headless Browser:

  1. Display status code and headers:

  1. Rate-limit and threading:

Last updated

Was this helpful?