An open API service indexing awesome lists of open source software.

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 !

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
```