Skip to content

Commit

Permalink
combined CME SMB enum commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad-Jubies committed Dec 12, 2020
1 parent ffd2e32 commit c6a89f1
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 192 deletions.
27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-LocalGroups.md

This file was deleted.

27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-LogonUsers.md

This file was deleted.

27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-RID.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
description: |
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/byt3bl33d3r/CrackMapExec/wiki. This command will enumerate domain groups.
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/byt3bl33d3r/CrackMapExec/wiki. This command will enumerate domain groups, local groups, logged on users, relative identifiers (RIDs), sessions, domain users, SMB shares/permissions, and get the domain password policy. You can also use CIDR notation to target a range of ip addresses (i.e. 10.10.10.0/24).
Command Reference:
Target IP: 10.10.10.1
Target subnet: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --groups
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --groups --local-groups --loggedon-users --rid-brute --sessions --users --shares --pass-pol
items:
- Username
- Password
Expand Down
27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-Session.md

This file was deleted.

27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-Share.md

This file was deleted.

27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-Users.md

This file was deleted.

27 changes: 0 additions & 27 deletions _wadcoms/Crackmapexec-Enum-passpol.md

This file was deleted.

File renamed without changes.

0 comments on commit c6a89f1

Please sign in to comment.