Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Rumble to runZero rebrand #506

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout Go implementation
uses: actions/checkout@v2
with:
repository: RumbleDiscovery/recog-go
repository: runZeroInc/recog-go
- name: Checkout recog content
uses: actions/checkout@v2
with:
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ git remote prune upstream

* Ruby: [rapid7/recog-ruby](https://github.com/rapid7/recog-ruby)
* Java: [rapid7/recog-java](https://github.com/rapid7/recog-java)
* Go: [RumbleDiscovery/recog-go](https://github.com/RumbleDiscovery/recog-go)
* Go: [runZeroInc/recog-go](https://github.com/runZeroInc/recog-go)

[^back to top](#recog-a-recognition-framework)

### Feature parity

| Feature :sparkles: | rapid7/recog-ruby | rapid7/recog-java | RumbleDiscovery/recog-go |
|---------------------------------------------|:------------------:|:------------------:|:------------------------:|
| Fingerprint verification CLI tool | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CLI tool | :white_check_mark: | | :white_check_mark: |
| Supports base64 encoded examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Supports filesystem-based external examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CPE param interpolation | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Feature :sparkles: | rapid7/recog-ruby | rapid7/recog-java | runZeroInc/recog-go |
|---------------------------------------------|:------------------:|:------------------:|:-------------------:|
| Fingerprint verification CLI tool | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CLI tool | :white_check_mark: | | :white_check_mark: |
| Supports base64 encoded examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Supports filesystem-based external examples | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Fingerprint match CPE param interpolation | :white_check_mark: | :white_check_mark: | :white_check_mark: |

[^back to top](#recog-a-recognition-framework)

Expand Down