orlyjamie / mimikittenz

A post-exploitation powershell tool for extracting juicy info from memory.
1.82k stars 334 forks source link

some problem with the script #13

Open niceguy86 opened 7 years ago

niceguy86 commented 7 years ago

hello Ii try run this script on win 7 machine and i get this error

PS C:> .\Invoke-mimikittenz File C:\Invoke-mimikittenz.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details. At line:1 char:21

niceguy86 commented 7 years ago

new bitmap image

nothing happend

clock-workorange commented 7 years ago

first make an import-module then disable exec policy or disable it with exec bypass parameter

niceguy86 commented 7 years ago

how i import-module ? what the command ??

the policy its OK... i got it.

niceguy86 commented 7 years ago

new bitmap image 2 someone... :\

orlyjamie commented 7 years ago

Is the issue only with Facebook or have you tried this against other account as well (Dropbox, Slack etc)?

niceguy86 commented 7 years ago

example

hey. you can see i open dropbox ,github,facebook account ... nothing happen after i run the tool

i used chrom , window 7 32 bit

aviran86 commented 7 years ago

i have same problem. how fixed this ?

entangledion commented 7 years ago

For the first issue you must have a fundamental understanding of how to use Powershell. This error is expected out-of-the-box on a Windows machine unless you prep Powershell to run unsigned scripts.

xkong-Git commented 7 years ago

I have the same issue, has anyone solved the problem? please share the solution.