Skip to content

Commit

Permalink
Merge pull request #25 from mpgn/master
Browse files Browse the repository at this point in the history
Update crackmapexec repo to the new official repo
  • Loading branch information
JohnWoodman authored Jul 27, 2023
2 parents 0caba58 + 86abd8a commit 06f97d9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-Enum-LDAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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, local groups, users, user descriptions, users trusted for delegation, users without a password, You can also use CIDR notation to target a range of ip addresses (i.e. 10.10.10.0/24).
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/CrackMapExec/wiki. This command will enumerate domain groups, local groups, users, user descriptions, users trusted for delegation, users without a password, You can also use CIDR notation to target a range of ip addresses (i.e. 10.10.10.0/24).
Command Reference:
Expand All @@ -22,6 +22,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-Enum-SMB-Anonymous.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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 SMB host using anonymous access.
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/CrackMapExec/wiki. This command will enumerate the SMB host using anonymous access.
Command Reference:
Expand All @@ -17,6 +17,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-Enum-SMB-Null.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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 SMB host using a null session.
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/CrackMapExec/wiki. This command will enumerate the SMB host using a null session.
Command Reference:
Expand All @@ -17,6 +17,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-Enum-SMB-Relay-List.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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 a list of SMB hosts with signing not enforced, allowing you to relay credentials to them using ntlmrelayx.py.
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/CrackMapExec/wiki. The following command will enumerate a list of SMB hosts with signing not enforced, allowing you to relay credentials to them using ntlmrelayx.py.
Command Reference:
Expand All @@ -17,6 +17,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-Enum-SMB.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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, 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).
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/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:
Expand All @@ -22,6 +22,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-Exec-SMB.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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.
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/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:
Expand All @@ -22,6 +22,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---
6 changes: 3 additions & 3 deletions _wadcoms/Crackmapexec-SMB-Password-Spray.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
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 perform password spraying over SMB against the domain controller.
"CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks." - https://github.com/mpgn/CrackMapExec/wiki. This command will perform password spraying over SMB against the domain controller.
Command Reference:
Expand All @@ -21,6 +21,6 @@ attack_types:
OS:
- Linux
references:
- https://github.com/byt3bl33d3r/CrackMapExec
- https://github.com/byt3bl33d3r/CrackMapExec/wiki
- https://github.com/mpgn/CrackMapExec
- https://github.com/mpgn/CrackMapExec/wiki
---

0 comments on commit 06f97d9

Please sign in to comment.