EricksonAtHome / blackeye

BLACKEYE v2.0 | New Phishing tool with localtunnel
http://program.blackeye.cloud/
GNU General Public License v3.0
308 stars 356 forks source link

Windows powershell error #43

Open zzzabc123 opened 3 months ago

zzzabc123 commented 3 months ago

when typing in : Invoke-WebRequest -Uri http://dsvr.blackeye.cloud/alld/blackeye.zip -OutFile blackeye.zip

cd blackeye bash blackeye.sh

i get : cd : Impossible to find this acces path « C:\Users\msi\blackeye », for it doesn't exist. At caracter Line:2 : 1

bash : The term «bash» is not recognized as cmdlet name, function, file script or executable programm. Check the spelling of the name or if a path exists, check the path is correct and try again. At caracter line:3 : 1

genius9999999 commented 3 months ago

when typing in : Invoke-WebRequest -Uri http://dsvr.blackeye.cloud/alld/blackeye.zip -OutFile blackeye.zip

cd blackeye bash blackeye.sh

i get : cd : Impossible to find this acces path « C:\Users\msi\blackeye », for it doesn't exist. At caracter Line:2 : 1

  • cd blackeye
  • + CategoryInfo          : ObjectNotFound: (C:\Users\msi\blackeye:String) [Set-Location], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand

bash : The term «bash» is not recognized as cmdlet name, function, file script or executable programm. Check the spelling of the name or if a path exists, check the path is correct and try again. At caracter line:3 : 1

  • bash blackeye.sh
  • + CategoryInfo          : ObjectNotFound: (bash:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Have you figured it out?

zzzabc123 commented 3 months ago

no