_______ _______ _____ ______ _______ |______ | | |_____/ |______ ______| |_____ __|__ | \_ |______
Latin: "to know, understand"
Scanning · Information Gathering · Reconnaissance · Enumeration
Table of Contents
Scire is an information gathering and reconnaissance tool for security professionals and researchers. Named after the Latin verb scīre — "to know", this tool combines multiple methods of enumeration and scanning into a unified and scriptable interface.
Follow these instructions to get a copy of Scire running locally.
Ensure you have Python 3 installed:
sudo apt install python3
- Clone the repo
git clone https://github.com/alex-aviles/scire.git pip install -r requirements.txt cd scire
chmod +x scire.py
sudo ./scire.py
OR
sudo python3 scire.py
Distributed under the MIT License. See LICENSE.txt
for more information.