Giter VIP home page Giter VIP logo

zmap-proxyscanner's Introduction

Zmap-ProxyScanner

A Thread Safe fast way to find proxies. Find 2000-5000 working http,socks4,socks5 proxies in one scan.

379e86d10c8e05e9d21a20647d37c70ea0d5e976c72a44a2a5506c88d31e5cf3

Config

 {
  "check-site": "https://google.com",
  "proxy-type": "http",

  "http_threads": 2000,
  "headers": {
    "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36",
    "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"
  },
  "print_ips": {
    "enabled": true,
    "display-ip-info": true
  },
  "timeout": {
    "http_timeout": 5,
    "socks4_timeout": 5,
    "socks5_timeout": 5
  }
}

Flag Args

-p <port> - Port you want to scan.
-o <proxies.txt> - Writes proxy hits to file.
-input <proxies.txt> - Loads the proxy list and checks it.
-url https://api.com/proxies - Loads the proxies from an api and checks it.

Features

  • Scan entire world for http,socks4 and socks5 proxies.
  • Inbuilt file + (from url) proxy scanner
  • Display ISP, Country

Example Run

zmap -p 8080 | ./ZmapProxyScanner -p 8080

Build

Requires go v1.19+

git clone https://github.com/Yariya/Zmap-ProxyScanner.git
cd Zmap-ProxyScanner
go build

zmap-proxyscanner's People

Contributors

yariya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

zmap-proxyscanner's Issues

Question

Hey! Is it possible to scan multiple ports at once?
Or can i import some ip ranges that i want? Instead of just scanning the whole ipv4 network. Thanks

Taking too long

After installing everything when I run the .exe file it keeps running forever without saving anything in output.txt. Am I doing anything wrong.
The .exe has been running for atleast two hours now and heres the console logs:
image

proxy-type

Hi, is there documentation for cli options and for config.json options? I couldn't find it.

Anyway, my question is: proxy-type in config.json specifies which proxy type to check right? What are the possible options for it other than "http"? And is it possible to put multiple options? Like, http,socks4,socks5 and so it checks for all three types?

Also, your readme shows this option: -input <proxies.txt>
But it's actually -in not -input

scanner error

root@nullsec proxys]# ./Scan -p 80 -in lol1.txt -o proxies.txt
Detected FILE Mode.
2023/07/12 12:36:32 parse "http://1.1.1.1\r:80": net/url: invalid control character in URL
2023/07/12 12:36:32 parse "http://1.1.1.1\r:80": net/url: invalid control character in URL
2023/07/12 12:36:32 parse "http://1.1.1.1\r:80": net/url: invalid control character in URL
2023/07/12 12:36:32 parse "http://1.1.1.1\r:80": net/url: invalid control character in URL
2023/07/12 12:36:32 parse "http://1.1.1.1\r:80": net/url: invalid control character in URL
2023/07/12 12:36:32 parse "http://1.1.1.1\r:80": net/url: invalid control character in URL

hi there im not Scanning 1.1.1.1 just to be clear i just don't wanna share lol
so when I scan like this : zmap -p 80 | ./Scan -p 80 -o output.txt IT WORKS AMAZINGLY

but when i try to scan like this : ./Scan -p 80 -in lol1.txt -o proxies.txt
I get a bunch of error and I even tested the proxies that I scanned using zmap -p 80 | ./Scan -p 80 -o output.txt
and it still was giving me errors

output file :80

the tool is really working good, but noticed that whenever its saving the working results to output.txt theres always an extension of :80 after each proxy it saves for example below

127.0.0.1:8080:80
127.0.0.2:8080:80

:80 is always attached to the saved results, please is there no way to remove this so it just saves the proxies as they are because if i was to use cltr+H and remove :80 its going to affect some proxies that are :80 by default for example below

127.0.0.0:80:80 is supposed to be just 127.0.0.1:80

please help work on the output to only print the proxies and the port not adding :80 or :443 to the output proxies, thanks.

Supoort multiple ports

can u let the z proxyScanner support multiple ports
instead of
zmap -p 80 --whitelist- tr.txt | ./ZmapProxyScanner -p 80
zmap -p 80 --whitelist- tr.txt | ./ZmapProxyScanner -p 80,8080,3128,2831

ik zmap not support Multi ports
but masscan Do

china

建议更换新的检测代理地址,**得代理,此程序检测不了

Exit program

You can add the option to exit the script when threads become 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.