hi@hectortoral.com

1 min read

CommandDescription
tree -L 1Lists contents of current directory
curl -s -X GET <url>Makes a GET request to a webserver and receives HTML source code of requested web page
curl -I -X GET <url>Prints the response header of the GET request from the requested web page
curl -X POST -d <data> <url>Sends a POST request with data to specific webserver
wpscan --url <url> -e apScans specific WordPress application to enumerate plugins
wpscan --url <url> -e uScans specific WordPress application to enumerate users
msfconsoleStarts Metasploit Framework
html2textConverts redirected HTML output or files to easily readable output
grep <pattern>Filters specific pattern in files or redirected output
jqTransforms JSON input and streams of JSON entities
man <tool>Man provides you with the manpage of the specific tool