2014 CSAW CTF Qual - Networking 100 - Big Data
- use tool:
chaosreader
to process file:pcap.pcapng
produces: - search through all html output for flag
- flag{bigdataisaproblemnotasolution}
pcap.pcapng-chaosreader ├── getpost.html ├── httplog.text ├── image.html ├── index.html <= entry point to view results ├── index.text ... ├── session_0089.telnet.html ├── session_0089.telnet.replay ...
for f in pcap.pcapng-chaosreader/*.html; do cat "${f}" | w3m -dump -T text/html "${f}"; done | egrep "flag{"