sharkit 0.1.1.dev2__tar.gz → 0.1.1.dev4__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.
Files changed (38) hide show
  1. sharkit-0.1.1.dev4/PKG-INFO +124 -0
  2. sharkit-0.1.1.dev4/README.md +96 -0
  3. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/pyproject.toml +1 -1
  4. sharkit-0.1.1.dev2/PKG-INFO +0 -26
  5. sharkit-0.1.1.dev2/README.md +0 -0
  6. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/.gitignore +0 -0
  7. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/LICENSE +0 -0
  8. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/__init__.py +0 -0
  9. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/__main__.py +0 -0
  10. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/app.py +0 -0
  11. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/commands/__init__.py +0 -0
  12. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/commands/base.py +0 -0
  13. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/commands/builtins.py +0 -0
  14. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/commands/registry.py +0 -0
  15. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/config/__init__.py +0 -0
  16. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/config/manager.py +0 -0
  17. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/config/paths.py +0 -0
  18. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/console/__init__.py +0 -0
  19. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/console/completion.py +0 -0
  20. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/console/prompt.py +0 -0
  21. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/console/repl.py +0 -0
  22. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/exceptions.py +0 -0
  23. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/history/__init__.py +0 -0
  24. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/history/manager.py +0 -0
  25. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/__init__.py +0 -0
  26. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/base.py +0 -0
  27. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/loader.py +0 -0
  28. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/registry.py +0 -0
  29. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/testing/__init__.py +0 -0
  30. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/testing/demo/__init__.py +0 -0
  31. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/testing/demo/echo.py +0 -0
  32. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/testing/http/__init__.py +0 -0
  33. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/modules/testing/http/metadata.py +0 -0
  34. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/network/__init__.py +0 -0
  35. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/network/client.py +0 -0
  36. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/output/__init__.py +0 -0
  37. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/output/renderer.py +0 -0
  38. {sharkit-0.1.1.dev2 → sharkit-0.1.1.dev4}/src/sharkit/output/theme.py +0 -0
