ShadowB 0.1__tar.gz → 0.2__tar.gz
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.
- {shadowb-0.1 → shadowb-0.2}/PKG-INFO +14 -2
- {shadowb-0.1 → shadowb-0.2}/README.md +4 -1
- {shadowb-0.1 → shadowb-0.2}/ShadowB/GetD/scan.py +3 -15
- {shadowb-0.1 → shadowb-0.2}/ShadowB/core.py +2 -14
- {shadowb-0.1 → shadowb-0.2}/ShadowB.egg-info/PKG-INFO +14 -2
- {shadowb-0.1 → shadowb-0.2}/ShadowB.egg-info/SOURCES.txt +1 -0
- shadowb-0.2/ShadowB.egg-info/requires.txt +9 -0
- {shadowb-0.1 → shadowb-0.2}/pyproject.toml +14 -1
- {shadowb-0.1 → shadowb-0.2}/LICENSE +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Core/fileorg.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Core/randwords.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/GetD/make_cookies.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/GetD/my_data.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/GetD/my_ip.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/check_image.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/export_metadata.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/extr_hidden_files.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/extr_hidden_text.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/makeFile.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/makeText.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Image/remove_metadata.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Mail/make_mail.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Mail/res_msj.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Mail/send_msj.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Qrcode/generate.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Qrcode/scan.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Safe/clean.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Safe/cleanText.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Safe/ext.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Safe/filename.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/Safe/safeFile.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/__init__.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/captcha.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/getD.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/image.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/mail.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/passwords.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/qrcode.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/safe.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB/search.py +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB.egg-info/dependency_links.txt +0 -0
- {shadowb-0.1 → shadowb-0.2}/ShadowB.egg-info/top_level.txt +0 -0
- {shadowb-0.1 → shadowb-0.2}/setup.cfg +0 -0
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ShadowB
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2
|
|
4
4
|
Summary: ShadowB is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
|
|
5
5
|
Author-email: Adem mzoughi <ademzoughi1312@gmail.com>
|
|
6
6
|
Requires-Python: >=3.8
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
|
+
Requires-Dist: requests
|
|
10
|
+
Requires-Dist: colorama
|
|
11
|
+
Requires-Dist: better_profanity
|
|
12
|
+
Requires-Dist: pillow
|
|
13
|
+
Requires-Dist: pypdf
|
|
14
|
+
Requires-Dist: qrcode
|
|
15
|
+
Requires-Dist: opencv-python
|
|
16
|
+
Requires-Dist: stepic
|
|
17
|
+
Requires-Dist: browser-cookie3
|
|
9
18
|
|
|
10
19
|
# ShadowB
|
|
11
20
|
|
|
21
|
+

