RenwaX23 / XSSTRON

Electron JS Browser To Find XSS Vulnerabilities Automatically
GNU General Public License v3.0
683 stars 118 forks source link

Unable to start project #3

Closed ghoullier closed 3 years ago

ghoullier commented 3 years ago

Hi!

I cannot test your project, command npm start failed.

Env Summary

OS: Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 Node: 14.15.2 Npm: 6.14.9

Error

❯ npm start

> XSSTRON@1.0.0 start ~/RenwaX23/XSSTRON
> electron .

~/RenwaX23/XSSTRON/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited with signal SIGSEGV
RenwaX23 commented 3 years ago

Hey this seems to be issue with Electron itself for now you can use on other systems Windows, OSX and Linux installed on Windows

ghoullier commented 3 years ago

@RenwaX23 I downgrade electron to 10 and it works fine.

  "devDependencies": {
    "electron": "^10"
  },
rajasudhakar commented 3 years ago

How to downgrade ?