vFeed icon indicating copy to clipboard operation
vFeed copied to clipboard

Added new functions to the search '-s' argument

Open Bl4ck-C4t opened this issue 7 years ago • 1 comments

I have added the text2 and the regex methods that can be used to find vulnerabilities easier by adding more extended searches.

Usage: vfeedcli -s text2 "Linux Escalation" - this will show all queries that have BOTH "Linux" and "Escalation" in their description. vfeedcli -s regex "Ubuntu 4\.\d" - this will will use the regex expression to find all queries that have "Ubuntu 4." followed by any digit.

Bl4ck-C4t avatar Jan 23 '18 16:01 Bl4ck-C4t

Thanks a lot. Let me tested before acceptance.

toolswatch avatar Jan 25 '18 07:01 toolswatch