Skip to content

NetworkCats/badiplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad IP List

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.

What It Does

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.

Usage

go build -o badiplist .
./badiplist

The output file badiplist.txt will be created in the current directory.

Automation

A GitHub Actions workflow runs daily at 01:00 UTC. It builds the program, runs it, and publishes badiplist.txt as a GitHub Release.

License

WTFPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages