Some commands
Some commands I often use
Using pandoc to convert docx to md file for github
Extract images from docx files:
pandoc input.doc -t gfm --extract-media=./images -o index.md
Convert docx to md
pandoc -f docx -t markdown -o input.md input.docx
Check listening ports
netstat -ant
Nmap scan - general
nmap -sS <target IP>