Mastering Command-Line Tools For Json/Html Filtering And Formatting

command-line
JSON filtering
HTML formatting
jq
jqterm
htmlq
pup
This text discusses command-line tools for filtering and formatting JSON/HTML, including jq, jqterm, htmlq, and pup. These tools are essential for hackers to efficiently manipulate data, search, and extract information using regular expressions and filters.
Published

September 28, 2022


commandline json/html filter and formatters

for hackers, filtering matters.

jq

jqterm online jq repl

htmlq is for querying html with selectors, extracting text from html

pup download from release

one must collect a handful set of regular expression/filters to do hacking

searching, regex, two most important things for hackers. it’s not about blindly collecting data. it’s power and knowledge.