Cybersecurity-Projects/PROJECTS/beginner
CarterPerez-dev 6542a097f8 feat: all attack strategies (dictionary, brute-force, rules)
DictionaryAttack: mmap-based wordlist reader with thread partitioning.
BruteForceAttack: keyspace generator with mathematical partitioning.
RuleSet: 7 mutation transforms via std::generator (capitalize, leet,
append/prepend digits, reverse, toggle case).
RuleAttack: combines dictionary words with rule mutations.
22 new tests, all passing.
2026-03-22 09:25:09 -04:00
..
base64-tool feat: did a couple things idk 2026-02-28 14:08:36 -05:00
c2-beacon feat: did a couple things idk 2026-02-28 14:08:36 -05:00
caesar-cipher feat: did a couple things idk 2026-02-28 14:08:36 -05:00
dns-lookup feat: did a couple things idk 2026-02-28 14:08:36 -05:00
hash-cracker feat: all attack strategies (dictionary, brute-force, rules) 2026-03-22 09:25:09 -04:00
keylogger feat: did a couple things idk 2026-02-28 14:08:36 -05:00
metadata-scrubber-tool chore(deps): bump pypdf in /PROJECTS/beginner/metadata-scrubber-tool 2026-03-11 00:54:25 +00:00
network-traffic-analyzer feat: did a couple things idk 2026-02-28 14:08:36 -05:00
simple-port-scanner Update README with project developer credit 2026-02-20 06:00:09 -05:00
simple-vulnerability-scanner feat: did a couple things idk 2026-02-28 14:08:36 -05:00