Skip to content

Commit

Permalink
XXE bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarpo committed Sep 28, 2018
1 parent 644e4c0 commit ca7710b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/xxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def start_server(self):

def start_listening(self):
global vulnerable
vulnerable = False
try:
while True:
# Wait for 5 seconds
Expand Down

0 comments on commit ca7710b

Please sign in to comment.