We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28788ed commit 37992dcCopy full SHA for 37992dc
getsploit/__init__.py
@@ -196,7 +196,6 @@ def main(
196
table.set_cols_align(["c", "l", "c"])
197
click.echo(f"Total found exploits: {len(rows)}")
198
web_search_query = f"bulletinFamily:exploit AND ({query_value})"
199
- print(web_search_query)
200
click.echo(
201
f"Web-search URL: https://vulners.com/search?query={urllib.parse.quote_plus(web_search_query)}"
202
)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "getsploit"
3
-version = "2.0.1"
+version = "2.0.2"
4
requires-python = ">=3.10"
5
description = "Command line search and download tool for Vulners Database inspired by searchsploit."
6
readme = "README.md"
0 commit comments