-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.ini
55 lines (51 loc) · 2.27 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
; This is the configuration file for OGCheckr CLI.
; A semicolon at the start of a line denotes a code comment.
; _________________________________
; | SERVICE | VALUE TO ENTER |
; _________________________________
; | CUSTOM | 1 |
; | TWITTER | 3 |
; | INSTAGRAM | 4 |
; | STEAM ID | 5 |
; | STEAM GROUP | 6 |
; | SOUNDCLOUD | 7 |
; | TWITCH | 8 |
; | MIXER | 9 |
; | GITHUB | 10 |
; | ABOUT.ME | 11 |
; | YOUTUBE | 12 |
; | PASTEBIN | 13 |
; | GIPHY | 14 |
; | REDDIT | 15 |
; _________________________________
[site]
; Place the number from the table above that corresponds
; with the site you want to check available names for.
; If your target site is not listed, put "1" for CUSTOM (without the quotes).
siteNum = 5
; Fill in the option below with the profile URL of the service you want to check available names for.
; Use _word_ or _name_ the placeholder for the username to check.
; customSite is only for sites not specifically listed in the chart above, but please be aware
; that not every site will work this way. If there is a service you would like to see support for, please
; don't hesistate to let Croc#1111 know on Discord.
; DO NOT PUT QUOTATION MARKS AROUND URL!
customSite = https://www.example.com/_word_
[lists]
; Be sure to include the file extension if it has one
output = AVAILABLE.txt
; Place all word lists in the word_lists directory
wordList = EXAMPLE-50.txt
[proxy]
; Should the checker use proxies for checking?
enableProxy = no
; Should the checker filter out the bad proxies before going through the word list?
proxyFiltering = yes
; If proxy support is enabled, you must specify the path to the proxy list you want to use here
; Place all proxy lists in the proxy_lists directory
; Place one proxy per line in the this format --> ip:port
proxyList = proxies.txt
[multithreading]
; To check your word lists with increased speed, you can use multi-threading
; to take full advantage of your device's hardware.
; Enter the number of threads you would like to use below
threadCount = 3