@@ -22,55 +22,17 @@ All commands are alternatively available as slash commands that better indicate
22
22
23
23
## Commands
24
24
25
- ### R6
26
-
27
- #### Economy
28
-
29
- ` >>r6 econ graph <item name | item id> `
30
- - Graphs the all-time history of an item.
31
-
32
- ` >>r6 econ list `
33
- ` >>r6 econ list <page #> `
34
- - Lists all available skins.
35
-
36
- ` >>r6 econ transfer `
37
- ` >>r6 econ transfer <ubisoft email> <ubisoft password> `
38
- - Finds the items with the least sellers either globally or on the account with the provided login.
39
-
40
- ` >>r6 econ analyze <item name | item id> `
41
- - Creates a detailed data sheet on an item.
42
-
43
- ` >>r6 econ profit <$ bought for> <item name | item id> `
44
- - Calculates the amount you would make if you sold your item right now.
45
-
46
- #### OPSEC
47
-
48
- ` >>r6 opsec xbox <username> `
49
- - Looks up a Ubisoft account based on their registered Xbox username.
50
-
51
- ` >>r6 opsec applications <username> `
52
- - Looks up a Ubisoft account based on their username (PC only).
53
-
54
- ` >>r6 opsec psn <username> `
55
- - Looks up a Ubisoft account based on their registered PSN username.
56
-
57
- ` >>r6 opsec pc <username> `
58
- - Looks up a Ubisoft account based on their registered PC username.
59
-
60
- ` >>r6 opsec recon <username> `
61
- - Analyzes a Ubisoft account for suspicious behaviour based on their username (PC only).
62
-
63
25
### Admin
64
26
27
+ ` >>admin whitelist <section> <user id> `
28
+ - Adds a person to the authorized user list.
29
+
65
30
` >>admin announce <sections> <message> `
66
31
- Announces a message to all whitelisted users.
67
32
68
33
` >>admin blacklist <section> <user id> `
69
34
- Removes a person from the authorized user list.
70
35
71
- ` >>admin whitelist <section> <user id> `
72
- - Adds a person to the authorized user list.
73
-
74
36
` >>admin dm <user id> <message> `
75
37
- DMs a message to a specific user.
76
38
@@ -81,39 +43,77 @@ All commands are alternatively available as slash commands that better indicate
81
43
` >>osint query hash <hash> `
82
44
- Queries for leaks based on a hash.
83
45
84
- ` >>osint query password <password > `
85
- - Queries for leaks based on a password .
46
+ ` >>osint query ip <ip > `
47
+ - Queries for leaks based on a last IP .
86
48
87
- ` >>osint query name <name > `
88
- - Queries for leaks based on a name .
49
+ ` >>osint query username <username > `
50
+ - Queries for leaks based on a username .
89
51
90
52
` >>osint query email <email> `
91
53
- Queries for leaks based on an email.
92
54
93
- ` >>osint query username <username > `
94
- - Queries for leaks based on a username .
55
+ ` >>osint query password <password > `
56
+ - Queries for leaks based on a password .
95
57
96
- ` >>osint query ip <ip > `
97
- - Queries for leaks based on a last IP .
58
+ ` >>osint query name <name > `
59
+ - Queries for leaks based on a name .
98
60
99
61
#### Hashing
100
62
101
- ` >>osint hash dehash <hash> `
102
- - Dehashes a hash into pre-cracked passwords.
103
-
104
63
` >>osint hash rehash <password> `
105
64
- Rehashes a password into pre-hashed hashes.
106
65
66
+ ` >>osint hash dehash <hash> `
67
+ - Dehashes a hash into pre-cracked passwords.
68
+
107
69
#### Other
108
70
109
- ` >>osint phone <phone number > `
110
- - Perform a Caller ID lookup on a phone number .
71
+ ` >>osint sherlock <username > `
72
+ - Cross-references sites with a given username .
111
73
112
74
` >>osint geolocate <ip> `
113
75
- Geolocates an IP.
114
76
115
- ` >>osint sherlock <username> `
116
- - Cross-references sites with a given username.
77
+ ` >>osint phone <phone number> `
78
+ - Perform a Caller ID lookup on a phone number.
79
+
80
+ ### R6
81
+
82
+ #### Economy
83
+
84
+ ` >>r6 econ transfer `
85
+ ` >>r6 econ transfer <ubisoft email> <ubisoft password> `
86
+ - Finds the items with the least sellers either globally or on the account with the provided login.
87
+
88
+ ` >>r6 econ list `
89
+ ` >>r6 econ list <page #> `
90
+ - Lists all available skins.
91
+
92
+ ` >>r6 econ analyze <item name | item id> `
93
+ - Creates a detailed data sheet on an item.
94
+
95
+ ` >>r6 econ graph <item name | item id> `
96
+ - Graphs the all-time history of an item.
97
+
98
+ ` >>r6 econ profit <$ bought for> <item name | item id> `
99
+ - Calculates the amount you would make if you sold your item right now.
100
+
101
+ #### OPSEC
102
+
103
+ ` >>r6 opsec xbox <username> `
104
+ - Looks up a Ubisoft account based on their registered Xbox username.
105
+
106
+ ` >>r6 opsec pc <username> `
107
+ - Looks up a Ubisoft account based on their registered PC username.
108
+
109
+ ` >>r6 opsec applications <username> `
110
+ - Looks up a Ubisoft account based on their username (PC only).
111
+
112
+ ` >>r6 opsec psn <username> `
113
+ - Looks up a Ubisoft account based on their registered PSN username.
114
+
115
+ ` >>r6 opsec recon <username> `
116
+ - Analyzes a Ubisoft account for suspicious behaviour based on their username (PC only).
117
117
118
118
119
119
## Setup
0 commit comments