All Projects → EdOverflow → h1-cli

EdOverflow / h1-cli

Licence: MIT license
A CLI tool to interact with hackerone.com. This was my submission for HackerOne's Summer 2018 Hack Day.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to h1-cli

hackerone-client
An unofficial wrapper for the HackerOne API
Stars: ✭ 55 (+83.33%)
Mutual labels:  hackerone
Sudomy
Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
Stars: ✭ 1,572 (+5140%)
Mutual labels:  hackerone
HackerOne-Lessons
Transcribed video lessons of HackerOne to pdf's
Stars: ✭ 104 (+246.67%)
Mutual labels:  hackerone
h1-search
Tool that will request the public disclosures on a specific HackerOne program and show them in a localhost webserver.
Stars: ✭ 58 (+93.33%)
Mutual labels:  hackerone
credcheck
Credentials Checking Framework
Stars: ✭ 50 (+66.67%)
Mutual labels:  hackerone
Hacker101
Source code for Hacker101.com - a free online web and mobile security class.
Stars: ✭ 12,246 (+40720%)
Mutual labels:  hackerone
Bounty Targets Data
This repo contains hourly-updated data dumps of bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) that are eligible for reports
Stars: ✭ 1,783 (+5843.33%)
Mutual labels:  hackerone
awesome-hacker-api-tools
A collection of hacker tools using HackerOne's API
Stars: ✭ 177 (+490%)
Mutual labels:  hackerone
Bugzee
Simple Script to install recommended Bug Bounty Hunting Tools In Your Linux Disto
Stars: ✭ 42 (+40%)
Mutual labels:  hackerone
Eagle
Multithreaded Plugin based vulnerability scanner for mass detection of web-based applications vulnerabilities
Stars: ✭ 85 (+183.33%)
Mutual labels:  hackerone
Domainker
BugBounty Tool
Stars: ✭ 40 (+33.33%)
Mutual labels:  hackerone
Galaxy-Bugbounty-Checklist
Tips and Tutorials for Bug Bounty and also Penetration Tests.
Stars: ✭ 34 (+13.33%)
Mutual labels:  hackerone
BugHunterID
Para pencari bug / celah kemanan bisa bergabung.
Stars: ✭ 72 (+140%)
Mutual labels:  hackerone
dora
Find exposed API keys based on RegEx and get exploitation methods for some of keys that are found
Stars: ✭ 229 (+663.33%)
Mutual labels:  hackerone
PayloadsAll
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 31 (+3.33%)
Mutual labels:  hackerone
     __  __           __             ____                ________    ____
    / / / /___ ______/ /_____  _____/ __ \____  ___     / ____/ /   /  _/
   / /_/ / __ `/ ___/ //_/ _ \/ ___/ / / / __ \/ _ \   / /   / /    / /  
  / __  / /_/ / /__/ ,< /  __/ /  / /_/ / / / /  __/  / /___/ /____/ /   
 /_/ /_/\__,_/\___/_/|_|\___/_/   \____/_/ /_/\___/   \____/_____/___/

  A CLI tool to interact with hackerone.com.

Installation

  To install the tool and all necessary dependencies, run the 
  following commands:

  	$ git clone [email protected]:EdOverflow/h1-cli.git
  	$ cd h1-cli
  	$ ./setup.sh

Dependencies
  
  - bountyplz (https://github.com/fransr/bountyplz)
  - cURL
  - jq
  - GNU grep (OSX users, please read https://apple.stackexchange.com/a/193300.)

Contributing

  I welcome contributions from the public. The issue tracker is
  the preferred channel for bug reports and feature requests. 
  The bug tracker utilises several labels to help organise and 
  identify issues. Whenever submitting a new issue, please use 
  the GitHub issue search first — check if the issue has already 
  been reported.

  Make sure to run https://github.com/koalaman/shellcheck when you 
  are done editing or create a shell script. This will help 
  maintain clean and uniform code throughout the project.

  If you would like to submit a patch via email, that is fine too.
  Just run the following command and send the patch to contact 
  [at] edoverflow [dot] com:

    $ git format-patch -<n> <SHA1>

Donations

  If you would like to support my work, you can use any of the 
  addresses below:

  Liberapay: https://liberapay.com/EdOverflow

  Bitcoin: 1E2fZRNrrkCKPnWpKZAsJzByBoyoBURADN

  Ethereum: 0xe98FC23fB4A8762d700c0354979dA5Db6c29Acc3

License

  MIT License — Copyright (c) 2018 EdOverflow
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].