Skip to content

Commit

Permalink
Fixed CME SMB enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad-Jubies committed Dec 12, 2020
1 parent 3f8e514 commit e99beb8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions _wadcoms/Crackmapexec-Enum-Share.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
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
The following command will enumerate smb shares and their permissions.
Command Reference:
Target IP: 10.10.10.1
Username: john
Username: john
Password: password123
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --shares
Expand All @@ -19,10 +17,10 @@ items:
- Password
services:
- SMB
OS:
- Linux
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
Expand Down

0 comments on commit e99beb8

Please sign in to comment.