feat: whoxy scanners

This commit is contained in:
dextmorgn
2025-08-22 23:27:24 +02:00
parent 49c455c477
commit 59ecd84207
26 changed files with 1705 additions and 253 deletions

View File

@@ -0,0 +1,18 @@
from tools.network.whoxy import WhoxyTool
tool = WhoxyTool()
def test_name():
assert tool.name() == "whoxy"
def test_description():
assert (
tool.description()
== "The WHOIS API returns consistent and well-structured WHOIS data in XML & JSON format. Returned data contain parsed WHOIS fields that can be easily understood. Along with WHOIS API, Whoxy also offer WHOIS History API and Reverse WHOIS API."
)
def test_category():
assert tool.category() == "Network intelligence"