Skip to content

Commit

Permalink
CME commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad-Jubies committed Dec 12, 2020
1 parent 5686779 commit 842d02d
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-DomGroups.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 enumerate domain groups.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --groups
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-LocalGroups.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 enumerate local groups.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --local-groups
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-LogonUsers.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 enumerate users currently logged on to the target machine.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --loggedon-users
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-RID.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 enumerate users by bruteforcing relative identifiers (RIDs).
Command Reference:
Target subnet: 10.10.10.0/24
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.0/24 -u 'john' -p 'password123' --rid-brute
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-Session.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 enumerate active sessions on the target machine.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --sessions
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-Users.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 enumerate domain users.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --users
items:
- Username
- Password
services:
- SMB
attack_types:
- Enumeration
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
---
27 changes: 27 additions & 0 deletions _wadcoms/Crackmapexec-Enum-passpol.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 enumerate the domain password policy.
Command Reference:
Target IP: 10.10.10.1
Username: john
Password: password123
command: |
crackmapexec smb 10.10.10.1 -u 'john' -p 'password123' --pass-pol
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 842d02d

Please sign in to comment.