ui: open interactive ToolsScreen on /tools; fallback to list if push fails

This commit is contained in:
giveen
2026-01-11 18:42:40 -07:00
parent a3822e2cb8
commit 704b5056ea
10 changed files with 484 additions and 49 deletions

View File

@@ -70,6 +70,20 @@ rag = [
all = [
"pentestagent[dev,rag]",
]
hexstrike = [
"flask>=2.3.0,<4.0.0",
"requests>=2.31.0,<3.0.0",
"psutil>=5.9.0,<6.0.0",
"fastmcp>=0.2.0,<1.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",
"mitmproxy>=9.0.0,<11.0.0",
"pwntools>=4.10.0,<5.0.0",
"angr>=9.2.0,<10.0.0",
"bcrypt==4.0.1",
]
[project.urls]
Homepage = "https://github.com/GH05TCREW/pentestagent"