Skip to content

Commit

Permalink
Announce bh release along with blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-jokic committed Feb 28, 2025
1 parent b871116 commit 7e7102b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions content/999.announcements/1.all.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ title: "Announcements"

# Announcements

## Introducing Blob Storage and `bh` CLI 0.3.0 Release

We are excited to announce the new blob storage feature and the release of `bh` CLI version 0.3.0!

### Blob Storage

Blob storage allows you to store assets on the platform without tying them to a specific job. This is particularly useful for continuous scans on assets like subdomains, active links, and pages.

#### Example Use-Case: Continuous Subdomain Scanning

1. **Daily Scan**: Run `subfinder` daily.
2. **Store Results**: Keep results of the last scan invocation inside the job (`uploads` field).
3. **Download Last Scan**: Download the last invocation of the `subfinder` scan.
4. **Compute Differences**: Compare the last scan results with the current results.
5. **Check Differences**: If there are no differences, do nothing.
6. **Manage Files**:
- Download `{projectname}-live-subdomains.txt` and `{projectname}-dead-subdomains.txt` from blob storage.
- Update `{projectname}-live-subdomains.txt` with new subdomains and remove inactive ones.
- Update `{projectname}-dead-subdomains.txt` with inactive subdomains and remove active ones.
7. **Upload Updated Files**: Upload the updated files back to blob storage.
8. **Utilize Files**: Use the updated files as needed.

### `bh` CLI 0.3.0 Features

The new `bh` CLI version 0.3.0 includes the following commands:
- `bh blob download`: Download a blob from the server.
- `bh blob upload`: Upload a blob to the server.

### Important Note

New permissions have been added to the Personal Access Token (PAT). Please update your PATs to include the `blob` permission.

We hope you find these new features useful. Happy hunting!

## Runner version 0.4.0 is released 🎉

New runner has been [released](https://github.com/bountyhub-org/runner/releases/tag/0.4.0), and it comes with a very nice feature!
Expand Down

0 comments on commit 7e7102b

Please sign in to comment.