2023-07-07 23:42:27 +00:00
# エクスプロイトの検索
2022-04-28 16:01:33 +00:00
< details >
2023-12-30 22:56:27 +00:00
< summary > < strong > AWSハッキングをゼロからヒーローまで学ぶ< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > ! < / strong > < / summary >
2022-04-28 16:01:33 +00:00
2023-12-30 22:56:27 +00:00
HackTricksをサポートする他の方法:
* **HackTricksにあなたの会社を広告したい**、または**HackTricksをPDFでダウンロードしたい**場合は、[**サブスクリプションプラン**](https://github.com/sponsors/carlospolop)をチェックしてください!
* [**公式PEASS & HackTricksグッズ** ](https://peass.creator-spring.com )を入手する
* [**The PEASS Family** ](https://opensea.io/collection/the-peass-family )を発見し、独占的な[**NFTs**](https://opensea.io/collection/the-peass-family)のコレクションをチェックする
* 💬 [**Discordグループ** ](https://discord.gg/hRep4RUj7f )に**参加する**か、[**テレグラムグループ**](https://t.me/peass)に参加するか、**Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/carlospolopm )を**フォローする**。
* **HackTricks**の[**GitHubリポジトリ**](https://github.com/carlospolop/hacktricks)と[**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud)にPRを提出して、あなたのハッキングのコツを共有する。
2022-04-28 16:01:33 +00:00
< / details >
2023-12-30 22:56:27 +00:00
< figure > < img src = "../.gitbook/assets/image (3) (1) (1) (1).png" alt = "" > < figcaption > < / figcaption > < / figure >
2023-09-03 18:55:41 +00:00
\
2023-12-30 22:56:27 +00:00
[**Trickest** ](https://trickest.com/?utm_campaign=hacktrics&utm_medium=banner&utm_source=hacktricks )を使用して、世界で**最も先進的な**コミュニティツールを搭載した**ワークフローを簡単に構築し自動化する**。\
今すぐアクセス:
2023-09-03 18:55:41 +00:00
{% embed url="https://trickest.com/?utm_campaign=hacktrics& utm_medium=banner& utm_source=hacktricks" %}
2023-07-07 23:42:27 +00:00
### ブラウザ
2020-07-15 15:43:14 +00:00
2023-12-30 22:56:27 +00:00
常に"google"または他の検索エンジンで次のように検索する: ** \<service\_name> \[version] exploit**
2020-07-15 15:43:14 +00:00
2023-12-30 22:56:27 +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-12-30 22:56:27 +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-12-30 22:56:27 +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
2023-12-30 22:56:27 +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-12-30 22:56:27 +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-12-30 22:56:27 +00:00
他のデータベースでエクスプロイトを検索します: [https://sploitus.com/ ](https://sploitus.com )
2022-04-28 16:01:33 +00:00
2023-12-30 22:56:27 +00:00
< figure > < img src = "../.gitbook/assets/image (3) (1) (1) (1).png" alt = "" > < figcaption > < / figcaption > < / figure >
2022-04-28 16:01:33 +00:00
2023-09-03 18:55:41 +00:00
\
2023-12-30 22:56:27 +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:55:41 +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-09-03 18:55:41 +00:00
< details >
2022-08-31 22:35:39 +00:00
2023-12-30 22:56:27 +00:00
< summary > < strong > htARTE (HackTricks AWS Red Team Expert)でAWSハッキングをゼロからヒーローになる方法を学びましょう< / strong > < a href = "https://training.hacktricks.xyz/courses/arte" > < strong > htARTE (HackTricks AWS Red Team Expert)< / strong > < / a > < strong > !< / strong > < / summary >
HackTricksをサポートする他の方法:
2022-08-31 22:35:39 +00:00
2023-12-30 22:56:27 +00:00
* **HackTricksにあなたの会社を広告したい**、または**HackTricksをPDFでダウンロードしたい**場合は、[**サブスクリプションプラン**](https://github.com/sponsors/carlospolop)をチェックしてください!
* [**公式のPEASS & HackTricksグッズ** ](https://peass.creator-spring.com )を手に入れましょう。
* [**The PEASS Family** ](https://opensea.io/collection/the-peass-family )を発見し、独占的な[**NFTs**](https://opensea.io/collection/the-peass-family)のコレクションをチェックしてください。
* 💬 [**Discordグループ** ](https://discord.gg/hRep4RUj7f )や[**テレグラムグループ**](https://t.me/peass)に**参加するか**、**Twitter** 🐦 [**@carlospolopm** ](https://twitter.com/carlospolopm )で**フォローしてください。**
* [**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:55:41 +00:00
< / details >