jpyorre / umbrella_investigate_multidomainlookup

A multi-domain lookup web app that uses the publicly available Umbrella Investigate API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a multi-domain lookup tool that uses the publicly available Umbrella Investigate API

0: Run pip3 install -r requirements.txt 1: Store your Umbrella Investigate API Token in a text file, with the API key on one line and no other information, then update the path to it. 2: Do the same for the VirusTotal API key, if you want to use it. If not or you don't have one, this will still work - you just won't have VirusTotal results. 3: Run with: python3 app.py 4: Go to http://127.0.0.1:5000 5: Enter your domains and look them up

Example

About

A multi-domain lookup web app that uses the publicly available Umbrella Investigate API


Languages

Language:Python 45.4%Language:HTML 26.9%Language:JavaScript 22.4%Language:CSS 5.3%