All Projects → dwisiswant0 → cf-check

dwisiswant0 / cf-check

Licence: Apache-2.0 License
CloudFlare Checker written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to cf-check

DeadDNS
DNS hijacking via dead records automation tool
Stars: ✭ 44 (-70.07%)
Mutual labels:  bugbounty, bugbountytips, bugbounty-tool
Galaxy-Bugbounty-Checklist
Tips and Tutorials for Bug Bounty and also Penetration Tests.
Stars: ✭ 34 (-76.87%)
Mutual labels:  bugbounty, bugbountytips, bugbounty-tool
magicRecon
MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats.
Stars: ✭ 478 (+225.17%)
Mutual labels:  scanner, bugbounty, bugbounty-tool
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (-69.39%)
Mutual labels:  bugbounty, bugbounty-tool
one-scan
多合一网站指纹扫描器,轻松获取网站的 IP / DNS 服务商 / 子域名 / HTTPS 证书 / WHOIS / 开发框架 / WAF 等信息
Stars: ✭ 44 (-70.07%)
Mutual labels:  scanner, ip-scanner
nerdbug
Full Nuclei automation script with logic explanation.
Stars: ✭ 153 (+4.08%)
Mutual labels:  bugbounty, bugbountytips
Passivehunter
Subdomain discovery using the power of 'The Rapid7 Project Sonar datasets'
Stars: ✭ 83 (-43.54%)
Mutual labels:  bugbounty, bugbounty-tool
continuous-nuclei
Running nuclei Continuously
Stars: ✭ 45 (-69.39%)
Mutual labels:  bugbounty, bugbounty-tool
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+13.61%)
Mutual labels:  bugbounty, bugbounty-tool
Payloads
Payload Arsenal for Pentration Tester and Bug Bounty Hunters
Stars: ✭ 421 (+186.39%)
Mutual labels:  bugbounty, bugbounty-tool
hack-pet
🐰 Managing command snippets for hackers/bug bounty hunters. with pet.
Stars: ✭ 77 (-47.62%)
Mutual labels:  bugbounty, bugbountytips
HostPanic
Find host header injections and perform Host Header attacks with other kind of bugs like web cache poissoning
Stars: ✭ 23 (-84.35%)
Mutual labels:  bugbounty, bugbounty-tool
request smuggler
Http request smuggling vulnerability scanner
Stars: ✭ 203 (+38.1%)
Mutual labels:  scanner, bugbounty
jsleak
a Go code to detect leaks in JS files via regex patterns
Stars: ✭ 111 (-24.49%)
Mutual labels:  scanner, bugbounty
nuubi
Nuubi Tools (Information-ghatering|Scanner|Recon.)
Stars: ✭ 76 (-48.3%)
Mutual labels:  scanner, bugbounty
VPS-Bug-Bounty-Tools
Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.
Stars: ✭ 44 (-70.07%)
Mutual labels:  bugbounty, bugbounty-tool
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (-3.4%)
Mutual labels:  scanner, bugbounty
Jira-Lens
Fast and customizable vulnerability scanner For JIRA written in Python
Stars: ✭ 185 (+25.85%)
Mutual labels:  scanner, bugbounty
BugBounty CheatSheet
BugBounty_CheatSheet
Stars: ✭ 113 (-23.13%)
Mutual labels:  bugbountytips, bugbounty-tool
HolyTips
A Collection of Notes, Checklists, Writeups on Bug Bounty Hunting and Web Application Security.
Stars: ✭ 1,210 (+723.13%)
Mutual labels:  bugbounty, bugbountytips

cf-check

Check an Host is Owned by CloudFlare.

Install

  1. Grab from releases page, or
  2. If you have Go1.13+ compiler installed & configured:
▶ go install github.com/dwisiswant0/cf-check@latest

Usage

▶ echo "uber.com" | cf-check

or

▶ cf-check -d <FILE>

Flags

Usage of cf-check:
  -c int
        Set the concurrency level (default: 20)
  -cf
        Show CloudFlare only
  -d    Print domains instead of IP addresses

Workaround

The goal is that you don't need to do a port scan if it's proven that the IP is owned by Cloudflare.

▶ subfinder -silent -d uber.com | filter-resolved | cf-check -d | anew | naabu -silent -verify | httpx -silent
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].