____.
| |____ ____ ___________
| \__ \ / ___\_/ __ \_ __ \
/\__| |/ __ \_/ /_/ > ___/| | \/
\________(____ /\___ / \___ >__|
\//_____/ \/ Hunting IOCs All Day Every Day
Jager is a tool for pulling useful IOCs (indicators of compromise) out of various input sources (PDFs for now, plane text really soon, webpages eventually) and putting them into an easy to manipulate JSON format. Who doesn't want that?!
First of all there's some stuff Jager doesn't do (or does poorly):
To analyze a PDF:
python jager.py -i foo.pdf -o bar.json
To analyze a directory of PDFs:
python jager.py -d ~/foo -o ~/bar
Assuming this is ever released (it may not be) check LICENSE.md for information.
See above s/LICENSE/CONTRIBUTING/g.