Skip to content

TUI/CLI tool for exploring Immunefi bug bounties with acceptance probability scoring

Notifications You must be signed in to change notification settings

Lulzx/immunefi-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

immunefi

A TUI and CLI tool for exploring Immunefi bug bounties with acceptance probability scoring.

Features

  • Interactive TUI with vim-like keybindings
  • Acceptance score ranking (probability of payout)
  • Filter by bounty amount, ecosystem, language, KYC
  • Sort by score or max bounty
  • Local caching (1 hour TTL)
  • Open bounties directly in browser

Install

cargo install --path .

Usage

# Interactive TUI
immunefi

# Top bounties by acceptance score
immunefi --top

# Filter results
immunefi --top --min-bounty 1000000 --ecosystem ETH

# Show specific bounty
immunefi --show layerzero

# Force refresh cache
immunefi --refresh

Keybindings (TUI)

Key Action
j/k Navigate up/down
Enter View details
s Toggle sort (Score/Bounty)
/ Open filters
o Open in browser
Tab Switch detail tabs
? Help
q Quit

Scoring

Programs are scored by acceptance probability:

Factor Points
Immunefi Standard +25
Managed Triage +20
Arbitration +10
Clear scope (5+ impacts) +10
Focused contracts (5-50) +10
Program maturity (6mo-2yr) +10
Recently updated +10
Rewards pool +5

Score 90+ = High acceptance probability

License

MIT

About

TUI/CLI tool for exploring Immunefi bug bounties with acceptance probability scoring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages