░░░░░░███████ ]▄▄▄▄▄▄▄▄
▂▄▅█████████▅▄▃▂
[███████████████████]
◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤
ScanDrift is a comprehensive network scanning and exploitation framework designed for security professionals, network administrators, and ethical hackers. It facilitates efficient port scanning, geolocation of target IPs, and offers an interactive exploitation mode to assess potential vulnerabilities.
[1]
Perform Port Scan[2]
Fetch Geolocation Information[3]
Enter Exploitation Mode[4]
View Scan Results[5]
Save Results to File[6]
ExitClone the Repository:
git clone https://github.com/hacker-hub8/ScanDrift.git
cd ScanDrift
Set Up a Virtual Environment (Optional but recommended):
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
Install Dependencies:
pip install -r requirements.txt
Run ScanDrift:
python main.py
Navigate the Menu:
requirements.txt
.FileSystem:
scandrift/
│
├── main.py # Entry point for the framework
├── scanner.py # Handles port scanning
├── exploitation.py # Handles exploitation of open ports
├── geolocation.py # Fetches geolocation data
├── utils.py # Helper functions like clearing the screen
├── requirements.txt # Dependencies for the project
├── README.md # Instructions for using the tool
└── logs/ # Directory for saving reports
Main Menu Interface
ip GeoLocation
Port Scanning in Progress
Interactive Exploitation Mode
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
For support, email support@hackerhub8.in or