dafthack / PowerMeta

PowerMeta searches for publicly available files hosted on various websites for a particular domain by using specially crafted Google, and Bing searches. It then allows for the download of those files from the target domain. After retrieving the files, the metadata associated with them can be analyzed by PowerMeta. Some interesting things commonly found in metadata are usernames, domains, software titles, and computer names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execution of program

007scorpio opened this issue · comments

hi am new to powershell... how do i do Invoke-powermeta because my gives me error: is not recorgnize as the name of a cmdlet, function, script file etc. :)

Hey 007scorpio, just make sure the PowerMeta.ps1 file is in your current directory, run cmd.exe, then:

powershell.exe -exec bypass
Import-Module PowerMeta.ps1

You should now be able to run the invoke commands.

Oops my bad i found out so u can pls close this issue. Thanks

WOrking now but it says "Invoke-Webrequest" s not recorgnize as the name of a cmdlet, function, script file etc.

That is likely because you are not using PowerShell version 3 or up. Sorry, I will add that as a pre-req in the README.

Added to README