Skip to content

Simple lightweight proxy-checker written in golang

Notifications You must be signed in to change notification settings

41Baloo/balooChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balooChecker

Simple lightweight proxy-checker written in golang

Usage

This proxy-checker reads directly from the osStdIn. This means usage works as following

Check from website

curl https://your.website/proxies.txt | ./main [timeout] [output name] [threads]

Check from file

cat your-file.txt | ./main [timeout] [output name] [threads]

Check from scanner

zmap -p 80 172.217.0.0/24 | ./main [timeout] [output name] [threads]

Check directly from terminal

echo "1.1.1.1:80" | ./main [timeout] [output name] [threads]

About

Simple lightweight proxy-checker written in golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages