Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Added new functions to the search '-s' argument #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Bl4ck-C4t
Copy link

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.

@toolswatch
Copy link
Owner

Thanks a lot. Let me tested before acceptance.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants