Heya!
I've been taking a walk through the library > bugtrack part and to kill time I've bitten a very simple script that compiles from the Trickest repo all known public exploits of all known CVEs.
It may be useful for those of you who are into bug bounty and that sh1t.
The script first clones the repository and then scrapes it locally. It collects all the CVEs and extracts the exploit links from all the MDs. If it's the first time you run it, it will mark everything as new. From then on, every time you run it, it will only update the repository and update your DB locally. All the CVEs or exploits that you already had previously, it will mark them as "read", and it will mark the new ones as such.
You can use the "show" parameter to show all the new ones (be careful with this on the first run, lol).
you can search for a specific CVE too with "search"
Here is the repo/code:
github.com
I've been taking a walk through the library > bugtrack part and to kill time I've bitten a very simple script that compiles from the Trickest repo all known public exploits of all known CVEs.
It may be useful for those of you who are into bug bounty and that sh1t.
The script first clones the repository and then scrapes it locally. It collects all the CVEs and extracts the exploit links from all the MDs. If it's the first time you run it, it will mark everything as new. From then on, every time you run it, it will only update the repository and update your DB locally. All the CVEs or exploits that you already had previously, it will mark them as "read", and it will mark the new ones as such.
You can use the "show" parameter to show all the new ones (be careful with this on the first run, lol).
you can search for a specific CVE too with "search"
Here is the repo/code:
GitHub - l0n-b3cca/exploit_choom: Collects some exploits, choom!!
Collects some exploits, choom!! Contribute to l0n-b3cca/exploit_choom development by creating an account on GitHub.