Skip to content

Commit 37992dc

Browse files
author
a.churin
committed
v2.0.2
1 parent 28788ed commit 37992dc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

getsploit/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def main(
196196
table.set_cols_align(["c", "l", "c"])
197197
click.echo(f"Total found exploits: {len(rows)}")
198198
web_search_query = f"bulletinFamily:exploit AND ({query_value})"
199-
print(web_search_query)
200199
click.echo(
201200
f"Web-search URL: https://vulners.com/search?query={urllib.parse.quote_plus(web_search_query)}"
202201
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "getsploit"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
requires-python = ">=3.10"
55
description = "Command line search and download tool for Vulners Database inspired by searchsploit."
66
readme = "README.md"

0 commit comments

Comments
 (0)