DOWNLOAD https://uploadnow.io/f/lkQszhb
This program is an asynchronous server scanner with a graphical file selection interface, designed to perform mass checking of login-password access over SSH and HTTP for various IPs and ports. Here's what it can do:
File selection via GUI
ā Allows you to choose a .txt file containing IP addresses or IP:Port combinations.
Port availability scanning
ā Checks the most common ports: 22, 80, 443, 3389, 1080, 8080, 3128, 9000, 8081.
Asynchronous HTTP and port checking
ā Uses aiohttp and asyncio for high-performance concurrent requests.
ā Asynchronously checks if a port is open using socket.
SSH login checking
ā Uses paramiko to try logging in via SSH with various username and password combinations.
Brute-force login/password combinations
ā Tries a wide range of popular usernames and passwords to find valid credentials.
Progress tracking with tqdm
ā Displays real-time progress and shows how many valid logins have been found.
Saves valid results to file
ā All valid IP + login + password combinations are saved to valid_proxies.txt.
Automatic port detection
ā If no port is specified, defaults to port 22 (SSH).
Compatibility with Windows 8.1 and lower
ā Includes a fix for the asyncio event loop on older Windows systems.
This program is an asynchronous server scanner with a graphical file selection interface, designed to perform mass checking of login-password access over SSH and HTTP for various IPs and ports. Here's what it can do:
Main Features:
ā Allows you to choose a .txt file containing IP addresses or IP:Port combinations.
ā Checks the most common ports: 22, 80, 443, 3389, 1080, 8080, 3128, 9000, 8081.
ā Uses aiohttp and asyncio for high-performance concurrent requests.
ā Asynchronously checks if a port is open using socket.
ā Uses paramiko to try logging in via SSH with various username and password combinations.
ā Tries a wide range of popular usernames and passwords to find valid credentials.
ā Displays real-time progress and shows how many valid logins have been found.
ā All valid IP + login + password combinations are saved to valid_proxies.txt.
ā If no port is specified, defaults to port 22 (SSH).
ā Includes a fix for the asyncio event loop on older Windows systems.