A silly CLI tool to save a few seconds during triage.
- Opens a bunch of tabs of different OSINT tools/feeds in the system's default browser based on a IOC input.
- Supports IP(v4), Domain, URL, and SHA-256 Hash input.
- Download autoOSINT.py
- Recommended: set '.py' files to open via python interpreter (not an IDE):
[Settings > Apps > Default apps > Choose defaults by file type > Default for '.py' files: Python] cdinto directory with autoOSINT.pyautoOSINT.py <IOC>orautoOSINT.py -hfor usage
- Download autoOSINT.py
cdinto directory with autoOSINT.pychmod +x autoOSINT.py- Ensure '/usr/local/bin' is in $PATH environment variable:
echo $PATH | tr ':' '\n' sudo mv autoOSINT.py /usr/local/bin/autoOSINT.pyautoOSINT.py <IOC>orautoOSINT.py -hfor usage
- Some sources require an account for full functionality. These are marked with comments.
- Default sources can be added/removed by editing 'default' arrays.
webbrowserwill attempt to open a fresh browser window first and then new tabs for subsequent links. However, depending on browser settings/version, a new window may need to be manually opened and focused before running the tool to prevent cluttering of an active window.