Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T08:58:41.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:03:33.089Z (almost 2 years ago)
- Topics: bugbounty, parameters, pentest
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- 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:![tempsnip](https://user-images.githubusercontent.com/40497633/183858251-22284e12-b246-46e3-a828-3a0ea519ef7c.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/183859763-543abda7-9733-41af-9c70-62a50f216334.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/183859689-02e99609-9a8f-426e-bdab-5bd91df128b7.png)
![tempsnip](https://user-images.githubusercontent.com/40497633/183860271-e7737c96-cab6-40ea-8c77-08c6774fe0c0.png)