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: 2 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T08:58:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T03:41:21.522Z (3 months 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.pyor 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:


