scandb

View on PyPIReverse Dependencies (0)

1.0.2 scandb-1.0.2-py3-none-any.whl

Wheel Details

Project: scandb
Version: 1.0.2
Filename: scandb-1.0.2-py3-none-any.whl
Download: [link]
Size: 28074
MD5: b59002dca39160a11d722852a9ad5bd9
SHA256: 985070a8070e332d21de9bfe506bafc97e375844d6e6570cff6d24441aaad344
Uploaded: 2023-05-25 20:27:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scandb
Version: 1.0.2
Summary: Scripts to import nmap and nessus scan results into a SQLite database, analyze the overall results and generate reports or target lists.
Author: Christoph Bless
Author-Email: bitbucket[at]cbless.de
Home-Page: https://bitbucket.org/cbless/scandb
License: GPLv3
Requires-Dist: argparse
Requires-Dist: termcolor
Requires-Dist: python-libnmap
Requires-Dist: python-libnessus
Requires-Dist: SQLAlchemy (<2.0.0)
Requires-Dist: sqlalchemy-views
Requires-Dist: docxtpl
Description-Content-Type: text/markdown
[Description omitted; length: 11883 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
scandb/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/compare.py sha256=gTs3E9Ap0yyZOmmkOTRKgWxpWZU6PS_evkNTwrBRmVo 6776
scandb/importer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/importer/cli.py sha256=8-fpqLcwlJMWRG36b7OC8UQWf52yzxL_dTPtXCKlhBo 1981
scandb/importer/nessus.py sha256=JWOe5ZUciiGKVQ8zK-62-8c3qHcgMrm3_fM-Q57UxP8 5216
scandb/importer/nmap.py sha256=pdahfXPjqGw9w8ZfPym0tYkzHh3DIIoXr7_FPnRJQ2k 2690
scandb/importer/util.py sha256=9c4N9qi4s0Iu7tuFOf6nYYPD-K6zGBzW6tnjyGQl_p0 2114
scandb/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/models/db.py sha256=zG59sb7KKysDNH8qafHqy6zLJMskUwgrSb_2EGxds4M 5586
scandb/models/report.py sha256=Kn1tc81XE1JporKYY5lD1zHQA5OMNbDKK4eUD6hhM4U 23117
scandb/report/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/report/cli.py sha256=KVHe20Rel5pttOmKNe8i6uISLiNWgQYFmTNuu2IPaxI 5629
scandb/report/queries.py sha256=rEZBU2ywqA7Ipu0p2j_uuI3xSOjZ2xY7KqFTqeXcfuY 4383
scandb/report/util.py sha256=VxNKRw9Qh5_mRS3glQ7i1EZ2-cqjHu665iz47ySznAU 3195
scandb/services/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/services/cli.py sha256=g7I1vB2tV4kwB6vPdcGcYYKQqKVRntzjQMKxqbU5uLk 2457
scandb/services/queries.py sha256=-ItZYygjgcikGsZPuQyRKLfryk7r1b1-LhKHO0mwou4 1574
scandb/statistics/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/statistics/cli.py sha256=e-8s_UDi7tNSzGLFpOyd7jznILN67KQlNSGAWo49oIQ 7722
scandb/statistics/queries.py sha256=OzkUtn4qEO0FLqjjKCatcpi3P-ccOVXRU3YgFEms1Yc 4687
scandb/vulns/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/vulns/cli.py sha256=MsuekFN2HO7BL6_lVn5avV6uuQu-CuhjD2-x3ysfj-4 6872
scandb/vulns/queries.py sha256=Gm_emG-qDDZEde_OsCN3u6Qnl86BXjE1ikX4FJ1V2tY 3655
scandb-1.0.2.dist-info/METADATA sha256=Gey9r3J8xC881seTb-ZaIvL7rkXWY867rB_S7OXqSjU 12459
scandb-1.0.2.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
scandb-1.0.2.dist-info/entry_points.txt sha256=4VBjMnjlKFS68LfFoS4fUJ8Qu8qGReXVy_ZpvZZ6hWk 309
scandb-1.0.2.dist-info/top_level.txt sha256=pw3zLhiqlj4hQYwm-MfXLkQ-gLbbHvEJ_mNhxCxVHWE 7
scandb-1.0.2.dist-info/RECORD

top_level.txt

scandb

entry_points.txt

scandb-compare = scandb.compare:compare_cli
scandb-importer = scandb.importer.cli:importer_cli
scandb-report = scandb.report.cli:report_cli
scandb-services = scandb.services.cli:services_cli
scandb-statistics = scandb.statistics.cli:statistics_cli
scandb-vulns = scandb.vulns.cli:vulns_cli