mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-07-28 14:47:22 -07:00
feat(notify): wire Pushover notifications into attacks and config (WIP)
Adds notify_* keys to both config.json.example files, threads notification calls through hashcat invocations in main.py, and exposes menu/attack hooks. Pushed for manual testing — verification and PR still pending. Refs #106 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
aae5ce8e90
commit
b5af2498f5
+9
-1
@@ -37,5 +37,13 @@
|
||||
"hcatCombinator3", "hcatCombinatorX", "hcatHybrid", "hcatYoloCombination",
|
||||
"hcatMiddleCombinator", "hcatThoroughCombinator", "hcatCombipow", "hcatPrince",
|
||||
"hcatPermute"
|
||||
]
|
||||
],
|
||||
"notify_enabled": false,
|
||||
"notify_pushover_token": "",
|
||||
"notify_pushover_user": "",
|
||||
"notify_per_crack_enabled": false,
|
||||
"notify_attack_allowlist": [],
|
||||
"notify_suppress_in_orchestrators": true,
|
||||
"notify_max_cracks_per_burst": 5,
|
||||
"notify_poll_interval_seconds": 5.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user