@@ -10,6 +10,9 @@ CredCrack has been tested and runs with the tools found natively in Kali Linux.
10
10
## Help
11
11
-----
12
12
```
13
+ usage: credcrack.py [-h] -d DOMAIN -u USER [-f FILE] [-r RHOST] [-es]
14
+ [-l LHOST] [-t THREADS]
15
+
13
16
CredCrack - A stealthy credential harvester by Jonathan Broche (@g0jhonny)
14
17
15
18
optional arguments:
@@ -18,7 +21,7 @@ optional arguments:
18
21
line.
19
22
-r RHOST, --rhost RHOST
20
23
Remote host IP to harvest creds from.
21
- -es, --enumshares Examine share access on the remote IP(s)
24
+ -es, --enumshares Examine share access on the remote IP(s)
22
25
-l LHOST, --lhost LHOST
23
26
Local host IP to launch scans from.
24
27
-t THREADS, --threads THREADS
@@ -28,13 +31,11 @@ Required:
28
31
-d DOMAIN, --domain DOMAIN
29
32
Domain or Workstation
30
33
-u USER, --user USER Domain username
31
- -p PASSWD, --passwd PASSWD
32
- Domain user password
33
34
34
35
Examples:
35
36
36
- ./credcrack.py -d acme -u bob -p Password123 - f hosts --enumshares
37
- ./credcrack.py -d acme -u bob -p Password123 - f hosts -l 192.168.1.102 -t 20
37
+ ./credcrack.py -d acme -u bob -f hosts -es
38
+ ./credcrack.py -d acme -u bob -f hosts -l 192.168.1.102 -t 20
38
39
```
39
40
40
41
## Examples
@@ -43,8 +44,8 @@ Examples:
43
44
###Enumerating Share Access
44
45
45
46
```
46
- ./credcrack.py -r 192.168.1.100 -d acme -u bob -p Password123 - -es
47
-
47
+ ./credcrack.py -r 192.168.1.100 -d acme -u bob --es
48
+ Password:
48
49
---------------------------------------------------------------------
49
50
CredCrack v1.0 by Jonathan Broche (@g0jhonny)
50
51
---------------------------------------------------------------------
@@ -84,7 +85,8 @@ Examples:
84
85
-----
85
86
86
87
```
87
- ./credcrack.py -f hosts -d acme -u bob -p Password123 -l 192.168.1.100
88
+ ./credcrack.py -f hosts -d acme -u bob -l 192.168.1.100
89
+ Password:
88
90
89
91
---------------------------------------------------------------------
90
92
CredCrack v1.0 by Jonathan Broche (@g0jhonny)
0 commit comments