Newsletter
TechAnV Blog
Get updates on security engineering, Rust, eBPF, and DevSecOps. No spam, unsubscribe anytime.
Check your inbox and click the confirmation link to complete your subscription.
LetsDefend - Http Basic Auth#
Created: 26/01/2024 13:30 Last Updated: 05/06/2024 20:40

We receive a log indicating a possible attack, can you gather information from the .pcap file?
Log file: .https://files-ld.s3.us-east-2.amazonaws.com/webserver.em0.zip Pass: 321 /root/Desktop/ChallengeFile/webserver.em0.pcap
Note: pcap file found public resources.
Start Investigation#
How many HTTP GET requests are in pcap?
15
What is the server operating system?
1FreeBSD
What is the name and version of the web server software?
1Apache/2.2.15What is the version of OpenSSL running on the server?
1OpenSSL/0.9.8nWhat is the client’s user-agent information?
1Lynx/2.8.7rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.8nWhat is the username used for Basic Authentication?
1webadmin

What is the user password used for Basic Authentication?
1W3b4Dm1nSummary#
There is a basic authentication happened during in this pcap file.

Badge Acquired