2024-07-18 22:08:20 +00:00
# Search Exploits
2022-04-28 16:01:33 +00:00
2024-07-18 22:08:20 +00:00
{% hint style="success" %}
学习和实践 AWS Hacking:< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
学习和实践 GCP Hacking: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks Training GCP Red Team Expert (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2022-08-31 22:35:39 +00:00
2024-07-18 22:08:20 +00:00
< details >
2022-08-31 22:35:39 +00:00
2024-07-18 22:08:20 +00:00
< summary > 支持 HackTricks< / summary >
2023-12-30 22:37:12 +00:00
2024-07-18 22:08:20 +00:00
* 查看 [**订阅计划** ](https://github.com/sponsors/carlospolop )!
* **加入** 💬 [**Discord 群组** ](https://discord.gg/hRep4RUj7f ) 或 [**telegram 群组** ](https://t.me/peass ) 或 **关注** 我们的 **Twitter** 🐦 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github 仓库提交 PR 来分享黑客技巧。
2022-08-31 22:35:39 +00:00
2023-09-03 18:16:18 +00:00
< / details >
2024-07-18 22:08:20 +00:00
{% endhint %}
2022-04-28 16:01:33 +00:00
2024-05-05 22:03:00 +00:00
< figure > < img src = "../.gitbook/assets/image (48).png" alt = "" > < figcaption > < / figcaption > < / figure >
2022-04-28 16:01:33 +00:00
2023-09-03 18:16:18 +00:00
\
2024-07-18 22:08:20 +00:00
使用 [**Trickest** ](https://trickest.com/?utm_source=hacktricks&utm_medium=text&utm_campaign=ppc&utm_content=search-exploits ) 轻松构建和 **自动化工作流程** ,由世界上 **最先进** 的社区工具提供支持。\
今天就获取访问权限:
2022-04-28 16:01:33 +00:00
2024-05-06 11:08:56 +00:00
{% embed url="https://trickest.com/?utm_source=hacktricks& utm_medium=banner& utm_campaign=ppc& utm_content=search-exploits" %}
2022-04-28 16:01:33 +00:00
2023-08-03 19:12:22 +00:00
### 浏览器
2020-07-15 15:43:14 +00:00
2024-07-18 22:08:20 +00:00
始终在 "google" 或其他地方搜索: ** \<service\_name> \[version] exploit**
2020-07-15 15:43:14 +00:00
2024-07-18 22:08:20 +00:00
您还应该尝试 [https://exploits.shodan.io/ ](https://exploits.shodan.io ) 的 **shodan** **漏洞搜索** 。
2020-07-15 15:43:14 +00:00
2022-05-06 12:33:22 +00:00
### Searchsploit
2020-07-15 15:43:14 +00:00
2024-07-18 22:08:20 +00:00
用于从 **控制台** 搜索 **exploitdb** 中服务的漏洞。
2020-07-15 15:43:14 +00:00
```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
```
2022-05-06 12:33:22 +00:00
### Pompem
2024-07-18 22:08:20 +00:00
[https://github.com/rfunix/Pompem ](https://github.com/rfunix/Pompem ) 是另一个搜索漏洞的工具
2022-05-06 12:33:22 +00:00
### MSF-Search
2020-07-15 15:43:14 +00:00
```bash
msf> search platform:windows port:135 target:XP type:exploit
```
2022-05-06 12:33:22 +00:00
### PacketStorm
2020-07-15 15:43:14 +00:00
2024-07-18 22:08:20 +00:00
如果没有找到任何内容,请尝试在 [https://packetstormsecurity.com/ ](https://packetstormsecurity.com ) 中搜索所使用的技术。
2020-07-15 15:43:14 +00:00
2022-05-06 12:33:22 +00:00
### Vulners
2020-07-15 15:43:14 +00:00
2024-07-18 22:08:20 +00:00
您还可以在 vulners 数据库中搜索: [https://vulners.com/ ](https://vulners.com )
2020-07-15 15:43:14 +00:00
2022-05-06 12:33:22 +00:00
### Sploitus
2020-07-15 15:43:14 +00:00
2024-07-18 22:08:20 +00:00
此工具在其他数据库中搜索漏洞: [https://sploitus.com/ ](https://sploitus.com )
2022-04-28 16:01:33 +00:00
2024-05-05 22:03:00 +00:00
< figure > < img src = "../.gitbook/assets/image (48).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-09-03 18:16:18 +00:00
\
2024-07-18 22:08:20 +00:00
使用 [**Trickest** ](https://trickest.com/?utm_source=hacktricks&utm_medium=text&utm_campaign=ppc&utm_content=search-exploits ) 轻松构建和 **自动化工作流程** ,由世界上 **最先进** 的社区工具提供支持。\
今天就获取访问权限:
2023-09-03 18:16:18 +00:00
2024-05-06 11:08:56 +00:00
{% embed url="https://trickest.com/?utm_source=hacktricks& utm_medium=banner& utm_campaign=ppc& utm_content=search-exploits" %}
2023-09-03 18:16:18 +00:00
2024-07-18 22:08:20 +00:00
{% hint style="success" %}
学习和实践 AWS 渗透测试:< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > [**HackTricks 培训 AWS 红队专家 (ARTE)**](https://training.hacktricks.xyz/courses/arte)< img src = "/.gitbook/assets/arte.png" alt = "" data-size = "line" > \
学习和实践 GCP 渗透测试: < img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > [**HackTricks 培训 GCP 红队专家 (GRTE)**< img src = "/.gitbook/assets/grte.png" alt = "" data-size = "line" > ](https://training.hacktricks.xyz/courses/grte)
2022-04-28 16:01:33 +00:00
2024-07-18 22:08:20 +00:00
< details >
2023-12-30 22:37:12 +00:00
2024-07-18 22:08:20 +00:00
< summary > 支持 HackTricks< / summary >
2022-04-28 16:01:33 +00:00
2024-07-18 22:08:20 +00:00
* 查看 [**订阅计划** ](https://github.com/sponsors/carlospolop )!
* **加入** 💬 [**Discord 群组** ](https://discord.gg/hRep4RUj7f ) 或 [**电报群组** ](https://t.me/peass ) 或 **在** **Twitter** 🐦 上 **关注** 我们 [**@hacktricks\_live** ](https://twitter.com/hacktricks\_live )**.**
* **通过向** [**HackTricks** ](https://github.com/carlospolop/hacktricks ) 和 [**HackTricks Cloud** ](https://github.com/carlospolop/hacktricks-cloud ) github 仓库提交 PR 来分享黑客技巧。
2022-04-28 16:01:33 +00:00
< / details >
2024-07-18 22:08:20 +00:00
{% endhint %}