Skip to content

Commit

Permalink
added CME SMB exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad-Jubies committed Dec 12, 2020
1 parent de7a297 commit 5686779
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Exec-Share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
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 execute a powershell command on the target machine if the user has Administrator privileges. using `-x` will execute from cmd.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' -X '$Host'
items:
- Username
- Password
services:
- SMB
attack_types:
- Exploitation
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---

0 comments on commit 5686779

Please sign in to comment.