Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/galihap76/python-reflected-xss-exploit
- Owner: galihap76
- License: mit
- Created: 2024-03-30T17:34:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:19:27.000Z (10 months ago)
- Last Synced: 2024-12-04T16:19:26.678Z (2 months ago)
- Topics: exploit, exploitation, hacking, python, web-hacking, xss-exploitation, xss-vulnerability
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.