πŸ“‚ 02 - Data Exfiltration

Overview

Notes of this categories will discuss about how to exfiltrate data from inside of a system using different techniques or tools. SQL injection, for example, is a technique that can be used to exfiltrate data from a database in the backend server.


🧠 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