2023-08-03 19:12:22 +00:00
|
|
|
|
# 搜索漏洞
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
<details>
|
2022-08-31 22:35:39 +00:00
|
|
|
|
|
2023-09-28 19:47:23 +00:00
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks 云 ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 推特 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
2022-08-31 22:35:39 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
* 你在一家**网络安全公司**工作吗?想要在 HackTricks 中**宣传你的公司**吗?或者你想要**获取最新版本的 PEASS 或下载 HackTricks 的 PDF**吗?请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
|
|
|
|
|
* 发现我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品——[**The PEASS Family**](https://opensea.io/collection/the-peass-family)
|
|
|
|
|
* 获取[**官方 PEASS & HackTricks 商品**](https://peass.creator-spring.com)
|
2023-09-24 14:35:53 +00:00
|
|
|
|
* **加入**[**💬**](https://emojipedia.org/speech-balloon/) [**Discord 群组**](https://discord.gg/hRep4RUj7f) 或 [**Telegram 群组**](https://t.me/peass),或者**关注**我在**Twitter**上的[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks\_live)**。**
|
|
|
|
|
* **通过向**[**hacktricks 仓库**](https://github.com/carlospolop/hacktricks) **和**[**hacktricks-cloud 仓库**](https://github.com/carlospolop/hacktricks-cloud) **提交 PR 来分享你的黑客技巧。**
|
2022-08-31 22:35:39 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
</details>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-09-28 19:47:23 +00:00
|
|
|
|
<figure><img src="../.gitbook/assets/image (3) (1) (1).png" alt=""><figcaption></figcaption></figure>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
\
|
|
|
|
|
使用[**Trickest**](https://trickest.com/?utm\_campaign=hacktrics\&utm\_medium=banner\&utm\_source=hacktricks)可以轻松构建和**自动化工作流程**,使用全球**最先进的**社区工具。\
|
|
|
|
|
立即获取访问权限:
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
{% embed url="https://trickest.com/?utm_campaign=hacktrics&utm_medium=banner&utm_source=hacktricks" %}
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-08-03 19:12:22 +00:00
|
|
|
|
### 浏览器
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
始终在 "google" 或其他搜索引擎中搜索:**\<服务名称> \[版本] 漏洞**
|
2020-07-15 15:43:14 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +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
|
|
|
|
|
2023-09-03 18:16:18 +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
|
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
[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
|
|
|
|
|
2023-08-03 19:12:22 +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
|
|
|
|
|
2023-09-03 18:16:18 +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
|
|
|
|
|
2023-09-28 19:47:23 +00:00
|
|
|
|
这将在其他数据库中搜索漏洞利用:[https://sploitus.com/](https://sploitus.com)
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-09-28 19:47:23 +00:00
|
|
|
|
<figure><img src="../.gitbook/assets/image (3) (1) (1).png" alt=""><figcaption></figcaption></figure>
|
2023-09-03 18:16:18 +00:00
|
|
|
|
|
|
|
|
|
\
|
2023-09-28 19:47:23 +00:00
|
|
|
|
使用[**Trickest**](https://trickest.com/?utm\_campaign=hacktrics\&utm\_medium=banner\&utm\_source=hacktricks)轻松构建和自动化由全球**最先进**的社区工具提供支持的工作流程。\
|
2023-09-03 18:16:18 +00:00
|
|
|
|
立即获取访问权限:
|
|
|
|
|
|
|
|
|
|
{% embed url="https://trickest.com/?utm_campaign=hacktrics&utm_medium=banner&utm_source=hacktricks" %}
|
|
|
|
|
|
2022-04-28 16:01:33 +00:00
|
|
|
|
<details>
|
|
|
|
|
|
2023-04-25 18:35:28 +00:00
|
|
|
|
<summary><a href="https://cloud.hacktricks.xyz/pentesting-cloud/pentesting-cloud-methodology"><strong>☁️ HackTricks Cloud ☁️</strong></a> -<a href="https://twitter.com/hacktricks_live"><strong>🐦 Twitter 🐦</strong></a> - <a href="https://www.twitch.tv/hacktricks_live/schedule"><strong>🎙️ Twitch 🎙️</strong></a> - <a href="https://www.youtube.com/@hacktricks_LIVE"><strong>🎥 Youtube 🎥</strong></a></summary>
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
2023-09-03 18:16:18 +00:00
|
|
|
|
* 您在**网络安全公司**工作吗?您想在HackTricks中看到您的**公司广告**吗?或者您想要访问**PEASS的最新版本或下载PDF格式的HackTricks**吗?请查看[**订阅计划**](https://github.com/sponsors/carlospolop)!
|
2023-09-24 14:35:53 +00:00
|
|
|
|
* 发现我们的独家[**NFTs**](https://opensea.io/collection/the-peass-family)收藏品——[**The PEASS Family**](https://opensea.io/collection/the-peass-family)
|
2023-08-03 19:12:22 +00:00
|
|
|
|
* 获取[**官方PEASS和HackTricks周边产品**](https://peass.creator-spring.com)
|
2023-09-24 14:35:53 +00:00
|
|
|
|
* **加入**[**💬**](https://emojipedia.org/speech-balloon/) [**Discord群组**](https://discord.gg/hRep4RUj7f)或[**电报群组**](https://t.me/peass),或在**Twitter**上**关注**我[**🐦**](https://github.com/carlospolop/hacktricks/tree/7af18b62b3bdc423e11444677a6a73d4043511e9/\[https:/emojipedia.org/bird/README.md)[**@carlospolopm**](https://twitter.com/hacktricks\_live)**。**
|
|
|
|
|
* **通过向**[**hacktricks repo**](https://github.com/carlospolop/hacktricks) **和**[**hacktricks-cloud repo**](https://github.com/carlospolop/hacktricks-cloud) **提交PR来分享您的黑客技巧。**
|
2022-04-28 16:01:33 +00:00
|
|
|
|
|
|
|
|
|
</details>
|