scandb

View on PyPIReverse Dependencies (0)

1.2.1 scandb-1.2.1-py3-none-any.whl

Wheel Details

Project: scandb
Version: 1.2.1
Filename: scandb-1.2.1-py3-none-any.whl
Download: [link]
Size: 28924
MD5: 63f3101b93c86371fac8d95bb255f537
SHA256: 555f75956f424bc458d3ae7a26dc557a8e1d0dcf2884e86a77e26d0ea7c62679
Uploaded: 2024-08-24 20:21:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: scandb
Version: 1.2.1
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: github[at]cbless.de
Home-Page: https://github.com/c-bless/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: 12116 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (73.0.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=LG2coIZseK6_kgFksYWkRS2x2OgeIbQu1MDisq7Iezs 5592
scandb/models/report.py sha256=aE-0YOItYviJw2xI2OPuNgvIEt-7XT0ZzIM1bSB5BW4 24444
scandb/report/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/report/cli.py sha256=PQiFzo-iT89RQakjmfUkzFO7NznK0Z3gGuLwHunGsB8 5631
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=X7E_q2cCeYWmYEp8HyQWLYPA9-NMiQ-QR46P1f5399A 8200
scandb/statistics/queries.py sha256=4W-hg8VDFFKHqUiA3o2fISRRf1Q0yPHBkNyd63EyuPc 5743
scandb/vulns/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scandb/vulns/cli.py sha256=0Dtc7skjHKxIGb2IQJjJE0FMupjxunMQAXByKMY8kFs 6656
scandb/vulns/queries.py sha256=Gm_emG-qDDZEde_OsCN3u6Qnl86BXjE1ikX4FJ1V2tY 3655
scandb-1.2.1.dist-info/METADATA sha256=dV-Bkx6_PU38Cnurez2WTMT01Cu1BqVx3_Dr6T9tsBY 12667
scandb-1.2.1.dist-info/WHEEL sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ 91
scandb-1.2.1.dist-info/entry_points.txt sha256=mzcsr37DmEEVim34RwkCNyNc6uz-5R-bHmNB1sTZJFY 308
scandb-1.2.1.dist-info/top_level.txt sha256=pw3zLhiqlj4hQYwm-MfXLkQ-gLbbHvEJ_mNhxCxVHWE 7
scandb-1.2.1.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