https://github.com/mathis2001/ParamChanger
ParamChanger is a tool allowing you to replace the parameters of a list of urls by a payload entered as an argument
https://github.com/mathis2001/ParamChanger
bugbounty parameters pentest
Last synced: over 1 year ago
JSON representation
ParamChanger is a tool allowing you to replace the parameters of a list of urls by a payload entered as an argument
- Host: GitHub
- URL: https://github.com/mathis2001/ParamChanger
- Owner: mathis2001
- Created: 2022-08-09T14:44:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T08:58:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T12:25:49.778Z (over 1 year ago)
- Topics: bugbounty, parameters, pentest
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParamChanger
ParamChanger is a tool allowing you to replace the parameters of a list of urls by a payload entered as an argument.
## Install:
```bash
$ git clone https://github.com/mathis2001/ParamChanger.git
```
## Usage:
```bash
$ cat urls.txt | python3 ParamChanger.py
or with other tools
$ python3 webhackurls.py -d target.com | python3 ParamChanger.py > urls.txt | eyewitness -f urls.txt --web
$ python3 webhackurls.py -d target.com | python3 ParamFirstChecker.py --lfi | python3 ParamChanger.py
and their is a lot of other combination possibilities.
```
## Screens:



