All Projects → dsopas → h1-search

dsopas / h1-search

Licence: GPL-3.0 license
Tool that will request the public disclosures on a specific HackerOne program and show them in a localhost webserver.

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to h1-search

dora
Find exposed API keys based on RegEx and get exploitation methods for some of keys that are found
Stars: ✭ 229 (+294.83%)
Mutual labels:  infosec, bugbounty, hackerone
credcheck
Credentials Checking Framework
Stars: ✭ 50 (-13.79%)
Mutual labels:  bugbounty, hackerone, pentest-tool
Cloudbrute
Awesome cloud enumerator
Stars: ✭ 268 (+362.07%)
Mutual labels:  infosec, bugbounty, pentest-tool
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+12393.1%)
Mutual labels:  infosec, bugbounty, pentest-tool
Autosetup
Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.
Stars: ✭ 140 (+141.38%)
Mutual labels:  infosec, bugbounty
phisherprice
All In One Pentesting Tool For Recon & Auditing , Phone Number Lookup , Header , SSH Scan , SSL/TLS Scan & Much More.
Stars: ✭ 38 (-34.48%)
Mutual labels:  infosec, pentest-tool
Asnlookup
Leverage ASN to look up IP addresses (IPv4 & IPv6) owned by a specific organization for reconnaissance purposes, then run port scanning on it.
Stars: ✭ 163 (+181.03%)
Mutual labels:  infosec, bugbounty
Docker Security Images
🔐 Docker Container for Penetration Testing & Security
Stars: ✭ 172 (+196.55%)
Mutual labels:  infosec, pentest-tool
Crithit
Takes a single wordlist item and tests it one by one over a large collection of websites before moving onto the next. Create signatures to cross-check vulnerabilities over multiple hosts.
Stars: ✭ 182 (+213.79%)
Mutual labels:  infosec, bugbounty
Basecrack
Decode All Bases - Base Scheme Decoder
Stars: ✭ 196 (+237.93%)
Mutual labels:  infosec, bugbounty
Can I Take Over Xyz
"Can I take over XYZ?" — a list of services and how to claim (sub)domains with dangling DNS records.
Stars: ✭ 2,808 (+4741.38%)
Mutual labels:  infosec, bugbounty
py-scripts-other
A collection of some of my scripts
Stars: ✭ 79 (+36.21%)
Mutual labels:  infosec, bugbounty
Defaultcreds Cheat Sheet
One place for all the default credentials to assist the Blue/Red teamers activities on finding devices with default password 🛡️
Stars: ✭ 1,949 (+3260.34%)
Mutual labels:  infosec, bugbounty
Proof Of Concepts
A little collection of fun and creative proof of concepts to demonstrate the potential impact of a security vulnerability.
Stars: ✭ 148 (+155.17%)
Mutual labels:  infosec, bugbounty
Goaltdns
A permutation generation tool written in golang
Stars: ✭ 119 (+105.17%)
Mutual labels:  infosec, netsec
Netset
Operational Security utility and automator.
Stars: ✭ 110 (+89.66%)
Mutual labels:  infosec, netsec
Hawkeye
Hawkeye filesystem analysis tool
Stars: ✭ 202 (+248.28%)
Mutual labels:  infosec, netsec
Contact.sh
An OSINT tool to find contacts in order to report security vulnerabilities.
Stars: ✭ 216 (+272.41%)
Mutual labels:  infosec, bugbounty
evtx-hunter
evtx-hunter helps to quickly spot interesting security-related activity in Windows Event Viewer (EVTX) files.
Stars: ✭ 122 (+110.34%)
Mutual labels:  infosec, netsec
S3scanner
Scan for open AWS S3 buckets and dump the contents
Stars: ✭ 1,319 (+2174.14%)
Mutual labels:  infosec, bugbounty

h1-search

GPL3 Go Report Card

We created this tool to fill out the need of gathering information on most common issues on particular HackerOne bounty programs. h1-search will connect to H1 and retrieve all the public disclosed reports on that specific program and display them in a local webserver. Beware that H1 has rate limit on GET requests so don't abuse it too much.

The tool provides you the possibility of searching for specific attacks and direct link to the report. h1-search was developed by David Sopas @dsopas and Paulo Silva @pauloasilva_com.

Build

$ go build h1-search.go hacktivity.go

Usage

$ ./h1-search localtapiola

Examples

$ ./h1-search localtapiola
2018/06/29 11:27:18 ::: Loading h1-search.go...
2018/06/29 11:27:18 ::: by @dsopas and @pauloasilva_com
2018/06/29 11:27:18 :::::::::::::::::::::::::::::::::::.
2018/06/29 11:27:21 ::: Creating template file...
2018/06/29 11:27:21 ::: Getting results from HackerOne...
2018/06/29 11:27:23 ::: Getting page 1 of 4...
2018/06/29 11:27:25 ::: Getting page 2 of 4...
2018/06/29 11:27:26 ::: Getting page 3 of 4...
2018/06/29 11:27:28 ::: Getting page 4 of 4...
2018/06/29 11:27:28 ::: File is ready...
2018/06/29 11:27:28 ::: Click to view the results: http://localhost:3000/

h1-search screenshot

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].