7MS #590: Hacking Billy Madison - Part 2 - a podcast by Brian Johnson

from 2023-09-22T14:00

:: ::

Today my Paul and I continued hacking Billy Madison (see part one here) and learned some interesting things:

  • You can fuzz a URL with a specific file type using a format like this:
wfuzz  -c -z file,/root/Desktop/wordlist.txt --hc 404 http://x.x.x.x/FUZZ.cap 
  • To rip .cap files apart and make them "pretty" you can use tpick:
tcpick -C -yP -r tcp_dump.pcap 

Or tcpflow:

apt install tcpflow tcpflow -r 
  • To do port knocking, you can use the knock utility:
sudo git clone https://github.com/grongor/knock /opt/knock knock 1.2.3.4 21 23 25 69 444 7777777 

Further episodes of 7 Minute Security

Further podcasts by Brian Johnson

Website of Brian Johnson