πŸ“‚ 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
TABLE difficulty
FROM "05 - Content"
WHERE contains(secondary, this.file.link) AND contains(tags, "🚩")
SORT file.name ASC