Skip to content

Little Python script for reflected XSS exploit targeting web applications.

License

Notifications You must be signed in to change notification settings

De-Technocrats/python-reflected-xss-exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creator

Name : Galih Ap
Organization : De Technocrats
Purpose of Exploit: It is used to perform penetration testing on web applications for XSS vulnerabilities.

Usage

python3 main.py -u <target URL>

Screenshot

image

Demo

asciicast

Library

Note

The exploit doesn't always work on some target web applications because there's still a lot of code that needs to be written. You can develop it further on your own.