-
Notifications
You must be signed in to change notification settings - Fork 79
/
cyberonix.1
333 lines (223 loc) · 7.11 KB
/
cyberonix.1
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
.TH CYBERONIX 1 "20-02-2024" "GNU" "Cyberonix User Manual"
.SH NAME
.B Cyberonix \-
.I A Complete Resource Hub For Cyber Security Community
.SH SYNOPSIS
.RI cyberonix
.RI [ options ]
.RI [ Argument ]
.SH INTRODUCTION
.RI [ Argument ]
.SH INTRODUCTION
.B Cyberonix
is an open source & free tool by
.B Team Defronix Cyber Security Pvt. Ltd.
(version 3.0, released on 01-03-2024). The tool was initially developed by a team of students during their internship at
.B Defronix Cyber Security
after completing their Diploma in Cyber Security Training.
Cyberonix is a comprehensive resource hub for the Cybersecurity community. Our goal is to establish this tool as a one-stop solution for hackers, providing resources on various topics in Cybersecurity. We are committed to consistently updating this tool, incorporating new and revised resources as needed.
Feel free to suggest any features you'd like to see, we are open to including them in our next update.
.SH OPTIONS
.TP
.B --tools, -t
To directly access the Tools option.
.TP
.B --cheatsheet, -c
Directly access the Cheatsheet option.
.TP
.B --asnrecord, -asn
Retrieve ASN record information based on an IP address.
Example:
cyberonix --asnrecord -ip 8.8.8.8
.TP
.B --dnsrecord, -dns
Retrieve DNS record information for a domain, including optional record type specification.
Example:
cyberonix --dnsrecord -domain defronix.com --record TXT
.TP
.B --default-password-gen, -pass
Generate a secure random password with options for length customization.
Example:
cyberonix --default-password-gen -L 10
.TP
.B --http-status, -S
Get the HTTP status code of a domain.
Example:
cyberonix --http-status -D google.com
.TP
.B --screenshot, -s
Capture a screenshot of websites, saved to /Screenshot.
Example:
cyberonix --screenshot -domain defronix.com
.TP
.B --remove-duplicate, -rd
Remove duplicate entries from a file.
Example:
cyberonix --remove-duplicate -f file.txt
.TP
.B --getip, -gip
Retrieve the IP address of a domain.
Example:
cyberonix --getip -D google.com
.TP
.B --tools, -t
To directly access the Tools option.
.TP
.B --cheatsheet, -c
Directly access the Cheatsheet option.
.TP
.B --asnrecord, -asn
Retrieve ASN record information based on an IP address.
Example:
cyberonix --asnrecord -ip 8.8.8.8
.TP
.B --dnsrecord, -dns
Retrieve DNS record information for a domain, including optional record type specification.
Example:
cyberonix --dnsrecord -domain defronix.com --record TXT
.TP
.B --default-password-gen, -pass
Generate a secure random password with options for length customization.
Example:
cyberonix --default-password-gen -L 10
.TP
.B --http-status, -S
Get the HTTP status code of a domain.
Example:
cyberonix --http-status -D google.com
.TP
.B --screenshot, -s
Capture a screenshot of websites, saved to /Screenshot.
Example:
cyberonix --screenshot -domain defronix.com
.TP
.B --remove-duplicate, -rd
Remove duplicate entries from a file.
Example:
cyberonix --remove-duplicate -f file.txt
.TP
.B --getip, -gip
Retrieve the IP address of a domain.
Example:
cyberonix --getip -D google.com
.SH ARGUMENTS
.TP
.B --domain, -D
Specify the domain for various operations.
Example:
cyberonix --domain google.com
.TP
.B --ip, -ip
Specify the IP address for relevant operations.
Example:
cyberonix --ip 8.8.8.8
.TP
.B --record, -r
Specify the record type for DNS queries.
Example:
cyberonix --record TXT
.TP
.B --upper, -u
Include uppercase characters in the generated password.
.TP
.B --lower, -l
Include lowercase characters in the generated password.
.TP
.B --digits, -d
Include digits in the generated password.
.TP
.B --punctuation, -p
Include special characters in the generated password.
.TP
.B --length, -L
Specify the length of the generated password.
Example:
cyberonix --length 12
.TP
.B --checkpassword, -C
Check the generated password for commonality.
.TP
.B --file, -f
Specify a file input for relevant operations.
Example:
cyberonix --file /path/to/file
.TP
.B --output, -o
Specify the output file for relevant operations.
Example:
cyberonix --output /path/to/output
.TP
.B --domain, -D
Specify the domain for various operations.
Example:
cyberonix --domain google.com
.TP
.B --ip, -ip
Specify the IP address for relevant operations.
Example:
cyberonix --ip 8.8.8.8
.TP
.B --record, -r
Specify the record type for DNS queries.
Example:
cyberonix --record TXT
.TP
.B --upper, -u
Include uppercase characters in the generated password.
.TP
.B --lower, -l
Include lowercase characters in the generated password.
.TP
.B --digits, -d
Include digits in the generated password.
.TP
.B --punctuation, -p
Include special characters in the generated password.
.TP
.B --length, -L
Specify the length of the generated password.
Example:
cyberonix --length 12
.TP
.B --checkpassword, -C
Check the generated password for commonality.
.TP
.B --file, -f
Specify a file input for relevant operations.
Example:
cyberonix --file /path/to/file
.TP
.B --output, -o
Specify the output file for relevant operations.
Example:
cyberonix --output /path/to/output
.SH FILES
.RI /usr/bin/cyberonix
: Path to the Cyberonix executable file.
.RI /usr/bin/cyberonix
: Path to the Cyberonix executable file.
.SH BUGS
If you encounter any bugs or issues,
please report them on our GitHub repository:< https://github.com/TeamDefronix/Cyberonix/issues >
or contact us via Discord:< https://discord.gg/eAzXRzCS6p >.
We appreciate any feedback and suggestions and are committed to addressing concerns promptly and professionally.
.SH ERROR HANDLING
.B Cyberonix
handles invalid inputs by displaying informative error messages. If you encounter any issues or unexpected behavior, refer to the error messages for troubleshooting or report them on our GitHub repository.
.SH COPYRIGHT
.PP
Copyright 2023 Defronix Cyber Security Pvt. Ltd. All rights reserved.
Visit us at: <https://defronix.com/>
.SH LICENSE
.B Cyberonix
is distributed under the MIT License. See the accompanying LICENSE file for more details.
Copyright 2023 Defronix Cyber Security Pvt. Ltd. All rights reserved.
Visit us at: <https://defronix.com/>
.SH LICENSE
.B Cyberonix
is distributed under the MIT License. See the accompanying LICENSE file for more details.
.SH CREDITS
.PP
We acknowledge and express gratitude to the talented team at Defronix for their exceptional work on the Cyberonix toolkit. Their dedication and expertise have resulted in a powerful and innovative software tool with the potential to make a significant impact in the field of cybersecurity. Sincere thanks to the Defronix team for their contributions and commitment to excellence.
.PP
Cyberonix, Defronix Cyber Security