|
|
22
|
+
|
|
23
|
+
|
|
12
24
|
**ShadowB** is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
|
|
13
25
|
|
|
14
26
|
Instead of installing and learning a dozen different libraries for a dozen small tasks, `ShadowB` collects the most commonly needed helper functions in one place.
|
|
@@ -48,7 +60,7 @@ Basic package metadata and bootstrapping.
|
|
|
48
60
|
```python
|
|
49
61
|
from ShadowB import core
|
|
50
62
|
|
|
51
|
-
core.start() # run core app
|
|
63
|
+
core.start() # run core app for : create passwords or usernames / organize the working files
|
|
52
64
|
core.owner() # -> "Adem mzoughi"
|
|
53
65
|
core.team() # -> "Adem mzoughi, Berlin, Shadow"
|
|
54
66
|
core.hp() # print help / usage info
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# ShadowB
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
**ShadowB** is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
|
|
4
7
|
|
|
5
8
|
Instead of installing and learning a dozen different libraries for a dozen small tasks, `ShadowB` collects the most commonly needed helper functions in one place.
|
|
@@ -39,7 +42,7 @@ Basic package metadata and bootstrapping.
|
|
|
39
42
|
```python
|
|
40
43
|
from ShadowB import core
|
|
41
44
|
|
|
42
|
-
core.start() # run core app
|
|
45
|
+
core.start() # run core app for : create passwords or usernames / organize the working files
|
|
43
46
|
core.owner() # -> "Adem mzoughi"
|
|
44
47
|
core.team() # -> "Adem mzoughi, Berlin, Shadow"
|
|
45
48
|
core.hp() # print help / usage info
|
|
@@ -5,26 +5,14 @@ try:
|
|
|
5
5
|
from colorama import Fore, Style, init
|
|
6
6
|
init(autoreset=True)
|
|
7
7
|
except ImportError:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
os.system(f"{sys.executable} -m pip install colorama")
|
|
12
|
-
from colorama import Fore, Style, init
|
|
13
|
-
init(autoreset=True)
|
|
14
|
-
print("[+] 'colorama' installed successfully!\n")
|
|
15
|
-
except Exception as e:
|
|
16
|
-
print(f"[-] Failed to install the library: {e}. Proceeding without colors.")
|
|
17
|
-
|
|
18
|
-
class Fore: GREEN = ''; RED = ''; RESET = ''
|
|
19
|
-
class Style: BRIGHT = ''
|
|
8
|
+
os.system(f"{sys.executable} -m pip install colorama")
|
|
9
|
+
from colorama import Fore, Style, init
|
|
20
10
|
|
|
21
11
|
import socket
|
|
22
12
|
from datetime import datetime
|
|
23
13
|
|
|
24
14
|
def scan(ip):
|
|
25
|
-
|
|
26
|
-
Scans a target IP address for open TCP ports.
|
|
27
|
-
"""
|
|
15
|
+
|
|
28
16
|
print("-" * 50)
|
|
29
17
|
print(f"{Fore.GREEN}Starting scan on target: {ip}")
|
|
30
18
|
print(f"Time started: {str(datetime.now())}")
|
|
@@ -82,7 +82,7 @@ def owner():
|
|
|
82
82
|
print("Github : https://github.com/erec2smith")
|
|
83
83
|
|
|
84
84
|
def vr():
|
|
85
|
-
print("0.
|
|
85
|
+
print("0.2")
|
|
86
86
|
|
|
87
87
|
def team():
|
|
88
88
|
print("Adem")
|
|
@@ -90,17 +90,5 @@ def team():
|
|
|
90
90
|
print("Berlin")
|
|
91
91
|
|
|
92
92
|
def hp():
|
|
93
|
-
print(""
|
|
94
|
-
1. At the beginning, you should call core like this: from ShadowB import core \n
|
|
95
|
-
2. After that, it calls the main function core , like that : core.owner() \n
|
|
96
|
-
3. Call any function you want, like (owner to get info about the library owner, or team to get \n info about the Shadow Boys team) example: core.owner() \n
|
|
97
|
-
4. All the functions currently available:\n
|
|
98
|
-
owner() : To find out information about making the library \n
|
|
99
|
-
team() : To find out information about the wamithe team \n
|
|
100
|
-
start() : To start generating random words or organizing files \n
|
|
101
|
-
hp() : To find out information about the library \n
|
|
102
|
-
Example : from ShadowB import core \n
|
|
103
|
-
core.start() \n
|
|
104
|
-
2026/06/17 python https://github.com/erec2smith
|
|
105
|
-
""")
|
|
93
|
+
print("https://github.com/erec2smith/ShadowB")
|
|
106
94
|
|
|
@@ -1,14 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ShadowB
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2
|
|
4
4
|
Summary: ShadowB is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
|
|
5
5
|
Author-email: Adem mzoughi <ademzoughi1312@gmail.com>
|
|
6
6
|
Requires-Python: >=3.8
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
License-File: LICENSE
|
|
9
|
+
Requires-Dist: requests
|
|
10
|
+
Requires-Dist: colorama
|
|
11
|
+
Requires-Dist: better_profanity
|
|
12
|
+
Requires-Dist: pillow
|
|
13
|
+
Requires-Dist: pypdf
|
|
14
|
+
Requires-Dist: qrcode
|
|
15
|
+
Requires-Dist: opencv-python
|
|
16
|
+
Requires-Dist: stepic
|
|
17
|
+
Requires-Dist: browser-cookie3
|
|
9
18
|
|
|
10
19
|
# ShadowB
|
|
11
20
|
|
|
21
|
+

|
|
22
|
+
|
|
23
|
+
|
|
12
24
|
**ShadowB** is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package.
|
|
13
25
|
|
|
14
26
|
Instead of installing and learning a dozen different libraries for a dozen small tasks, `ShadowB` collects the most commonly needed helper functions in one place.
|
|
@@ -48,7 +60,7 @@ Basic package metadata and bootstrapping.
|
|
|
48
60
|
```python
|
|
49
61
|
from ShadowB import core
|
|
50
62
|
|
|
51
|
-
core.start() # run core app
|
|
63
|
+
core.start() # run core app for : create passwords or usernames / organize the working files
|
|
52
64
|
core.owner() # -> "Adem mzoughi"
|
|
53
65
|
core.team() # -> "Adem mzoughi, Berlin, Shadow"
|
|
54
66
|
core.hp() # print help / usage info
|
|
@@ -4,10 +4,23 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ShadowB"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.2"
|
|
8
8
|
authors = [
|
|
9
9
|
{name = "Adem mzoughi", email = "ademzoughi1312@gmail.com"},
|
|
10
10
|
]
|
|
11
|
+
|
|
12
|
+
dependencies = [
|
|
13
|
+
"requests",
|
|
14
|
+
"colorama",
|
|
15
|
+
"better_profanity",
|
|
16
|
+
"pillow",
|
|
17
|
+
"pypdf",
|
|
18
|
+
"qrcode",
|
|
19
|
+
"opencv-python",
|
|
20
|
+
"stepic",
|
|
21
|
+
"browser-cookie3"
|
|
22
|
+
]
|
|
23
|
+
|
|
11
24
|
description = "ShadowB is an all-in-one Python toolkit that bundles a wide range of everyday utilities — system info, image steganography, temporary email, QR codes, CAPTCHA generation, password tools, file safety checks, and more — into a single, easy-to-import package."
|
|
12
25
|
readme = "README.md"
|
|
13
26
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|