Skip to content

Commit

Permalink
Change to use email-enum flag
Browse files Browse the repository at this point in the history
  • Loading branch information
domwhewell-sage authored Dec 22, 2023
1 parent da1c4e6 commit 2546e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/output/email_addresses.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class email_addresses(Human):
watched_events = ["EMAIL_ADDRESS"]
flags = ["subdomain-enum"]
flags = ["email-enum"]
meta = {"description": "Output any email addresses found belonging to the target domain"}
options = {"output_file": ""}
options_desc = {"output_file": "Output to file"}
Expand Down

0 comments on commit 2546e35

Please sign in to comment.