Skip to content

ScanExp automates the scanning of any machine's open ports via the ip address and performs a brute force attack on ports 20, 21 for the FTP protocol, port 22 for the SSH protocol and port 25 for the SMTP protocol, providing the choice between the use of two different wordlists for the username and password or two personalized wordlists chosen by…

License

Notifications You must be signed in to change notification settings

CyberNDR/ScanExp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ScanExp

ScanExp automates the scanning of any machine's open ports via the ip address and performs a brute force attack on ports 20, 21 for the FTP protocol, port 22 for the SSH protocol and port 25 for the SMTP protocol, providing the choice between the use of two different wordlists for the username and password or two personalized wordlists chosen by the user.

Features

• Port Scan

• Automated machine exploit through open ports from scan results:

• Port 20 FTP Brute Force

• Port 21 FTP Brute Force

• Port 22 SSH Brute Force

• Port 25 SMTP Brute Force

Installation

# Git Clone
git clone https://github.com/CyberNDR/ScanExp.git

# change the current directory to ScanExp
cd ScanExp

# Install requirements
pip install -r requirements.txt

# Run the program
python ScanExp.py

About

ScanExp automates the scanning of any machine's open ports via the ip address and performs a brute force attack on ports 20, 21 for the FTP protocol, port 22 for the SSH protocol and port 25 for the SMTP protocol, providing the choice between the use of two different wordlists for the username and password or two personalized wordlists chosen by…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages