Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 360 Bytes

237.md

File metadata and controls

13 lines (9 loc) · 360 Bytes
  1. Given is a network capture file whose contents can be read using tshark. From Hint 1,

    tshark -r data.pcap -Y "http.request.method == POST" -Tfields -e text
  2. We get login credentials which contain an encoded password:

    echo "<pswrd>" | base64 -d