Skip to content

Commit

Permalink
Merge pull request #5 from J0sas/patch-1
Browse files Browse the repository at this point in the history
Update search-exploits.md
  • Loading branch information
G4L1T0 authored Oct 6, 2021
2 parents 6c3505b + 13ae631 commit faf2d77
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions search-exploits.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Search Exploits
# Busca de exploits

### Browser
### Navegador

Always search in "google" or others: **<service\_name> \[version\] exploit**
Sempre procurar no "google" ou outros: **<nome\_do\_serviço> \[verção\] exploit**

You should also try the **shodan** **exploit search** from [https://exploits.shodan.io/](https://exploits.shodan.io/).
Você também deveria tentar **shodan** **exploit search** de [https://exploits.shodan.io/](https://exploits.shodan.io/).

### Searchsploit

Useful to search exploits for services in **exploitdb from the console.**
Útil para pesquisar explorações de serviços no **exploitdb pelo terminal.**

```bash
#Searchsploit tricks
searchsploit "linux Kernel" #Example
searchsploit apache mod_ssl #Other example
searchsploit -m 7618 #Paste the exploit in current directory
searchsploit -p 7618[.c] #Show complete path
searchsploit -x 7618[.c] #Open vi to inspect the exploit
searchsploit --nmap file.xml #Search vulns inside an nmap xml result
searchsploit "linux Kernel" #Exemplo
searchsploit apache mod_ssl #Outro exemplo
searchsploit -m 7618 #Copie o exploit no seu diretório
searchsploit -p 7618[.c] #Mostrar o caminho completo do exploit
searchsploit -x 7618[.c] #Abrir o vi/vim/nano para analisar o exploit
searchsploit --nmap file.xml #Procure por vulnerabilidades em arquivos .xml do nmap
```

### MSF-Search
Expand All @@ -28,13 +28,13 @@ msf> search platform:windows port:135 target:XP type:exploit

### PacketStorm

If nothing is found, try to search the used technology inside [https://packetstormsecurity.com/](https://packetstormsecurity.com/)
Se não achou nada, tente pesquisar a tecnologia usada dentro [https://packetstormsecurity.com/](https://packetstormsecurity.com/)

### Vulners

You can also search in vulners database: [https://vulners.com/](https://vulners.com/)
Você também pode procurar na banco de dados vulners: [https://vulners.com/](https://vulners.com/)

### Sploitus

This search exploits in other databases: [https://sploitus.com/](https://sploitus.com/)
Procura de exploits em outras bases de dados: [https://sploitus.com/](https://sploitus.com/)

0 comments on commit faf2d77

Please sign in to comment.