Skip to content

ahmadxp/proxy-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy Check

Simple proxy checker using requests python to check http / https / socks proxy

Installation

  • Make sure you have python installed on your system.
  • Clone repository git clone https://github.com/ahmadxp/proxy-check.git
  • open folder cd proxy-check
  • Install the required libraries by running pip install -r requirements.txt

Setup Proxy List

  • Create a new txt file, and add your proxy list in the following format:
http://ip:port
https://ip:port
http://user:pass@ip:port
https://user:pass@ip:port
socks4://ip:port
socks5://ip:port

Usage

  • Run the script using python main.py
  • Input your proxy list
  • Added new feature Proxy Type using new.py (still on progress)

Result

Live proxy list result saved in result.txt

Buy me a coffee

TON: UQBzcz29PVnGqpXeb8R5R22MbP7WbHBXGBxefTU8_uvnsZ55

About

Simple proxy checker using python requests to check http / https / socks proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages