mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-02 12:20:00 -05:00
feat: whoxy scanners
This commit is contained in:
18
flowsint-transforms/tests/tools/network/whoxy.py
Normal file
18
flowsint-transforms/tests/tools/network/whoxy.py
Normal 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"
|
||||
Reference in New Issue
Block a user