Files
CyberSecurityUP-shellcode-t…/docs/fingerprint.md
T
2025-04-04 23:37:48 -03:00

28 lines
921 B
Markdown

## 📁 `fingerprint.md`
### 🇧🇷 Fingerprint / Identificação
A aba **"Fingerprint"** tenta identificar a origem e a arquitetura do shellcode com base em:
#### Heurísticas:
- Strings e APIs conhecidas
- Assinaturas (msfvenom, Donut, CobaltStrike, Sliver, etc.)
- Presença de instruções `syscall`, `int 0x80`, etc.
- Detecção de arquitetura (x86, x64, ARM)
Ideal para descobrir se o shellcode foi gerado por frameworks como Metasploit, Donut, Empire, etc.
---
### 🇺🇸 Fingerprint / Identification
The **"Fingerprint"** tab attempts to identify the origin and architecture of the shellcode based on:
#### Heuristics:
- Known strings and APIs
- Tool signatures (msfvenom, Donut, CobaltStrike, Sliver, etc.)
- Presence of `syscall`, `int 0x80`, etc.
- Architecture detection (x86, x64, ARM)
Useful for detecting if the shellcode was generated by frameworks like Metasploit, Donut, Empire, and more.