https://github.com/devanshbatham/autoreport
autoreport generates bug report templates for security researchers
https://github.com/devanshbatham/autoreport
Last synced: 12 months ago
JSON representation
autoreport generates bug report templates for security researchers
- Host: GitHub
- URL: https://github.com/devanshbatham/autoreport
- Owner: devanshbatham
- Created: 2023-06-11T10:40:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T05:28:56.000Z (almost 3 years ago)
- Last Synced: 2025-04-16T14:31:49.151Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
autoreport
autoreport generates bug report templates for security researchers
⛏️ Usage
🔍 Finding your token
🙏 Acknowledgements
## Usage
Run the script with the following command:
```bash
python autoreport.py -gt "XSS on query endpoint"
```
## Finding your token
Log into [Poe](https://poe.com) on any desktop web browser, then open your browser's developer tools (also known as "inspect") and look for the value of the p-b cookie in the following menus:
- Chromium: Devtools > Application > Cookies > poe.com
- Firefox: Devtools > Storage > Cookies
- Safari: Devtools > Storage > Cookies
Paste the cookie value in `config.ini`:
```
[DEFAULT]
API_KEY = COOKIE_HERE
```
## Acknowledgements
This project utilizes the [poe-api](https://github.com/ading2210/poe-api) for interacting with the Poe Bot. Poe-API is a reverse engineered API wrapper for Quora's Poe, which allows you free access to OpenAI's ChatGPT and GPT-4, as well as Anthropic's Claude.