HTB -MarketDump-Foren
Hello Friends
Challenge Name : Market Dump
Category : Forensics
simple chall from HTB
One Liner Flag :
flag@HTB> strings MarketDump.pcapng|grep American|strings -n 40 |head -n 1|cut -d "," -f2|base58 -d
HTB{DonTRuNAsRoOt!MESsEdUpMarket}
A file called Consumers.sql is contained in the http protocol, and Base58 is interspersed between the details in the file.
1.use base58 -d
or cyber chef
2.use wireshark -> http follow
-> search the different line exists in the constumer.sql
Thank you !