Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knownsec/Minitools-CookieTest

A script used to quickly test APIs or required parameters and cookies for a certain request.
https://github.com/knownsec/Minitools-CookieTest

script web

Last synced: about 2 months ago
JSON representation

A script used to quickly test APIs or required parameters and cookies for a certain request.

Awesome Lists containing this project

README

        

# Minitools - CookieTest

ps: Please run the script in python2.7 environment.

用于快速测试api或某个请求的必选参数、cookie的脚本.

```
> python .\cookietest.py
Usage: cookietest.py [options]

Options:
--version show program's version number and exit
-h, --help show this help message and exit
-u URL, --url=URL Target URL (e.g.
"http://www.target.com/page.php?id=1")
--data=DATA POST data (e.g. "query=test")
--cookie=COOKIE HTTP Cookie header value
--user-agent=UA HTTP User-Agent header value
--referer=REFERER HTTP Referer header value
-k KEYWORD, --keyword=KEYWORD
Cookie login success keyword
```

![image-20200824142000809](./image-20200824142000809.png)