๐Ÿ“ฆ alexandear / botnet-searcher

Simple program to search GitHub users in botnet

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/alexandear/botnet-searcher.git
HTTPS git clone https://github.com/alexandear/botnet-searcher.git
SSH git clone git@github.com:alexandear/botnet-searcher.git
CLI gh repo clone alexandear/botnet-searcher
Oleksandr Redko Oleksandr Redko README.md: add screenshots of database contents 13e579d 10 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ img
๐Ÿ“„ .gitignore
๐Ÿ“„ go.mod
๐Ÿ“„ go.sum
๐Ÿ“„ LICENSE
๐Ÿ“„ main.go
๐Ÿ“„ malicious.sqlite
๐Ÿ“„ README.md
๐Ÿ“„ README.md

botnet-searcher

A program to search for GitHub bot users from the article "Found a group of malicious Go projects injected with trojan".

Update: all users have been banned by GitHub team.

Running Locally

  • Install Go.
  • Generate a GitHub token with the following scopes: [public_repo, read:user].
  • Run the following command:
CGO_ENABLED=1 GITHUB_TOKEN=ghp_12345 go run main.go

Database

Use the SQLite 3 Editor extension for VS Code to view the malicious.sqlite database.

Contents

Users:

Malicious users

Repositories:

Malicious repositories