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-sensitivegreping specific content from a JSON file
cat file.json | gron | grep {word_goes_here} | gron -u
gron - Make JSON greppable
gron -u - Undoing the stuffSome less popular use of httpx
httpxhttpx -l hosts.txt -o output.txt -json -csvScreenshot and Headless Browser:
Display status code and headers:
Rate-limit and threading:
Last updated
Was this helpful?
