intelspy: Perform automated network reconnaissance scans
intelspy
Perform automated network reconnaissance scans to gather network intelligence.
IntelSpy is a network intelligence spy tool which performs automated enumeration of network services. It performs live hosts detection scans, port scans, services enumeration scans, web content scans, brute-force, detailed off-line exploits searches and more. The tool will also launch further enumeration scans for each detected service using a number of different tools.
Feature
- Scans IP addresses and IP ranges (CIDR notation).
- Creates a directory structure for results gathering.
- Logs commands that were run.
- Extracts important information in txt and markdown format.
- Stores data to an SQLite database.
Install
git clone https://github.com/maldevel/intelspy.git
cd intelspy
pip3 install -r requirements.txt
Use
Example
sudo python3 intelspy.py -t 192.168.10.0/24 -p MyProjectName -w /home/user/pt/projects/
sudo python3 intelspy.py -t 192.168.10.0/24 -p MyProjectName -w /home/user/pt/projects/ –exclude 192.168.10.9
sudo python3 intelspy.py -t 192.168.10.0/24 -p MyProjectName -w /home/user/pt/projects/ –exclude 192.168.10.9,192.168.10.254
Copyright (C) 2020 maldevel
Source: https://github.com/maldevel/