After previously working in IT / infrastructure support, I graduated with First Class (A) in Cyber Security & Computer Forensics at Kingston University. With a wide scope of knowledge, I am very keen to prove myself within the Cyber Security field.
With anyone familiar with the pentesting site Hack The Box, my profile can be seen here https://www.hackthebox.eu/profile/79594
You’re doing a CTF and your wordlist isn’t finding any directories… maybe they are using custom url’s on purpose so that the wordlist won’t work? Maybe they’ve hidden comments in the source code to point to a dev area? It can be annoying to search through, even more so when there is a large page with a ton of source code!
I created this script to look through html and find interesting elements, such as urls, comments and soon to be, hidden html elements. In scope of this project will be the ability for recursive searching using a word list.
What does it do?
This script will pull the site source code, look for any urls and comments, then parse them out.
Updates to come:
Search for hidden html elements.
Ability to search multiple urls and output them together in one output.