ICU: An Extended, Modulair, Host Discovery Framework
ICU is a tool to constantly keep an updated database of domains and subdomains, by regularly scanning domains for subdomains with the most common subdomain scanners.
ICU works by creating a database with domains and a crontask to launch the subdomain scanners script. You can launch this script manually as well. You can also keep control of your domains and subdomains with the main.py script or with the telegram bot. There is also a simple web application that is meant for a quick view of your domains. This web application is not meant yet for a large number of domains.
Install
git clone https://github.com/003random/ICU
cd ICU
./install.sh
The installation script asks for various things, including your MySQL database username and password. These will be saved in credentials.py. You can always change these credentials later on.
Optional (recommended)
ICU also uses Subfinder and Amass. You need to install those as well. You need to have GO for those tools. Here you can find how to install GO. After you’ve installed GO; Execute the following commands to install Amass and Subfinder:
go get github.com/caffix/amass
go get github.com/Ice3man543/subfinder
Setting up the MySQL server
Telegram
ICU also includes a telegram bot and notifications part. If you want to use this, you will have to include your telegram bot token in credentials.py. You can get a telegram bot token here. Next off, you need to run setup.py in /telegram, and then send /start to the bot. This will save your chat_id to credentials.py so it can be used for authentication with the bot, and to send the notifications to.
Modules
The following modules are used: MySQLdb, telegram, random, sys, os, datetime, logging, time.
The install script offers an option to install the modules from requirements.txt. This requires pip to be installed. If, for some reason, some modules are still missing. Then install these modules. The most important one is MySQLdb. here you can read how to install MySQLdb.
Use
Author: 003random – @003random – 003random.com
Source: https://github.com/003random/