Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants