Install β’ Get Started β’ Examples β’ Changelog β’ Contributing β’ License
brew install cspreconsudo snap install csprecongo install github.com/edoardottt/csprecon/cmd/csprecon@latestUsage:
csprecon [flags]
Flags:
INPUT:
-u, -url string Input domain
-l, -list string File containing input domains
-cidr Interpret input as CIDR
CONFIGURATIONS:
-d, -domain string[] Filter results belonging to these domains (comma separated)
-c, -concurrency int Concurrency level (default 50)
-t, -timeout int Connection timeout in seconds (default 10)
-rl, -rate-limit int Set a rate limit (per second)
-px, -proxy string Set a proxy server (URL)
OUTPUT:
-o, -output string File to write output results
-v, -verbose Verbose output
-s, -silent Silent output. Print only results
-j, -json JSON outputGrab all possible results from single domain
csprecon -u https://www.github.comecho https://www.github.com | cspreconGrab all possible results from a list of domains (protocols needed!)
csprecon -l targets.txtcat targets.txt | cspreconGrab all possible results belonging to specific target(s) from a list of domains (protocols needed!)
cat targets.txt | csprecon -d google.comGrab all possible results from single CIDR
csprecon -u 192.168.1.0/24 -cidrSet a rate limit of 10 requests per second
cat targets.txt | csprecon -rl 10JSON Output
cat targets.txt | csprecon -jUse a Proxy
cat targets.txt | csprecon -px http://127.0.0.1:8080Detailed changes for each release are documented in the release notes.
Just open an issue / pull request.
Before opening a pull request, download golangci-lint and run
golangci-lint runIf there aren't errors, go ahead :)
- Hive Five Newsletter by Securibee
- Trickest
- Critical Thinking - Bug Bounty Podcast
- tl;dr sec Newsletter
This repository is under MIT License.
edoardottt.com to contact me.
