- Автор темы
- #1
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.
