1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Updated README

This commit is contained in:
Dionysus 2023-05-30 04:14:23 -04:00
parent e3a8ef024e
commit 1367c5dfd3
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

View File

@ -17,7 +17,7 @@ An attempt to register a nickname is then made by trying to contact NickServ.
Next, every channel is joined with a `WHO` command sent & every new nick found gets a `WHOIS`. Next, every channel is joined with a `WHO` command sent & every new nick found gets a `WHOIS`.
Everything is done in a heavily throttled manner for stealth to avoid detection. Everything is done in a *carefully* throttled manner for stealth to avoid detection. An extensive amount research on IRC daemons, services, & common practices used by network administrators was done & has fine tuned this project to be able to evade common triggers that thwart *(finally got to use this word)* what we are doing.
## Opt-out ## Opt-out
The IRC networks we scanned are PUBLIC networks...any person can freely connect & parse the same information. Send your hate mail to [scan@internetrelaychat.org](mailto://scan@internetrelaychat.org) The IRC networks we scanned are PUBLIC networks...any person can freely connect & parse the same information. Send your hate mail to [scan@internetrelaychat.org](mailto://scan@internetrelaychat.org)
@ -26,6 +26,7 @@ The IRC networks we scanned are PUBLIC networks...any person can freely connect
###### Settings ###### Settings
| Setting | Default Value | Description | | Setting | Default Value | Description |
| ------------- | ------------------------------ | ----------------------------------------------------- | | ------------- | ------------------------------ | ----------------------------------------------------- |
| `color` | `True` | Show colors in console output |
| `errors` | `True` | Show errors in console | | `errors` | `True` | Show errors in console |
| `errors_conn` | `False` | Show connection errors in console | | `errors_conn` | `False` | Show connection errors in console |
| `log_max` | `5000000` | Maximum log size *(in bytes)* before starting another | | `log_max` | `5000000` | Maximum log size *(in bytes)* before starting another |
@ -33,7 +34,7 @@ The IRC networks we scanned are PUBLIC networks...any person can freely connect
| `username` | `"ircp"` | IRC username *(`None` = random)* | | `username` | `"ircp"` | IRC username *(`None` = random)* |
| `realname` | `"internetrelaychat.org"` | IRC realname *(`None` = random)* | | `realname` | `"internetrelaychat.org"` | IRC realname *(`None` = random)* |
| `ns_mail` | `"scan@internetrelaychat.org"` | NickServ email address *(`None` = random)* | | `ns_mail` | `"scan@internetrelaychat.org"` | NickServ email address *(`None` = random)* |
| `ns_pass` | `"changeme"` | NickServ password *(None = random)* | | `ns_pass` | `"changeme"` | NickServ password *(`None` = random)* |
| `vhost` | `None` | Bind to a specific IP address | | `vhost` | `None` | Bind to a specific IP address |
###### Throttle ###### Throttle
@ -51,7 +52,7 @@ The IRC networks we scanned are PUBLIC networks...any person can freely connect
| `ztimeout` | `200` | Timeout for zero data from server | | `ztimeout` | `200` | Timeout for zero data from server |
## Collected Information ## Collected Information
All of the raw data from a server is logged & stored. The categories below are stored seperately & hilight the key information we are after: All of the raw data from a server is logged & stored. The categories below are stored seperately & hilight the key [information](https://www.alien.net.au/irc/irc2numerics.html) we are after:
###### Server Information ###### Server Information
| Numeric | Title | | Numeric | Title |