AJAshley Jovanskainashleyjovanska.hashnode.dev·Jul 19 · 4 min readJavascript Deobfuscation | Hack The BoxInteractive Sessions & Skill Assessment Repeat what you learned in this section, and you should find a secret flag, what is it? Open a web browser > Navigate to target URL > Right click -> Inspect p00
AJAshley Jovanskainashleyjovanska.hashnode.dev·Jul 16 · 6 min readWeb Fuzzing | Hack the Box AcademyInteractive Sessions & Skill Assessment Within the "webfuzzing_hidden_path" path on the target system (ie http://IP:PORT/webfuzzing_hidden_path/), fuzz for folders and then files to find the flag. F00
AJAshley Jovanskainashleyjovanska.hashnode.dev·Jul 10 · 9 min readInformation Gathering - Web Edition | Hack The Box AcademyInteractive Sessions & Skill Assessment. Perform a WHOIS lookup against the paypal.com domain. What is the registrar Internet Assigned Numbers Authority (IANA) ID number? whois paypal.com What is 00
AJAshley Jovanskainashleyjovanska.hashnode.dev·Jun 27 · 8 min readUsing Web Proxies | Hack The Box AcademyInteractive Sessions & Skill Assessment Try intercepting the ping request on the server shown above, and change the post data similarly to what we did in this section. Change the command to read 'fla00
AJAshley Jovanskainashleyjovanska.hashnode.dev·Jun 19 · 2 min readIntroduction to Web Applications | Hack The Box AcademyInteractive Sessions & Skill Assessment What is the HTML tag used to show an image? Answer: <get> What is the CSS "property: value" used to make an HTML element's text aligned to the left? Answer: te00