Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/knownsec/Minitools-CookieTest
- Owner: knownsec
- Created: 2020-09-21T02:53:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T02:54:36.000Z (over 4 years ago)
- Last Synced: 2024-05-08T01:32:39.377Z (8 months ago)
- Topics: script, web
- Language: Python
- Homepage:
- Size: 295 KB
- Stars: 10
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - knownsec/Minitools-CookieTest - A script used to quickly test APIs or required parameters and cookies for a certain request. (Python)
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)