top of page
Search

Domain Enumeration with Powerview

  • Writer: Strider Gearhead
    Strider Gearhead
  • Jul 10, 2023
  • 1 min read

Powerview is powerful tool which is used for enumeration of the domain.

So to use this tool, firstly we will download this tool in our any windows 10 machine and then open the command prompt.

Now we will change our directory to the downloads.

So now, our first

command will be: powershell -ep bypass

This command will bypass the execution policy of powershell so that we can run any script on that without any restriction.

Now to execute that script,

Command: . .\powerview.ps1

This will execute the script and now we can use different commands to enumerate and get information about the domains.

Get-NetDomain It will give us information about the Domain.

If You want to read the whole writeup then you can visit here 👇



 
 
 

Comments


bottom of page