https://github.com/stef/cryptokraaken
scans for OpenPGP encrypted messages and key material
https://github.com/stef/cryptokraaken
Last synced: about 1 year ago
JSON representation
scans for OpenPGP encrypted messages and key material
- Host: GitHub
- URL: https://github.com/stef/cryptokraaken
- Owner: stef
- License: other
- Created: 2014-09-01T16:10:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T10:34:54.000Z (over 10 years ago)
- Last Synced: 2025-04-16T00:15:59.401Z (about 1 year ago)
- Language: Python
- Size: 145 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
cryptokraaken
tools to filter cryptographic keymaterial and encrypted messages.
(also proof that openpgp/rfc4880 is a cheap NSA strong selector)
- regexps: regexps for various interesting crypto material
- keyfind: python based slowish PoC
- kraakengrep: google re2 - based tool for faster grepping
- pgp.magic: file(1) magic rules for detailed reporting on PGP content
- extractblobs.sh: carves out kraakengrep results
- tests: scripts for benchmarks