Skip to content

Commit

Permalink
Update param_jam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aringo authored Sep 27, 2020
1 parent 1397301 commit eb8bcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion param_jam.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def document(payload,canary,param,time_to_wait):
payload = payload.replace(canary,"document.domain")
document_param = f"It was found that the {param} parameter was vulnerable to reflected cross-site scripting. "
document_param += f"To verify this vulnerability clicking on the link at \'{payload}\' will show the domain the code is executing in. "
document_param += f"This results of this action can be seen in the attached {results_image} image.\n"
document_param += f"The results of this action can be seen in the attached {results_image} image.\n"
report_results += document_param
driver.get(payload)
sleep(time_to_wait)
Expand Down

0 comments on commit eb8bcb2

Please sign in to comment.