mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 16:06:41 +00:00
8,7\-:.-,:.
-:08,08 15,0||||||||||||||||||||4,14▄▀8,01▄▀14--:,--:
This commit is contained in:
parent
b747489ee3
commit
5065240586
40
README.md
40
README.md
@ -24,28 +24,28 @@ The IRC networks we scanned are PUBLIC networks...any person can freely connect
|
|||||||
|
|
||||||
## Config
|
## Config
|
||||||
###### Settings
|
###### Settings
|
||||||
| Setting | Default Value | Description |
|
| Setting | Default Value | Description |
|
||||||
| ---------- | ------------------------------ | --------------------------------------------------------------- |
|
| ---------- | ------------------------------ | ------------------------------------------------------------------- |
|
||||||
| `errors` | `False` | Show errors in console |
|
| `errors` | `False` | Show errors in console |
|
||||||
| `nickname` | `"IRCP"` | IRC nickname *(`None` = random)* |
|
| `nickname` | `"IRCP"` | IRC nickname *(`None` = random)* |
|
||||||
| `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@random.[com|net|org])* |
|
| `ns_mail` | `"scan@internetrelaychat.org"` | NickServ email address *(`None` = random@random.\[com\|net\|org\])* |
|
||||||
| `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
|
||||||
| Setting | Default Value | Description |
|
| Setting | Default Value | Description |
|
||||||
| ---------- | ------------- | -------------------------------------------------------------- |
|
| ---------- | ------------- | ----------------------------------------------------------- |
|
||||||
| `channels` | `3` | Maximum number of channels to scan at once
|
| `channels` | `3` | Maximum number of channels to scan at once |
|
||||||
| `delay` | `120` | Delay before registering nick (if enabled) & sending /LIST
|
| `delay` | `120` | Delay before registering nick (if enabled) & sending `LIST` |
|
||||||
| `join` | `10` | Delay between channel JOINs
|
| `join` | `10` | Delay between channel `JOIN` |
|
||||||
| `nick` | `300` | Delay between every random NICK change
|
| `nick` | `300` | Delay between every random `NICK` change |
|
||||||
| `part` | `3` | Delay before PARTing a channel
|
| `part` | `3` | Delay before `PART` from channel |
|
||||||
| `threads` | `100` | Maximum number of threads running
|
| `threads` | `100` | Maximum number of threads running |
|
||||||
| `timeout` | `15` | Timeout for all sockets
|
| `timeout` | `15` | Timeout for all sockets |
|
||||||
| `whois` | `3` | Delay between WHOIS requests
|
| `whois` | `3` | Delay between `WHOIS` requests |
|
||||||
| `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 we are after:
|
||||||
|
Loading…
Reference in New Issue
Block a user