allykit 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: allykit
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: A comprehensive Python toolkit for security engineering, cryptography, web scraping, filesystem auditing, DFIR, and reusable utility functions.
|
|
5
|
+
Home-page: https://github.com/hosssein193m-ai/allykit
|
|
6
|
+
Author: None
|
|
7
|
+
Author-email: allykit Developer <hossein.moradian.ir@outlook.com>
|
|
8
|
+
License: MIT
|
|
9
|
+
Project-URL: Homepage, https://github.com/hossein-moradian/
|
|
10
|
+
Project-URL: Repository, https://github.com/hosssein193m-ai/allykit
|
|
11
|
+
Keywords: security,cryptography,hashing,password,password-generator,password-security,web-scraping,selenium,beautifulsoup,filesystem,filesystem-audit,digital-forensics,dfir,integrity,checksum,metadata,utilities,persian,iran,country-data
|
|
12
|
+
Classifier: Development Status :: 4 - Beta
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Information Technology
|
|
15
|
+
Classifier: Intended Audience :: System Administrators
|
|
16
|
+
Classifier: Intended Audience :: Science/Research
|
|
17
|
+
Classifier: Topic :: Security
|
|
18
|
+
Classifier: Topic :: Security :: Cryptography
|
|
19
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
20
|
+
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
|
21
|
+
Classifier: Topic :: System :: Filesystems
|
|
22
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
23
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
|
+
Classifier: Topic :: Utilities
|
|
25
|
+
Classifier: Operating System :: OS Independent
|
|
26
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
27
|
+
Classifier: Programming Language :: Python
|
|
28
|
+
Classifier: Programming Language :: Python :: 3
|
|
29
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
30
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
31
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
32
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
33
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
34
|
+
Classifier: Typing :: Typed
|
|
35
|
+
Requires-Python: >=3.8
|
|
36
|
+
Description-Content-Type: text/markdown
|
|
37
|
+
License-File: LICENSE
|
|
38
|
+
Requires-Dist: requests>=2.31.0
|
|
39
|
+
Requires-Dist: beautifulsoup4>=4.12.3
|
|
40
|
+
Requires-Dist: selenium>=4.24.0
|
|
41
|
+
Requires-Dist: tenacity>=9.0.0
|
|
42
|
+
Requires-Dist: deepdiff>=8.0.1
|
|
43
|
+
Provides-Extra: dev
|
|
44
|
+
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
45
|
+
Requires-Dist: pytest-cov>=5.0; extra == "dev"
|
|
46
|
+
Requires-Dist: black>=24.0; extra == "dev"
|
|
47
|
+
Requires-Dist: ruff>=0.6; extra == "dev"
|
|
48
|
+
Requires-Dist: mypy>=1.10; extra == "dev"
|
|
49
|
+
Provides-Extra: docs
|
|
50
|
+
Requires-Dist: mkdocs>=1.6; extra == "docs"
|
|
51
|
+
Requires-Dist: mkdocs-material>=9.5; extra == "docs"
|
|
52
|
+
Provides-Extra: web
|
|
53
|
+
Requires-Dist: selenium>=4.24.0; extra == "web"
|
|
54
|
+
Provides-Extra: all
|
|
55
|
+
Requires-Dist: allykit[dev]; extra == "all"
|
|
56
|
+
Requires-Dist: allykit[docs]; extra == "all"
|
|
57
|
+
Requires-Dist: allykit[web]; extra == "all"
|
|
58
|
+
Dynamic: author
|
|
59
|
+
Dynamic: home-page
|
|
60
|
+
Dynamic: license-file
|
|
61
|
+
Dynamic: requires-python
|
|
62
|
+
|
|
63
|
+
# allykit Library Documentation
|
|
64
|
+
|
|
65
|
+
The `allykit` library is a comprehensive toolkit designed for security engineers, backend developers, and digital forensics specialists. It integrates advanced cryptographic operations, automated web interaction, intelligent filesystem auditing, and robust password management into a unified framework.
|
|
66
|
+
|
|
67
|
+
## Modules Overview
|
|
68
|
+
|
|
69
|
+
### 1. Password Generation & Security kit
|
|
70
|
+
A high-level suite for managing credentials. It supports the generation of complex, randomized strings and time-sensitive passwords with expiration logic.
|
|
71
|
+
* **Core Capabilities:** Customizable password generation (length, character constraints, prefixes/suffixes), time-based validity (GTP/WPWT), and granular security auditing (Complexity Scoring and validation engines).
|
|
72
|
+
* **Use Cases:** Automated credential management, secure token generation, and security strength evaluation.
|
|
73
|
+
|
|
74
|
+
### 2. Web kit & Scrapers
|
|
75
|
+
A specialized module for seamless web interaction and data extraction.
|
|
76
|
+
* **Core Capabilities:** Advanced HTML fetching (mimicking real browsers to bypass detection), DOM traversal via BeautifulSoup integration, and memory-efficient streaming for large remote file downloads.
|
|
77
|
+
* **Use Cases:** Web scraping, data mining, and automated media/asset acquisition.
|
|
78
|
+
|
|
79
|
+
### 3. Cryptographic Hashing & Integrity Verification
|
|
80
|
+
A robust cryptographic engine providing multi-algorithm support and advanced protection mechanisms.
|
|
81
|
+
* **Core Capabilities:** Support for the SHA family (SHA-1 through SHAKE-256), intelligent hash detection, Salt management to prevent rainbow table attacks, and "Hash-in-Hash" (HH) double-hashing for increased computational difficulty.
|
|
82
|
+
* **Use Cases:** Digital forensics, data integrity verification, and secure authentication layers.
|
|
83
|
+
|
|
84
|
+
### 4. Filesystem Management & Metadata Mapping
|
|
85
|
+
An advanced exploration engine for deep filesystem analysis and auditing.
|
|
86
|
+
* **Core Capabilities:** Recursive directory crawling, hierarchical metadata mapping (size, ownership, timestamps), and structured filesystem inventory generation.
|
|
87
|
+
* **Use Cases:** Digital forensics (DFIR), system auditing, and integrity-based backup solutions.
|
|
88
|
+
|
|
89
|
+
### 5. Global Constants & Data Definitions
|
|
90
|
+
A centralized repository for standardized datasets used across all modules.
|
|
91
|
+
* **Core Capabilities:** Internationalization (country codes), Localization (Persian alphabet and Iranian geography), Character Set classifications (ctype-style), and System Security constants (octal permission masks).
|
|
92
|
+
* **Use Cases:** Providing a single source of truth for validation, translation, and security permission checks.
|
|
93
|
+
|
|
94
|
+
## Technical Requirements
|
|
95
|
+
* **Environment:** Python 3.x
|
|
96
|
+
* **Dependencies:** pip install selenium beautifulsoup4 requests tenacity deepdiff
|
|
97
|
+
* **Standard Libraries:** `hashlib`, `os`, `pathlib`, `datetime`, `json`, `shutil`, `string`, `random`, `re`, `typing`
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
allykit-1.0.0.dist-info/licenses/LICENSE,sha256=p3ZTdCGB-T7rlCA0SK1WbR-03xoUtWCen8_UmWdnKmc,1093
|
|
2
|
+
allykit-1.0.0.dist-info/METADATA,sha256=Iw1QD1d3se37aeeBX265Eh30an4dx-PinxbE3naedoA,5704
|
|
3
|
+
allykit-1.0.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
allykit-1.0.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
allykit-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 hosssein moradian
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|