Skip to content

Commit

Permalink
Update ajaxpro.py
Browse files Browse the repository at this point in the history
adding safe tag
  • Loading branch information
liquidsec authored Dec 15, 2023
1 parent 079b33f commit 532467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/ajaxpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ajaxpro(BaseModule):
ajaxpro_regex = re.compile(r'<script.+src="([\/a-zA-Z0-9\._]+,[a-zA-Z0-9\._]+\.ashx)"')
watched_events = ["HTTP_RESPONSE", "URL"]
produced_events = ["VULNERABILITY", "FINDING"]
flags = ["active", "web-thorough"]
flags = ["active", "safe", "web-thorough"]
meta = {"description": "Check for potentially vulnerable Ajaxpro instances"}

async def handle_event(self, event):
Expand Down

0 comments on commit 532467a

Please sign in to comment.