πŸ“‚ 02 - Credential Access

Overview

Credential access is the act of stealing or cracking the credentials of a service or a user inside a system often leads to persistence, impersonation or privilege escalation. The credentials can either be the password, tickets, tokens, etc.


🧠 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