Fix spelling mistake
parent
e4f5a5ffe8
commit
215c479957
14
README.md
14
README.md
|
@ -29,9 +29,9 @@ Come hang out on Discord!
|
|||
**(These are the people who did the hard stuff)**
|
||||
|
||||
This project was originally inspired by:
|
||||
- [smbmap](https://github.com/ShawnDEvans/smbmap)
|
||||
- [CredCrack](https://github.com/gojhonny/CredCrack)
|
||||
- [smbexec](https://github.com/pentestgeek/smbexec)
|
||||
- [smbmap](https://github.com/ShawnDEvans/smbmap)
|
||||
|
||||
Unintentional contributors:
|
||||
|
||||
|
@ -41,17 +41,17 @@ Unintentional contributors:
|
|||
|
||||
This repository contains the following repositories as submodules:
|
||||
- [Impacket](https://github.com/CoreSecurity/impacket)
|
||||
- [Pypsrp](https://github.com/jborean93/pypsrp)
|
||||
- [Pywerview](https://github.com/the-useless-one/pywerview)
|
||||
- [PowerSploit](https://github.com/PowerShellMafia/PowerSploit)
|
||||
- [Invoke-Obfuscation](https://github.com/danielbohannon/Invoke-Obfuscation)
|
||||
- [Invoke-Vnc](https://github.com/artkond/Invoke-Vnc)
|
||||
- [Mimikittenz](https://github.com/putterpanda/mimikittenz)
|
||||
- [NetRipper](https://github.com/NytroRST/NetRipper)
|
||||
- [RandomPS-Scripts](https://github.com/xorrior/RandomPS-Scripts)
|
||||
- [SessionGopher](https://github.com/fireeye/SessionGopher)
|
||||
- [Mimipenguin](https://github.com/huntergregal/mimipenguin)
|
||||
- [NetRipper](https://github.com/NytroRST/NetRipper)
|
||||
- [PowerSploit](https://github.com/PowerShellMafia/PowerSploit)
|
||||
- [Pypsrp](https://github.com/jborean93/pypsrp)
|
||||
- [Pywerview](https://github.com/the-useless-one/pywerview)
|
||||
- [RandomPS-Scripts](https://github.com/xorrior/RandomPS-Scripts)
|
||||
- [RID-Hijacking](https://github.com/r4wd3r/RID-Hijacking)
|
||||
- [SessionGopher](https://github.com/fireeye/SessionGopher)
|
||||
|
||||
# Documentation, Tutorials, Examples
|
||||
See the project's [wiki](https://github.com/byt3bl33d3r/CrackMapExec/wiki) for documentation and usage examples
|
||||
|
|
|
@ -149,7 +149,7 @@ class smb(connection):
|
|||
egroup.add_argument("--loggedon-users", action='store_true', help='enumerate logged on users')
|
||||
egroup.add_argument('--users', nargs='?', const='', metavar='USER', help='enumerate domain users, if a user is specified than only its information is queried.')
|
||||
egroup.add_argument("--groups", nargs='?', const='', metavar='GROUP', help='enumerate domain groups, if a group is specified than its members are enumerated')
|
||||
egroup.add_argument("--local-groups", nargs='?', const='', metavar='GROUP', help='enumerate local groups, if a group is specified than its members are enumerated')
|
||||
egroup.add_argument("--local-groups", nargs='?', const='', metavar='GROUP', help='enumerate local groups, if a group is specified then its members are enumerated')
|
||||
egroup.add_argument("--pass-pol", action='store_true', help='dump password policy')
|
||||
egroup.add_argument("--rid-brute", nargs='?', type=int, const=4000, metavar='MAX_RID', help='enumerate users by bruteforcing RID\'s (default: 4000)')
|
||||
egroup.add_argument("--wmi", metavar='QUERY', type=str, help='issues the specified WMI query')
|
||||
|
|
Loading…
Reference in New Issue