Share
## https://sploitus.com/exploit?id=F0D94112-CBAC-5C9D-8578-E0F616A0449C
# ExploitPwned
Exploit Database (ExploitDB) is an archive of exploits for the purpose of public security, and by finding exploit scripts based on CVE IDs it becomes a very useful resource for identifying possible weaknesses in your network and for staying up to date on current attacks occurring in other networks.

I recommend creating a local directory for the scanner and associated datasets:
```
mkdir ExploitdPwned
cd ExploitdPwned
```

Download the scanner and convert it to executable:
```
wget https://raw.githubusercontent.com/ndouglas-cloudsmith/ExploitPwned/refs/heads/main/exploitPwned.sh
chmod +x exploitPwned.sh
```