Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/galihap76/python-reflected-xss-exploit

Little Python script for reflected XSS exploit targeting web applications.
https://github.com/galihap76/python-reflected-xss-exploit

exploit exploitation hacking python web-hacking xss-exploitation xss-vulnerability

Last synced: 4 days ago
JSON representation

Little Python script for reflected XSS exploit targeting web applications.

Awesome Lists containing this project

README

        

## Info
I created this Python script for penetration testing web application to detect XSS vulnerabilities on web target.

## Usage
```
python3 main.py -u
```

## Screenshot
![image](https://github.com/galihap76/python-reflected-xss-exploit/assets/83481679/e3d500c3-39bc-472f-bc3b-54706650a346)

## Demo
[![asciicast](https://asciinema.org/a/649896.svg)](https://asciinema.org/a/649896)

## Library
- Python Requests

## 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.