CTF Cheat Sheet

This is a small cheat sheet I was going to use in a CTF event during my stay at Hurb.

Login cracking

Check page source
Inspect the page source for commented-out credentials, file paths, hidden inputs, or any other information that might be useful.
Manipulate URLs and page source
Utilize the browser console to manipulate the URL parameters, input fields, or JavaScript functions to uncover hidden information or exploit vulnerabilities.
Explore common website files
Look for files like robots.txt or sitemap.xml, as they may contain valuable clues or hidden paths.
Use parsing tools
When dealing with encoded or binary data, employ parsing tools like codebeautify.org for quick conversions between different formats.

Useful software

Sources

Here are some other assorted links I used as sources:

Written by
Related content:
Cyber security Linux Web