GitBook: [#3181] No subject

This commit is contained in:
CPol 2022-05-06 12:33:22 +00:00 committed by gitbook-bot
parent 0602e53b8f
commit af0f028788
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -1,4 +1,4 @@
# Search Exploits
<details>
@ -16,14 +16,13 @@ Get the [**official PEASS & HackTricks swag**](https://peass.creator-spring.com)
</details>
## Browser
### Browser
Always search in "google" or others: **\<service\_name> \[version] exploit**
You should also try the **shodan** **exploit search** from [https://exploits.shodan.io/](https://exploits.shodan.io).
## Searchsploit
### Searchsploit
Useful to search exploits for services in **exploitdb from the console.**
@ -37,25 +36,28 @@ searchsploit -x 7618[.c] #Open vi to inspect the exploit
searchsploit --nmap file.xml #Search vulns inside an nmap xml result
```
## MSF-Search
### Pompem
[https://github.com/rfunix/Pompem](https://github.com/rfunix/Pompem) is another tool to search for exploits
### MSF-Search
```bash
msf> search platform:windows port:135 target:XP type:exploit
```
## PacketStorm
### PacketStorm
If nothing is found, try to search the used technology inside [https://packetstormsecurity.com/](https://packetstormsecurity.com)
## Vulners
### Vulners
You can also search in vulners database: [https://vulners.com/](https://vulners.com)
## Sploitus
### Sploitus
This search exploits in other databases: [https://sploitus.com/](https://sploitus.com)
<details>
<summary><strong>Support HackTricks and get benefits!</strong></summary>
@ -71,5 +73,3 @@ Get the [**official PEASS & HackTricks swag**](https://peass.creator-spring.com)
**Share your hacking tricks submitting PRs to the** [**hacktricks github repo**](https://github.com/carlospolop/hacktricks)**.**
</details>