https://github.com/mrvcoder/pmaker
make params for http request from list of words !
https://github.com/mrvcoder/pmaker
Last synced: 6 months ago
JSON representation
make params for http request from list of words !
- Host: GitHub
- URL: https://github.com/mrvcoder/pmaker
- Owner: mrvcoder
- Created: 2023-12-23T21:54:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-23T22:15:46.000Z (over 2 years ago)
- Last Synced: 2025-02-17T13:12:03.223Z (about 1 year ago)
- Language: Go
- Size: 2.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PMAKER - param maker
make params for http request from list of words !
## install
install with go :
```
go install github.com/mrvcoder/pmaker@latest
```
---
OR just download the binary file and use it from relases :)
## Usage
wordlist should be line by line (should have \n)
```
Param Maker - Make Parameters From List Of Words :D
-----------------------------------------------------------------------------
cat wordlists | pmaker [options]
--count Count of params per req to send (default: 15)
--value vlaue to set for all params (default: vcoder)
Follow me at github => https://github.com/mrvcoder
Follow me at twitter => https://twitter.com/VC0D3R
```