Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

autoOSINT

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.

Windows

  1. Download autoOSINT.py
  2. 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]
  3. cd into directory with autoOSINT.py
  4. autoOSINT.py <IOC> or autoOSINT.py -h for usage

*nix

  1. Download autoOSINT.py
  2. cd into directory with autoOSINT.py
  3. chmod +x autoOSINT.py
  4. Ensure '/usr/local/bin' is in $PATH environment variable: echo $PATH | tr ':' '\n'
  5. sudo mv autoOSINT.py /usr/local/bin/autoOSINT.py
  6. autoOSINT.py <IOC> or autoOSINT.py -h for usage

Note

  • Some sources require an account for full functionality. These are marked with comments.
  • Default sources can be added/removed by editing 'default' arrays.
  • webbrowser will 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.

About

A silly CLI tool to save a few seconds during triage.

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages