-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
1,170 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,46 @@ | ||
# SHOWCASE | ||
# APRESENTAÇÃO | ||
|
||
map.local | ||
map.dns | ||
map.default | ||
map.discovery | ||
map.auth | ||
map.safe | ||
map.vuln | ||
Mapea conexões locais | ||
`map.local` | ||
|
||
dos.simple | ||
dos.longpw | ||
Mapea propriedades de endereço DNS | ||
`map.dns` | ||
|
||
Escaneamento padrão do NMAP | ||
`map.default` | ||
|
||
nuke.hd | ||
nuke.file | ||
nuke.logs | ||
Script de descoberta NSE do Nmap | ||
`map.discovery` | ||
|
||
file.list | ||
Script de autenticação NSE do Nmap | ||
`map.auth` | ||
|
||
Script de escaneamento seguro NSE do Nmap | ||
`map.safe` | ||
|
||
Script de scanner de vulnerabilidades NSE do Nmap | ||
`map.vuln` | ||
|
||
Requisição GET simples para um ataque em massa | ||
`dos.simple` | ||
|
||
Requisição POST simples para um ataque em massa com uma senha muito longa | ||
`dos.longpw` | ||
|
||
Remoção segura de arquivos (em todo o dispositivo) | ||
`nuke.hd` | ||
|
||
Remoção segura de arquivos | ||
`nuke.file` | ||
|
||
Remoção segura de arquivos (apenas logs) | ||
`nuke.logs` | ||
|
||
Cria um arquivo de cabeçalho C a partir de um arquivo binário. | ||
`file.list` | ||
|
||
Mostra o endereço IP atual | ||
`map.myip` | ||
|
||
Extrai e exibe todos os metadados de um arquivo de imagem usando o exiftool. | ||
`file.meta` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.