An open API service indexing awesome lists of open source software.

https://github.com/hazcod/harkonnen

A hunting script for Sha1-Hulud compromise.
https://github.com/hazcod/harkonnen

Last synced: 19 days ago
JSON representation

A hunting script for Sha1-Hulud compromise.

Awesome Lists containing this project

README

          

# harkonnen

Hunting script to find GitHub users and organisations compromised by the Sha1-Hulud NPM worm.

It uses the GitHub Search API to find repositories indicating compromise.

## Example

![Example commandline output](/.github/sample-output.jpeg)

## Usage

Via make:

```zsh
% GITHUB_TOKEN="foo" make
```

Or directly:

```zsh
% GITHUB_TOKEN="foo" go run ./cmd/...
```