ircdeez/README.md

24 lines
420 B
Markdown
Raw Normal View History

2023-06-27 23:38:02 +00:00
# ircdeez
ircdeeznuts, find yourself some ircd's
2023-06-27 23:40:48 +00:00
# installation
```
git clone https://git.supernets.org/delorean/ircdeez.git
go mod tidy
go build .
./ircdeez -h
```
2023-06-27 23:38:02 +00:00
# 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
```