Updated README.md
parent
022671d039
commit
698f1473cc
38
README.md
38
README.md
|
@ -63,24 +63,24 @@ See the project's [wiki](https://github.com/byt3bl33d3r/CrackMapExec/wiki) for d
|
||||||
#Usage
|
#Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
______ .______ ___ ______ __ ___ .___ ___. ___ .______ _______ ___ ___ _______ ______
|
______ .______ ___ ______ __ ___ .___ ___. ___ .______ _______ ___ ___ _______ ______
|
||||||
/ || _ \ / \ / || |/ / | \/ | / \ | _ \ | ____|\ \ / / | ____| / |
|
/ || _ \ / \ / || |/ / | \/ | / \ | _ \ | ____|\ \ / / | ____| / |
|
||||||
| ,----'| |_) | / ^ \ | ,----'| ' / | \ / | / ^ \ | |_) | | |__ \ V / | |__ | ,----'
|
| ,----'| |_) | / ^ \ | ,----'| ' / | \ / | / ^ \ | |_) | | |__ \ V / | |__ | ,----'
|
||||||
| | | / / /_\ \ | | | < | |\/| | / /_\ \ | ___/ | __| > < | __| | |
|
| | | / / /_\ \ | | | < | |\/| | / /_\ \ | ___/ | __| > < | __| | |
|
||||||
| `----.| |\ \----. / _____ \ | `----.| . \ | | | | / _____ \ | | | |____ / . \ | |____ | `----.
|
| `----.| |\ \----. / _____ \ | `----.| . \ | | | | / _____ \ | | | |____ / . \ | |____ | `----.
|
||||||
\______|| _| `._____|/__/ \__\ \______||__|\__\ |__| |__| /__/ \__\ | _| |_______|/__/ \__\ |_______| \______|
|
\______|| _| `._____|/__/ \__\ \______||__|\__\ |__| |__| /__/ \__\ | _| |_______|/__/ \__\ |_______| \______|
|
||||||
|
|
||||||
Swiss army knife for pentesting Windows/Active Directory environments | @byt3bl33d3r
|
Swiss army knife for pentesting Windows/Active Directory environments | @byt3bl33d3r
|
||||||
|
|
||||||
Powered by Impacket https://github.com/CoreSecurity/impacket (@agsolino)
|
Powered by Impacket https://github.com/CoreSecurity/impacket (@agsolino)
|
||||||
|
|
||||||
Inspired by:
|
Inspired by:
|
||||||
@ShawnDEvans's smbmap https://github.com/ShawnDEvans/smbmap
|
@ShawnDEvans's smbmap https://github.com/ShawnDEvans/smbmap
|
||||||
@gojhonny's CredCrack https://github.com/gojhonny/CredCrack
|
@gojhonny's CredCrack https://github.com/gojhonny/CredCrack
|
||||||
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
|
@pentestgeek's smbexec https://github.com/pentestgeek/smbexec
|
||||||
|
|
||||||
Version: 3.1
|
Version: 3.1.3
|
||||||
Codename: 'Duchess'
|
Codename: 'Stoofvlees'
|
||||||
|
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
|
@ -89,8 +89,9 @@ positional arguments:
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
-v, --version show program's version number and exit
|
-v, --version show program's version number and exit
|
||||||
-t THREADS Set how many concurrent threads to use (defaults to 100)
|
-t THREADS Set how many concurrent threads to use (default: 100)
|
||||||
-id CRED_ID Database credential ID to use for authentication
|
-id [CRED_ID [CRED_ID ...]]
|
||||||
|
Database credential ID(s) to use for authentication
|
||||||
-u [USERNAME [USERNAME ...]]
|
-u [USERNAME [USERNAME ...]]
|
||||||
Username(s) or file(s) containing usernames
|
Username(s) or file(s) containing usernames
|
||||||
-d DOMAIN Domain name
|
-d DOMAIN Domain name
|
||||||
|
@ -113,6 +114,8 @@ optional arguments:
|
||||||
--local-auth Authenticate locally to each target
|
--local-auth Authenticate locally to each target
|
||||||
--timeout TIMEOUT Max timeout in seconds of each thread (default: 20)
|
--timeout TIMEOUT Max timeout in seconds of each thread (default: 20)
|
||||||
--verbose Enable verbose output
|
--verbose Enable verbose output
|
||||||
|
--gfail-limit LIMIT Max number of global failed login attemptes
|
||||||
|
--fail-limit LIMIT Max number of failed login attemptes per host
|
||||||
|
|
||||||
Credential Gathering:
|
Credential Gathering:
|
||||||
Options for gathering credentials
|
Options for gathering credentials
|
||||||
|
@ -171,8 +174,7 @@ MSSQL Interaction:
|
||||||
--mssql Switches CME into MSSQL Mode. If credentials are provided will authenticate against all discovered MSSQL DBs
|
--mssql Switches CME into MSSQL Mode. If credentials are provided will authenticate against all discovered MSSQL DBs
|
||||||
--mssql-query QUERY Execute the specifed query against the MSSQL DB
|
--mssql-query QUERY Execute the specifed query against the MSSQL DB
|
||||||
|
|
||||||
I swear I had something for this...
|
What is it? It's a stew... But what is it? It's a stew...
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#To do
|
#To do
|
||||||
|
|
Loading…
Reference in New Issue