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
-4
View File
@@ -26,9 +26,5 @@
"ollamaNumCtx": 2048,
"omenTrainingList": "rockyou.txt",
"omenMaxCandidates": 1000000,
"passgptModel": "javirandor/passgpt-10characters",
"passgptMaxCandidates": 1000000,
"passgptBatchSize": 1024,
"passgptTrainingList": "rockyou.txt",
"check_for_updates": true
}