Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.33 KB

🌠 Ice Storm Flask

Toolkit for blocking phishing domains

⚙️ Features

📥 Installation

git clone https://github.com/clienthold/IceStorm.git
cd IceStorm
pip3 install -r requirements.txt

Insert the necessary API keys into the config.py configuration file

# GOOGLE SAFE BROWSING API KEY
# https://developers.google.com/safe-browsing/v4/get-started
SB_API = ""

# VIRUSTOTAL API KEY
VT_API = ""

# URLSCAN API KEY
US_API = ""

# METADEFENDER API KEY
MD_API = ""

Run main.py

python3 main.py

🌌 Screenshots

Index Page

Search Page