https://github.com/francescodisalesgithub/xxe-gen
XXE vulnerability creator
https://github.com/francescodisalesgithub/xxe-gen
pentest-tool pentesting python-hacking python-hacking-tools python3 xxe xxe-injection xxe-payloads
Last synced: 3 months ago
JSON representation
XXE vulnerability creator
- Host: GitHub
- URL: https://github.com/francescodisalesgithub/xxe-gen
- Owner: FrancescoDiSalesGithub
- License: gpl-3.0
- Created: 2021-09-26T17:31:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-21T16:23:10.000Z (about 4 years ago)
- Last Synced: 2025-04-03T23:05:36.539Z (10 months ago)
- Topics: pentest-tool, pentesting, python-hacking, python-hacking-tools, python3, xxe, xxe-injection, xxe-payloads
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XXE-gen
XXE vulnerability creator
## How to use
`python3 xxe-gen.py [operation] [entity]`
where:
* operation = what do you want to do with the XXE vulnerability
* entity = the name of the xml entity
the possible operations are injection and dos in which:
* injection -> does a xxe
* dos -> implements a dos xxe
* base64 -> does a base64 xxe
* phpwrap -> inserts in the entity a php filter
* xinclude -> does a xinclude attack
* soap -> does a soap xxe
some examples about how to run it:
```
python3 xxe-gen.py injection banana
python3 xxe-gen.py dos banana
```