Skip to content

Commit

Permalink
Fixed issue with generating output payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeeky committed Jun 27, 2019
1 parent 100ebd6 commit a1a4453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tomcatWarDeployer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,9 @@ def main():
with open(opts.generate + ".jsp", 'w') as f:
f.write(code)

logging.info(
'JSP WAR backdoor\'s code has been generated and stored at: "%s.jsp"' % opts.generate)

return

if not opts.generate:
Expand Down

0 comments on commit a1a4453

Please sign in to comment.