HackTheBox is a completely independent and open challenge based platform allowing you to test your hacking skill and intellectual personality. Every challenge is holding 100 points in different platforms. The most point hunter will be counted as a winner in this program as well as the top hacker in ENCRYPTBD Ranking.
The winner will receive 10,000 BDT as a gift from ENCRYPTBD. The first and second runner up will also receive 6,000 BDT and 4,000 BDT.
YOUR CHALLENGES:
Challenge 1:
Richard Tolar
is working in a organization as aVice President of Accounting
. A recent data breach leaks this information. Find out the source (website) of data breach.Hints: OSINT, Text Storage Site
Challenge 2:
Download the image from here (pwd: 123). Analyze it and find the two hidden messages.Hints: Cryptography, Stenography
Challenge 3:
Download the malware from here (pwd: 123). Analyze it (dynamic or static), find out its category, identify the C&C server, exploitation methodology and other activities.Hints: RAT, Windows
Challenge 4:
Go to this website. Find out and exploit the two web application vulnerabilities that are exists on this website.Hints: Wordpress, OWASP Top10
Challenge 5: There is a mistake in this php code. Re-code it with a the solution.
<?php ... if ($_SESSION['admin_loggedin'] !== true) { header('Location: /log-in.php'); } ... ?>
Hints: Script Execution