-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (51 loc) · 1.2 KB
/
Copy pathpyproject.toml
File metadata and controls
54 lines (51 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[project]
name = "nyxstrike"
version = "1.9.0"
requires-python = ">=3.10"
dependencies = [
"flask>=2.3.0,<4.0.0",
"requests>=2.31.0,<3.0.0",
"psutil>=5.9.0,<6.0.0",
"fastmcp[tasks]>=3.1.0,<4.0.0",
"beautifulsoup4>=4.12.0,<5.0.0",
"selenium>=4.15.0,<5.0.0",
"webdriver-manager>=4.0.0,<5.0.0",
"aiohttp>=3.8.0,<4.0.0",
"h2>=4.0.0,<5.0.0",
"PyMySQL>=1.1.2,<2.0.0",
"wcwidth>=0.2.5,<1.0.0",
"cryptography>=49.0.0,<50.0.0",
"flask-limiter>=3.5.0,<4.0.0",
"phaseaccess>=0.1.0,<1.0.0",
"stingxss>=0.1.0,<1.0.0",
"breachsql>=0.1.0,<1.0.0",
"vaultrip>=0.1.0,<1.0.0",
"commonhuman-payloads>=0.1.7,<1.0.0",
"commonhuman-core>=0.1.7,<1.0.0",
]
[project.optional-dependencies]
tools = [
"bbot>=2.8.3",
"httpx>=0.28.1",
"uro>=1.0.2",
"dirsearch>=0.4.3",
"waymore",
"chardet>=3.0.2,<6.0.0",
"volatility3>=2.27.0",
"angr>=9.2.205,<10.0.0",
"checkov>=3.0.0",
"ROPgadget>=7.0.0,<8.0.0",
"one_gadget>=1.0.0,<2.0.0",
"social-analyzer>=0.45.0",
]
big = [
"kube-hunter>=0.6.8",
"shodan>=1.31.0",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
]
[tool.uv]
package = false
environments = ["sys_platform == 'linux'"]