# SearchSploit Guide | Finding Exploits | Kali Linux

{% hint style="info" %}
**2022년 NHN Cloud&#x20;**<mark style="color:red;">**무료**</mark>**&#x20;교육일정** : <https://doc.skill.or.kr/2022-NHN-Cloud-Education>
{% endhint %}

## 제목 :   SearchSploit Guide | Finding Exploits | Kali Linux

{% hint style="danger" %}
**주의 : 테스트 이외의 목적으로 발생 되는 문제점에 대해서는 프로그램을 사용하는 사용자가 책임을 지셔야 한다는 것을 알려 드립니다.**

**Disclaimer: I am not responsible for any damage done using this tool. This tool should only be used for educational purposes and for penetration testing.**
{% endhint %}

### 내용 :&#x20;

> SearchSploit 툴에 대한 시연 영상입니다.    &#x20;

### Description : &#x20;

> The Exploit Database is an archive of public exploits and corresponding vulnerable software, developed for use by penetration testers and vulnerability researchers. Its aim is to serve as the most comprehensive collection of [exploits](https://www.exploit-db.com/), [shellcode](https://www.exploit-db.com/shellcodes) and [papers](https://www.exploit-db.com/papers) gathered through direct submissions, mailing lists, and other public sources, and present them in a freely-available and easy-to-navigate database. The Exploit Database is a repository for exploits and Proof-of-Concepts rather than advisories, making it a valuable resource for those who need actionable data right away. You can learn more about the project [here (Top Right -> About Exploit-DB)](https://www.exploit-db.com/) and [here (History)](https://www.exploit-db.com/history).

### Infomation :&#x20;

> ### Install
>
> SearchSploit requires either "CoreUtils" or "utilities" (e.g. `bash`, `sed`, `grep`, `awk`, etc.) for the core features to work. The self updating function will require `git`, and for the Nmap XML option to work, will require `xmllint` (found in the `libxml2-utils` package in Debian-based systems).
>
> You can find a **more in-depth guide in the** [**SearchSploit manual**](https://www.exploit-db.com/searchsploit).
>
> **Kali Linux**
>
> Exploit-DB/SearchSploit is already packaged inside of Kali-Linux. A method of installation is:
>
> ```
> kali@kali:~$ sudo apt -y install exploitdb
> ```
>
> *NOTE: Optional is to install the additional packages:*
>
> ```
> kali@kali:~$ sudo apt -y install exploitdb-bin-sploits exploitdb-papers
> ```
>
> **Git**
>
> In short: clone the repository, add the binary into `$PATH`, and edit the config file to reflect the git path:
>
> ```
> $ sudo git clone https://github.com/offensive-security/exploitdb.git /opt/exploitdb
> $ sudo ln -sf /opt/exploitdb/searchsploit /usr/local/bin/searchsploit
> ```

{% embed url="<https://youtu.be/nx3Uz9zNrWQ>" %}
시연 영상    &#x20;
{% endembed %}

{% hint style="info" %}
**2022년 NHN Cloud&#x20;**<mark style="color:red;">**무료**</mark>**&#x20;교육일정** : <https://doc.skill.or.kr/2022-NHN-Cloud-Education>
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sec.skill.or.kr/hacking/searchsploit-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
