# **Basic Information** # **Searchsploit** ```bash sudo apt install exploitdb -y searchsploit <software> # examine an exploit searchsploit -x <EDB_ID> # copy an exploit to current working directory searchsploit -m <EDB_ID> ``` # **Google-fu** - Databases like [Exploit-DB](https://www.exploit-db.com/) can have PoCs for exploits but they may contain various errors - It is best to search of PoCs on Github as they are usually more polished. Make sure to always vet PoCs before running them! Or just use a VM and run all the PoCs # **References** - [Exploit-DB](https://www.exploit-db.com/) - [Rapid7](https://www.rapid7.com/db/) # **Practical Application** | Platform | Name | Notes | | -------- | ---- | ----- | | | | |