Skip to content

Commit

Permalink
(cli) searchable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 30, 2024
1 parent 55426fb commit 08cde74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/crawl.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ func (hc *HTTPChallenge) Crawl(url string) []string {
color.Secondary.Print("......................")
color.Note.Println(fmt.Sprintf("(%d) %s", len(emails), url))
for _, email := range emails {
color.Secondary.Print(" 📧 ")
color.Note.Print("Emails")
color.Secondary.Print("......................")
color.Success.Println(email)
}
fmt.Println()
Expand Down

0 comments on commit 08cde74

Please sign in to comment.