π 02 - Enumeration
Overview
Notes of this category is about how to do enumeration, meaning to get more information either about a website, or an infiltrated system. This is the most basic and also the most important part of all exploits in my opinion.
π§ Techniques
TABLE creation_date AS "Created"
FROM "05 - Content"
WHERE contains(secondary, this.file.link) AND contains(tags, "π§ ")
SORT file.name ASCπ οΈ Tools
TABLE creation_date AS "Created"
FROM "05 - Content"
WHERE contains(secondary, this.file.link) AND contains(tags, "π οΈ")
SORT file.name ASCπ© Related CTF Operations
TABLE difficulty
FROM "05 - Content"
WHERE contains(secondary, this.file.link) AND contains(tags, "π©")
SORT file.name ASC