forked from PowerScript/KatanaFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDocumentation
81 lines (58 loc) · 2.63 KB
/
Documentation
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
Katana framework.
Documentation
Licence GNU/Linux, Free Distribution.
This Framework was made for KALI Linux
based on Python (Powered by Python), is't a framework for Pentesters.
Katana have 15 (ten) Modules:
BruteForceSSH
-------------
with this module you can do brute force to SSH Protocol/Service
OPTIONS Modules OPTIONS Example
target : IP,DNS of Target 127.0.0.1
port : Port Service 23
dictionary_1 : Dictionary Users /root/Desktop/username.txt
dictionary_2 : Dictionary Passwords /root/Desktop/password.txt
BruteForceFTP
-------------
with this module you can do brute force to FTP Protocol/Service
OPTIONS Modules OPTIONS Example
target : IP,DNS of Target 127.0.0.1
port : Port Service 21
dictionary_1 : Dictionary Users /root/Desktop/username.txt
dictionary_2 : Dictionary Passwords /root/Desktop/password.txt
BruteForceSQL
-------------
with this module you can do brute force to SQL Protocol/Service
OPTIONS Modules OPTIONS Example
target : IP,DNS of Target 127.0.0.1
port : Port Service 110
dictionary_1 : Dictionary Users /root/Desktop/username.txt
dictionary_2 : Dictionary Passwords /root/Desktop/password.txt
BruteForceSSH
-------------
with this module you can do brute force to SSH Protocol/Service
OPTIONS Modules OPTIONS Example
target : IP,DNS of Target 127.0.0.1
port : Port Service 110
dictionary_1 : Dictionary Users /root/Desktop/username.txt
dictionary_2 : Dictionary Passwords /root/Desktop/password.txt
BruteForcePOP3
-------------
with this module you can do brute force to POP3 Protocol/Service
OPTIONS Modules OPTIONS Example
target : IP,DNS of Target 127.0.0.1
port : Port Service 110
account : ID account [email protected]
dictionary : Dictionary Passwords /root/Desktop/password.txt
BruteForceRAR
-------------
with this module you can do brute force to RAR File
OPTIONS Modules OPTIONS Example
file : file path /root/Desktop/file_with_password.rar
dictionary : Dictionary Passwords /root/Desktop/password.txt
BruteForceZIP
-------------
with this module you can do brute force to ZIP File
OPTIONS Modules OPTIONS Example
file : file path /root/Desktop/file_with_password.zip
dictionary : Dictionary Passwords /root/Desktop/password.txt