Digital Camouflage
40 points Medium

We need to gain access to some routers. Let's try and see if we can find the password in the captured network data: https://mega.nz/#!XDBDRAQD!4jRcJvAhMkaVaZCOT3z3zkyHre2KHfmkbCN5lYpiEoY Hint 1: It looks like someone logged in with their password earlier. Where would log in data be located in a network capture?<br /> Hint 2: If you think you found the flag, but it doesn't work, consider that the data may be encrypted.

Credit: picoCTF 2017

Flag
Rating 4.26
5
4
3
2
1

Discussion

2 ez 4 medium

0

you can use strings or wireshark but for strings to me was very fast i just analysed where the input of password and username is and when i got the passwd i just removed last strings because they where not meaningful to me and for the passwd too

0
Protected
0

Nice CTF! Require basic knowledge of wireshark and networking

0

Not happy I wasted so much time after not realising I had found the flag. I Base64'd the password, but having seen the result was nothing like the usual flags on this site, I assumed I needed to look deeper :(

0

HINT: the encryption is a base64

0

unfortunately... not a great challenge... the flag should be obvious when you see it not a random string...

1

analyze pcap POST /p***s/, password is encoded in base64, decode for answer

0

just POST filter :)))

1

HINT/ Guys, u searching about a password, not a flag

1