@@ -0,0 +1,124 @@
1
+ Metadata-Version: 2.5
2
+ Name: sharkit
3
+ Version: 0.1.1.dev4
4
+ Summary: OSINT / HUMINT / GEOINT research framework
5
+ Project-URL: Homepage, https://github.com/sshsrv/sharkit
6
+ Project-URL: Repository, https://github.com/sshsrv/sharkit
7
+ Project-URL: Issues, https://github.com/sshsrv/sharkit/issues
8
+ Author: Sharkit Contributors
9
+ License-Expression: MIT
10
+ License-File: LICENSE
11
+ Keywords: cli,framework,geoint,humint,osint,research
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Environment :: Console
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Intended Audience :: Information Technology
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Operating System :: POSIX :: Linux
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Classifier: Programming Language :: Python :: 3.12
21
+ Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Topic :: Security
23
+ Classifier: Topic :: Utilities
24
+ Requires-Python: >=3.11
25
+ Requires-Dist: httpx<1.0.0,>=0.27.0
26
+ Requires-Dist: prompt-toolkit<4.0.0,>=3.0.0
27
+ Description-Content-Type: text/markdown
28
+
29
+ # sharkit
30
+
31
+ OSINT / HUMINT / GEOINT research framework — a modular CLI for gathering and correlating
32
+ open-source intelligence from the terminal.
33
+
34
+ > Built for Linux. Runs anywhere Python 3.11+ runs — including **Termux on Android**.
35
+
36
+ ## Requirements
37
+
38
+ - Python >= 3.11
39
+ - `pip` or `uv`
40
+
41
+ ## Installation
42
+
43
+ From PyPI:
44
+
45
+ ```bash
46
+ pip install sharkit
47
+ ```
48
+
49
+ Or with `uv`:
50
+
51
+ ```bash
52
+ uv tool install sharkit
53
+ ```
54
+
55
+ Then launch the interactive shell:
56
+
57
+ ```bash
58
+ sharkit
59
+ ```
60
+
61
+ ## Termux / Android
62
+
63
+ sharkit is pure Python (no compiled extensions) and depends only on `prompt_toolkit`
64
+ and `httpx`, so it installs and runs on Termux without any native build step.
65
+
66
+ ```bash
67
+ pkg update && pkg install python
68
+ pip install sharkit
69
+ sharkit
70
+ ```
71
+
72
+ If Termux's Python is marked *externally managed*, install into a virtual environment:
73
+
74
+ ```bash
75
+ pkg install python
76
+ python -m venv ~/sharkit-venv
77
+ ~/sharkit-venv/bin/pip install sharkit
78
+ ~/sharkit-venv/bin/sharkit
79
+ ```
80
+
81
+ - Configuration, history and cache live under `~/.config/sharkit`
82
+ (on Android: `/data/data/com.termux/files/home/.config/sharkit`).
83
+ - Network access uses the standard Termux permission — no extra setup required.
84
+ - The UI relies on ANSI escape codes and Unicode box-drawing, which Termux's
85
+ terminal renders natively.
86
+
87
+ ## Quick start
88
+
89
+ ```
90
+ sharkit # start the interactive shell
91
+ help # list commands
92
+ use testing/demo/echo # load a module
93
+ set message "hello" # configure an option
94
+ run # execute the active module
95
+ history # show command history
96
+ clear # clear the screen
97
+ exit # quit
98
+ ```
99
+
100
+ Available commands: `help`, `banner`, `version`, `status`, `use`, `back`, `info`,
101
+ `show`, `set`, `unset`, `run`, `search`, `history`, `clear`, `exit`.
102
+
103
+ ## Modules
104
+
105
+ Modules are discovered automatically from the packaged `sharkit/modules` directory:
106
+
107
+ - `testing/demo/echo` — echo module for testing the framework
108
+ - `testing/http/metadata` — HTTP metadata gathering (status, headers, content type, …)
109
+
110
+ ## Development
111
+
112
+ ```bash
113
+ git clone https://github.com/sshsrv/sharkit
114
+ cd sharkit
115
+ uv sync --all-groups
116
+ uv run sharkit
117
+ ```
118
+
119
+ Quality gates: `uv run ruff check .`, `uv run mypy src/`, `uv run pytest -q`.
120
+
121
+ ## Disclaimer
122
+
123
+ sharkit is a research tool. Use it responsibly and in accordance with applicable law
124
+ and the terms of service of any system you interact with.
@@ -0,0 +1,96 @@
1
+ # sharkit
2
+
3
+ OSINT / HUMINT / GEOINT research framework — a modular CLI for gathering and correlating
4
+ open-source intelligence from the terminal.
5
+
6
+ > Built for Linux. Runs anywhere Python 3.11+ runs — including **Termux on Android**.
7
+
8
+ ## Requirements
9
+
10
+ - Python >= 3.11
11
+ - `pip` or `uv`
12
+
13
+ ## Installation
14
+
15
+ From PyPI:
16
+
17
+ ```bash
18
+ pip install sharkit
19
+ ```
20
+
21
+ Or with `uv`:
22
+
23
+ ```bash
24
+ uv tool install sharkit
25
+ ```
26
+
27
+ Then launch the interactive shell:
28
+
29
+ ```bash
30
+ sharkit
31
+ ```
32
+
33
+ ## Termux / Android
34
+
35
+ sharkit is pure Python (no compiled extensions) and depends only on `prompt_toolkit`
36
+ and `httpx`, so it installs and runs on Termux without any native build step.
37
+
38
+ ```bash
39
+ pkg update && pkg install python
40
+ pip install sharkit
41
+ sharkit
42
+ ```
43
+
44
+ If Termux's Python is marked *externally managed*, install into a virtual environment:
45
+
46
+ ```bash
47
+ pkg install python
48
+ python -m venv ~/sharkit-venv
49
+ ~/sharkit-venv/bin/pip install sharkit
50
+ ~/sharkit-venv/bin/sharkit
51
+ ```
52
+
53
+ - Configuration, history and cache live under `~/.config/sharkit`
54
+ (on Android: `/data/data/com.termux/files/home/.config/sharkit`).
55
+ - Network access uses the standard Termux permission — no extra setup required.
56
+ - The UI relies on ANSI escape codes and Unicode box-drawing, which Termux's
57
+ terminal renders natively.
58
+
59
+ ## Quick start
60
+
61
+ ```
62
+ sharkit # start the interactive shell
63
+ help # list commands
64
+ use testing/demo/echo # load a module
65
+ set message "hello" # configure an option
66
+ run # execute the active module
67
+ history # show command history
68
+ clear # clear the screen
69
+ exit # quit
70
+ ```
71
+
72
+ Available commands: `help`, `banner`, `version`, `status`, `use`, `back`, `info`,
73
+ `show`, `set`, `unset`, `run`, `search`, `history`, `clear`, `exit`.
74
+
75
+ ## Modules
76
+
77
+ Modules are discovered automatically from the packaged `sharkit/modules` directory:
78
+
79
+ - `testing/demo/echo` — echo module for testing the framework
80
+ - `testing/http/metadata` — HTTP metadata gathering (status, headers, content type, …)
81
+
82
+ ## Development
83
+
84
+ ```bash
85
+ git clone https://github.com/sshsrv/sharkit
86
+ cd sharkit
87
+ uv sync --all-groups
88
+ uv run sharkit
89
+ ```
90
+
91
+ Quality gates: `uv run ruff check .`, `uv run mypy src/`, `uv run pytest -q`.
92
+
93
+ ## Disclaimer
94
+
95
+ sharkit is a research tool. Use it responsibly and in accordance with applicable law
96
+ and the terms of service of any system you interact with.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "sharkit"
3
- version = "0.1.1.dev2"
3
+ version = "0.1.1.dev4"
4
4
  description = "OSINT / HUMINT / GEOINT research framework"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -1,26 +0,0 @@
1
- Metadata-Version: 2.5
2
- Name: sharkit
3
- Version: 0.1.1.dev2
4
- Summary: OSINT / HUMINT / GEOINT research framework
5
- Project-URL: Homepage, https://github.com/sshsrv/sharkit
6
- Project-URL: Repository, https://github.com/sshsrv/sharkit
7
- Project-URL: Issues, https://github.com/sshsrv/sharkit/issues
8
- Author: Sharkit Contributors
9
- License-Expression: MIT
10
- License-File: LICENSE
11
- Keywords: cli,framework,geoint,humint,osint,research
12
- Classifier: Development Status :: 3 - Alpha
13
- Classifier: Environment :: Console
14
- Classifier: Intended Audience :: Developers
15
- Classifier: Intended Audience :: Information Technology
16
- Classifier: License :: OSI Approved :: MIT License
17
- Classifier: Operating System :: POSIX :: Linux
18
- Classifier: Programming Language :: Python :: 3
19
- Classifier: Programming Language :: Python :: 3.11
20
- Classifier: Programming Language :: Python :: 3.12
21
- Classifier: Programming Language :: Python :: 3.13
22
- Classifier: Topic :: Security
23
- Classifier: Topic :: Utilities
24
- Requires-Python: >=3.11
25
- Requires-Dist: httpx<1.0.0,>=0.27.0
26
- Requires-Dist: prompt-toolkit<4.0.0,>=3.0.0
File without changes
File without changes
File without changes