Infinite is a proxy scraper & checker made in Go
Go to file
perp c91c0f5c71 Updated module name 2024-05-29 01:34:40 +01:00
cmd/infinite Updated module name 2024-05-29 01:34:40 +01:00
internal 2023-07-14 02:43:36 +01:00
.gitignore 2023-07-14 02:43:36 +01:00
LICENSE 2023-07-14 02:43:36 +01:00
README.md Updated README 2024-05-29 01:33:45 +01:00
go.mod Updated module name 2024-05-29 01:34:40 +01:00
go.sum 2023-07-14 02:43:36 +01:00
sources.txt Removed dead sources 2023-12-11 14:19:36 +00:00

README.md

Infinite

License

Infinite is a proxy scraper & checker made in Go

Requirements

go (1.20+)

Installation

git clone https://git.supernets.org/perp/infinite
cd infinite/cmd/infinite
go install .

Usage

Infinite is a proxy scraper & checker made in Go

Usage:
  infinite [flags]
  infinite [command]

Available Commands:
  check       Check proxies from a file
  scrape      Scrape proxies from a file
  help        Help about any command

Flags:
  -h, --help   help for infinite

Use "infinite [command] --help" for more information about a command.
Check proxies from a file

Usage:
  infinite check [flags]

Flags:
  -f, --file string     Path to proxies file
  -o, --output string   Path to output proxies file
  -4, --socks4          Filter socks4 proxies
  -a, --socks4a         Filter socks4a proxies
  -5, --socks5          Filter socks5 proxies
  -t, --threads int     Thread amount (default 1)
  -v, --verbose         Verbose mode
  -h, --help            help for check
Scrape proxies from a file

Usage:
  infinite scrape [flags]

Flags:
  -f, --file string     Path to sources file
  -o, --output string   Path to output proxies file
  -t, --threads int     Thread amount (default 1)
  -v, --verbose         Verbose mode
  -h, --help            help for scrape

Scrape proxies & save to a file

infinite scrape -f sources.txt -o proxies.txt -t 10 -v

Check socks5 proxies & save to a file

infinite check -f proxies.txt -o socks5.txt -t 100 -5

Disclaimer

Developers are not responsible for any misuse