Skip to content

Commit

Permalink
Merge pull request WADComs#1 from Bad-Jubies/master
Browse files Browse the repository at this point in the history
CrackMapExec SMB enum w/ creds
  • Loading branch information
JohnWoodman authored Dec 12, 2020
2 parents 9a6ee8b + de7a297 commit 6d57bb9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-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
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --shares
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---

0 comments on commit 6d57bb9

Please sign in to comment.