six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.67k stars 918 forks source link

Idea: Replace UnaPibaGeek/ctfr with cemulus/crt #721

Closed Azathothas closed 1 year ago

Azathothas commented 1 year ago
  1. https://github.com/UnaPibaGeek/ctfr/ hasn't been updated in ~ 3 years and rarely works:

    image See : https://github.com/UnaPibaGeek/ctfr/issues/38

  2. https://github.com/cemulus/crt is a Better, Faster & Modern alternative written in go.

An example implementation:

crt -s -json -l 99999 github.com | jq -r '.[].subdomain' | sed -e "s/^\\*\\.//" | sort -u 

image

Benchmarks: image

Results: image

six2dez commented 1 year ago

Done! Thanks for the suggestion!! https://github.com/six2dez/reconftw/commit/145164c52ba3a0c68f2e1a7d4f862aa60569a3c2