Commit Graph

10 Commits

Author SHA1 Message Date
Vasco Franco
9f37125c04 Fix "root" where "scheme" was intended 2021-11-14 00:15:29 +00:00
Vasco Franco
b5c5c21926 Fixes "origin reflected" check
Previously there was a missing call to `headers = requester(url, scheme,
header_dict, origin)` in the "origin reflected" check. This meant that
the code was not using the intended origin (`origin = root + '://' +
'example.com'`). Intead, the check incorreclty used the headers from the
first request (with `origin = scheme + '://' + root`). This commit fixes
this problem by making the missing request.
2021-11-13 23:53:18 +00:00
Somdev Sangwan
de9aff1794 fix breaking bug, better error handling 2021-01-28 18:23:51 +05:30
Somdev Sangwan
62fcc3974d added underscore bypass 2021-01-28 16:23:23 +05:30
Somdev Sangwan
f8e57478fe 1.0-beta
- Bug fixes
- Scan URLs from file
- JSON output to file
- Custom HTTP header support
- Switch to ignore helpful messages
2020-01-17 02:44:46 +05:30
vvMelody
c6d307b2bc Simplify some code 2019-12-04 14:04:03 +08:00
Somdev Sangwan
b68631c587 added unescaped regex test 2019-11-25 10:21:17 +05:30
Somdev Sangwan
392e82496d reordered checks 2019-11-24 21:57:45 +05:30
Somdev Sangwan
e99c000694 minor typo fix 2019-11-24 21:40:51 +05:30
Somdev Sangwan
a5529a0298 Add files via upload 2019-11-24 21:12:10 +05:30