Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Fix More Scan option
Browse files Browse the repository at this point in the history
  • Loading branch information
knassar702 committed Oct 31, 2021
1 parent e641986 commit e5b0d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/python/lorsrf/lorsrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def sender(self, url: str,body : dict = {}):
op['method'] = method
if self.oob_host.poll():
alert_bug('Lorsrf -> New Request',req,host=self.host,results=f'$ curl -H "Authorization: Secret {self.oob_host.key}" https://odiss.eu:1337/events -sk | jq')
if self.opts['more_scan'] == False:
if self.opts['more_scan'] == True:
log.debug('Scannig with another modules')
xss_main(op,self.http)
xss_param_main(op,self.http)
Expand Down

0 comments on commit e5b0d52

Please sign in to comment.