ircdeeznuts, find yourself some ircd's
Go to file
delorean 8aa950156c fuck bitlbee 2023-07-03 23:26:52 -05:00
README.md installation 2023-06-27 18:40:48 -05:00
go.mod initial 2023-06-27 18:38:02 -05:00
go.sum initial 2023-06-27 18:38:02 -05:00
main.go fuck bitlbee 2023-07-03 23:26:52 -05:00

README.md

ircdeez

ircdeeznuts, find yourself some ircd's

installation

git clone https://git.supernets.org/delorean/ircdeez.git
go mod tidy
go build .
./ircdeez -h

usage

-r  |  CIDR range to scan
-l  |  list of addresses to scan
-p  |  ip:port socks5 proxy list
-i  |  ircd port [6667]
-n  |  number of proxies to cycle per ip [1]
-t  |  threads [100]
ircdeez -r 0.0.0.0/0 -p socks.txt -n 3 -t 1000