Skip to content

Commit de9d747

Browse files
committed
add subfinder usage for the recon
1 parent 12c08e7 commit de9d747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
fmt.Printf("🚀 %d URLs fuzzables extraites depuis les sous-domaines.\n", len(fuzzedUrls))
5252
}
5353

54-
if cfg.URL == "" && cfg.URLList == "" && cfg.Domain != "" && cfg.URLList == "" {
54+
if cfg.URL == "" && cfg.Domain != "" && cfg.URLList == "" {
5555
fmt.Println("🔍 Aucune URL extraite via subfinder, fallback sur domaine principal.")
5656

5757
gauUrls, err := recon.RunGau(cfg.Domain)

0 commit comments

Comments
 (0)