scandb

View on PyPIReverse Dependencies (0)

1.1.0 scandb-1.1.0-py3-none-any.whl

Wheel Details

Project: scandb
Version: 1.1.0
Filename: scandb-1.1.0-py3-none-any.whl
Download: [link]
Size: 28517
MD5: 8b7e5a516ce3c8f0686df85debd76460
SHA256: a9389239a87bd064d5139070c149e8382ac048fdb303f3ee683390671f86e20b
Uploaded: 2023-09-02 22:26:49 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scandb
Version: 1.1.0
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: 11881 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
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=LG2coIZseK6_kgFksYWkRS2x2OgeIbQu1MDisq7Iezs 5592
scandb/models/report.py sha256=zUw1lgZB-VZTpmCZYFP9AW30BUANK_aVQ2-dJQOX9E4 23413
scandb/report/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/report/cli.py sha256=KVHe20Rel5pttOmKNe8i6uISLiNWgQYFmTNuu2IPaxI 5629
scandb/report/queries.py sha256=DzLOTvwMtwduz_0eMqJdPVZniHEXPRGM1ic6kiRWKuw 5482
scandb/report/util.py sha256=045xGgkYGyRdtx1mqvoHuzO2oo3poK-1tjZ1C1tZ-6k 3474
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.1.0.dist-info/METADATA sha256=YlCaVVkOmMNcQtnFLGj9nfeFuhRNqgW3ukFjc-LjZOc 12437
scandb-1.1.0.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
scandb-1.1.0.dist-info/entry_points.txt sha256=mzcsr37DmEEVim34RwkCNyNc6uz-5R-bHmNB1sTZJFY 308
scandb-1.1.0.dist-info/top_level.txt sha256=pw3zLhiqlj4hQYwm-MfXLkQ-gLbbHvEJ_mNhxCxVHWE 7
scandb-1.1.0.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