Disclaimer: This repository does not provide proxy access of any kind. It collects IP addresses from publicly available proxy lists strictly for research, threat intelligence, and network security purposes. No proxy services are offered, endorsed, or facilitated.
A Go program that scrapes IP addresses from multiple open proxy sources, merges them, removes duplicates, and outputs a single badiplist.txt file containing only unique IPs (no ports, no protocols).
The list is published daily as a GitHub Release.
go build -o badiplist .
./badiplist
The output file badiplist.txt will be created in the current directory.
A GitHub Actions workflow runs daily at 01:00 UTC. It builds the program, runs it, and publishes badiplist.txt as a GitHub Release.