Skip to content

Commit

Permalink
Random changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xInfection committed Jan 29, 2020
1 parent 4541eea commit c723e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsrfprobe/modules/Generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def GenNormalPoC(action, fields, method='POST', encoding_type='application/x-www
# Brand tag :p ...I guess...
with tag('small'):
text('(o) This form was generated by ')
with tag('a', href='https://github.com/0xinfection/xsrfprobe'):
with tag('a', href='https://github.com/0xInfection/xsrfprobe'):
text('XSRFProbe')
text('.')
content = BeautifulSoup(doc.getvalue(), 'html.parser')
Expand Down

0 comments on commit c723e75

Please sign in to comment.