refactor: remove PassGPT attack (option 17)

Remove the ML-based PassGPT password generation feature entirely:
modules, config keys, [ml] optional dependency group, menu entries,
tests, and documentation.
This commit is contained in:
Justin Bollinger
2026-03-03 14:31:41 -05:00
parent 8222e0a29e
commit 102facf42a
11 changed files with 1 additions and 1406 deletions
-1
View File
@@ -70,7 +70,6 @@ No external services, binaries, or network access required.
| `test_invalid_hcatpath.py` | Startup error on invalid hashcat path |
| `test_version_check.py` | Update check logic |
| `test_omen_attack.py` | OMEN attack handler |
| `test_passgpt_attack.py` | PassGPT attack handler |
| `test_pipal.py` | Pipal integration helpers |
| `test_pipal_integration.py` | Pipal menu and output parsing |
| `test_dependencies.py` | External dependency detection |