Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francescodisalesgithub/downloadsploit
QuickScript to download exploits from exploitdb
https://github.com/francescodisalesgithub/downloadsploit
download download-exploits exploit exploitdb exploits hacking hacking-tool metasploit quickscript searchsploit
Last synced: 4 days ago
JSON representation
QuickScript to download exploits from exploitdb
- Host: GitHub
- URL: https://github.com/francescodisalesgithub/downloadsploit
- Owner: FrancescoDiSalesGithub
- Created: 2021-01-03T22:35:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-03T23:22:32.000Z (about 4 years ago)
- Last Synced: 2024-11-29T15:54:11.627Z (2 months ago)
- Topics: download, download-exploits, exploit, exploitdb, exploits, hacking, hacking-tool, metasploit, quickscript, searchsploit
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Downloadsploit
QuickScript to download exploits from exploitdb# Usage
Clone this repository, and then search an exploit on exploit-db. When you select an exploit, you can see on your browser's URL an ID after exploits.
It's something like:https://www.exploit-db.com/exploits/49094
Copy the numeric-id and then pass it as a terminal argument for Downloadsploit:
`./DownloadSploit.sh 49094`
Wait for the download,and after it is done, check the folder to see the output.