mdeous / exploitdb

Shell-style script to search exploit-db.com exploits.

Home Page:http://mdeous.github.io/exploitdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow regular expressions when searching in the description field

mdeous opened this issue · comments

Currently, the search command uses substring matching to find given patterns, it could be useful if it could also match using regular expressions. There could be a different syntax to differenciate between regex and substring matching, for example, regex patterns could be quoted and prefixed by "r" (search description:r"zabbix 1\.[0-2]").