Skip to content

Commit

Permalink
fix produced_events for azure_realm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Sep 12, 2023
1 parent bb250eb commit 896f74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/azure_realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class azure_realm(BaseModule):
watched_events = ["DNS_NAME"]
produced_events = ["DNS_NAME"]
produced_events = ["URL_UNVERIFIED"]
flags = ["affiliates", "subdomain-enum", "cloud-enum", "web-basic", "passive", "safe"]
meta = {"description": 'Retrieves the "AuthURL" from login.microsoftonline.com/getuserrealm'}

Expand Down

0 comments on commit 896f74e

Please sign in to comment.