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: 3 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T07:19:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-31T15:47:54.687Z (12 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

## Demo
[](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.