Skip to content

Commit 574171f

Browse files
authored
Merge pull request jobroche#17 from bryant1410/master
Fix broken headings in Markdown files
2 parents c6533dc + a9fa29f commit 574171f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CredCrack
22

3-
##Introduction
3+
## Introduction
44
-----
55

66
CredCrack is a fast and stealthy credential harvester. It exfiltrates credentials recusively in memory and in the clear. Upon completion, CredCrack will parse and output the credentials while identifying any domain administrators obtained. CredCrack also comes with the ability to list and enumerate share access and yes, it is threaded!
@@ -41,7 +41,7 @@ Examples:
4141
## Examples
4242
-----
4343

44-
###Enumerating Share Access
44+
### Enumerating Share Access
4545

4646
```
4747
./credcrack.py -r 192.168.1.100 -d acme -u bob --es
@@ -81,7 +81,7 @@ Password:
8181
[*] Done! Completed in 0.8s
8282
```
8383

84-
###Harvesting credentials
84+
### Harvesting credentials
8585
-----
8686

8787
```
@@ -120,9 +120,9 @@ Password:
120120
[*] Completed in 11.3s
121121
```
122122

123-
####Contact
123+
#### Contact
124124
Contact me at [@g0jhonny](https://twitter.com/g0jhonny) with any questions or features you'd like to see in the next update. For bugs submit an [issue](https://github.com/gojhonny/CredCrack/issues/new)!
125125

126-
####Credits
126+
#### Credits
127127
CredCrack couldn't have been possible without the contributions of the following individuals. You're all rockstars!
128128
[@JosephBialek](https://twitter.com/JosephBialek), [@brav0hax](https://twitter.com/brav0hax), [@altonjx](https://twitter.com/altonjx) and everyone else! Thank you for all your contributions and feedback to make this a better script, keep 'em coming!

0 commit comments

Comments
 (0)