Exploitdb
Shell-style script to search exploit-db.com exploits.
Install / Use
/learn @mdeous/ExploitdbREADME
exploitdb
Shell-style script to search exploit-db.com exploits.
Introduction
There is already a similar script shipped with the Kali distribution, but I think it's not flexible enough. This script is an attempt at providing a more flexible tool, with a fancy shell-style interface.
Features
- shell-style interface
- search in any field using
- substring matching
- regex matching
- update database and exploit files with the
updatedbcommand - commands completion (also completes values of the
platform,typeandportfields) - highlighted search matches
Usage
Just run the exploitdb.py script without any argument, you will be given a pseudo-shell interface.
If you are running the script for the first time, the script will automatically download the latest exploits archive at startup.
Searching exploits
The search command allows you to search for a given pattern in any field of the original exploit-db's
CSV file. The search query must be in the form of field_name:pattern couples, if no field name is
given, description is the default.
Available fields are:
id- the internal exploit's IDfile- the path where the exploit file can be founddescription- informations about exploit and targetted softwaredate- the date the exploit was releasedauthor- well, self-explanatory, huh?platform- the platform type the exploit runs ontype- exploit classification, possible values are:localdosremotewebapps
If the pattern you want to search contains spaces, you can quote it using either single or double quotes (see screenshot below).
It is also possible to search using a regular expression by enclosing your pattern in quotes (simple or double) and prefixing it with 'r'.
To sum it up, here are the possible search formats:
description:zabbix- single word substring searchdescription:'zabbix 2.'/description:"zabbix 2."- quoted pattern substring searchdescription:r'za\w\wix'/description:r"za\w\wix"- regular expression search
Getting exploit infos
To show all the available details about an exploit, use the info command. This command takes a
single argument, which is the ID of the exploit you want details for.
Updating database
Running the updatedb command will download the latest exploits archive from exploit-db.com and
extract it in an exploits folder in current directory.
Screenshots
search


info

updatedb

Licensing
This script is under the FreeBSD (2-clause BSD) License.
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
