badfiles

View on PyPIReverse Dependencies (0)

0.3.0 badfiles-0.3.0-py3-none-any.whl

Wheel Details

Project: badfiles
Version: 0.3.0
Filename: badfiles-0.3.0-py3-none-any.whl
Download: [link]
Size: 10993
MD5: 71802d29a3cbc9ae1a07fd8c75765462
SHA256: 9f922d2f010433638b8351c4f3607f80f74a933e5e1b6af630d27a45426b7481
Uploaded: 2021-11-23 01:48:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: badfiles
Version: 0.3.0
Summary: A malicious file detection engine written with Python and Yara.
Author: Maverick Coders
Author-Email: maverickcoders[at]pm.me
Home-Page: https://github.com/jeffallan/badfiles
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6.1,<4.0
Requires-Dist: Gooey (<2.0.0,>=1.0.8); extra == "gui"
Requires-Dist: black (==20.8b1); extra == "test"
Requires-Dist: flake8 (==3.8.4); extra == "test"
Requires-Dist: flake8-docstrings (<2.0.0,>=1.6.0); extra == "test"
Requires-Dist: isort (==5.6.4); extra == "test"
Requires-Dist: mkdocs (<2.0.0,>=1.1.2); extra == "doc"
Requires-Dist: mkdocs-autorefs (==0.1.1); extra == "doc"
Requires-Dist: mkdocs-include-markdown-plugin (<2.0.0,>=1.0.0); extra == "doc"
Requires-Dist: mkdocs-material (<7.0.0,>=6.1.7); extra == "doc"
Requires-Dist: mkdocs-material-extensions (<2.0.0,>=1.0.1)
Requires-Dist: mkdocstrings (<0.17.0,>=0.16.1); extra == "doc"
Requires-Dist: pip (<21.0.0,>=20.3.1); extra == "dev"
Requires-Dist: pre-commit (<3.0.0,>=2.12.0); extra == "dev"
Requires-Dist: pytest (==6.1.2); extra == "test"
Requires-Dist: pytest-cov (==2.10.1); extra == "test"
Requires-Dist: python-magic (<0.5.0,>=0.4.24)
Requires-Dist: toml (<0.11.0,>=0.10.2); extra == "dev"
Requires-Dist: tox (<4.0.0,>=3.20.1); extra == "dev"
Requires-Dist: twine (<4.0.0,>=3.3.0); extra == "dev"
Requires-Dist: virtualenv (<21.0.0,>=20.2.2); extra == "dev"
Requires-Dist: yara-python (<5.0.0,>=4.1.2)
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: gui
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 3301 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
badfiles/__init__.py sha256=38B5YqmTNmkTMaXPe4OxZGeY4qxObUYuRafYqs-ugYs 133
badfiles/badfiles.py sha256=X1-9l0BCBAiP1_EhQt0A5zlwYs0WE1a95lwNECwae40 7042
badfiles/cli.py sha256=j0pMhkaBDArsp575RTO-t9GWV2sV_2zLtAkz90QhM0w 3015
badfiles/process_tar.py sha256=-hTE2oj4OWSZEecwBBfeZ_UcmV5mmCW3HniS9jklFdY 934
badfiles/rules/csv_rules.yara sha256=kNkmEWDiu7d0g-z4YwymTB9W7rrmjUnCeofYlB-Ml9U 696
badfiles/rules/id_rules.yara sha256=d1ODoaxtoWaRlc6Jn8cOPObDnikWjDqxSqRjw8OqgcE 566
badfiles/rules/tar_rules.yara sha256=lEr4J9SNlnB8KnU2qdZGn-ftnta7PepfYEAJBYrm2-w 2192
badfiles/rules/zip_rules.yara sha256=uPVvNc7xd4xiXK2OLE0Muj4evWsRAB9FMFdnxK6jkAE 1727
badfiles/utils.py sha256=wSJ_NElqT9L4ww-xrlA_rYkoNQ9iOz9I1STiDsmx5Os 2763
badfiles-0.3.0.dist-info/entry_points.txt sha256=S5KPVMGqOuegVSKesaZarWEc-MDsbbD6Eix1JDHsxqw 46
badfiles-0.3.0.dist-info/LICENSE sha256=iqcBNgbRrUxciwP-o7Hl_h_yIMESE864g46Ur90Ujf8 586
badfiles-0.3.0.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
badfiles-0.3.0.dist-info/METADATA sha256=Jybd1oLwRlcNOcKsCpKwGtNGfOszS0AKlnj6SlY5NTQ 5370
badfiles-0.3.0.dist-info/RECORD

entry_points.txt

badfiles = badfiles.cli:main