diff --git a/README.md b/README.md index 4dd00163..3e397c97 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **`mimikatz`** is a tool I've made to learn `C` and make somes experiments with Windows security. -It's now well known to extract plaintexts passwords, hash, PIN code and kerberos tickets from memory. **`mimikatz`** can also perform pass-the-hash, pass-the-ticket or build _Golden tickets_. +It's now well known to extract plaintexts passwords, hash, PIN codes and kerberos tickets from memory. **`mimikatz`** can also perform pass-the-hash, pass-the-ticket or build _Golden tickets_. ``` .#####. mimikatz 2.0 alpha (x86) release "Kiwi en C" (Apr 6 2014 22:02:03) @@ -133,4 +133,4 @@ CC BY 4.0 licence - https://creativecommons.org/licenses/by/4.0/ * Benjamin DELPY `gentilkiwi`, you can contact me on Twitter ( @gentilkiwi ) or by mail ( benjamin [at] gentilkiwi.com ) * DCSync and DCShadow functions in `lsadump` module were co-writed with Vincent LE TOUX, you can contact him by mail ( vincent.letoux [at] gmail.com ) or visit his website ( http://www.mysmartlogon.com ) -This is a **personal** development, please respect its philosophy and don't use it for bad things! \ No newline at end of file +This is a **personal** development, please respect its philosophy and don't use it for bad things!