Skip to content

Infinite http proxy program has 1597 HTTP&HTTPS proxies

Notifications You must be signed in to change notification settings

BDadmehr0/ProxyUNI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProxyUNI

Infinite proxy program has HTTP&HTTPS 1597 proxies

This program receives its proxies from the proxyscrape.com service, and using some rules, we put these proxies together in an orderly manner so that you can access them more easily.

Rules

ange_i = int(input('How many proxies do you want?(limit 2057) '))
if range_i <= end:
    for genrate in range(range_i):
        response = requests.post('https://www.httpdebugger.com/tools/ViewHttpHeaders.aspx', json=data)
        proxies = response.text.split('\n')

        proxy = proxies[start]
        print(C.BLUE, proxy)
        start += 1
        counter += 1

        if counter == range_i:
            print(C.YELLOW+'Proxy termination')
            break

Also, this program uses the httpdebugger.com service, because of the proxyscrape.com filter, we pass requests through this service so that we can reject the filter.

About

Infinite http proxy program has 1597 HTTP&HTTPS proxies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published