https://github.com/paractmol/h1_hamsterver
Download the latest disclosed reports from HackerOne
https://github.com/paractmol/h1_hamsterver
Last synced: 12 months ago
JSON representation
Download the latest disclosed reports from HackerOne
- Host: GitHub
- URL: https://github.com/paractmol/h1_hamsterver
- Owner: paractmol
- License: mit
- Created: 2025-01-14T11:55:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T12:02:05.000Z (about 1 year ago)
- Last Synced: 2025-01-14T12:53:36.788Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hamsterver
Hamsterver (i.e. public H1 Report Harvester) is a tool to download the latest disclosed reports from HackerOne and save them in markdown files in the `downloads/reports` directory for later LLM use.
## History
- The script was originally made to store the reports in MongoDB, but I converted it to markdown files for simplicity
- The new version was refactored and updated to use features from Python 3.12 with the use of Cursor IDE
## Installation
```bash
$ pip install -r requirements.txt
```
## Usage
To download the latest 5 reports, run:
```bash
$ python main.py 5
```