-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[+] NEW exploit: null signature (`-X n`) [+] NEW scanner mode: Inject Common Claims (`-M cc`) [+] additional checks in 'Playbook' scan mode (`-M pb`) [+] multiple custom headers now supported (`-rh`) [+] reflective JWKS URL created automatically in config file - for JKU/Spoof JWKS attacks (`-X s`) [+] checks added for old/incompatible config files [+] report on long HTTP response times Bugfixes: * fixed colours not working in Windows cmd/Powershell * fixed capitalisation issue in config file * fixed broken null signed kid attacks in ScanModePlaybook()
- Loading branch information
Showing
4 changed files
with
308 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
typ | ||
jku | ||
kid | ||
x5u | ||
x5t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
iss | ||
sub | ||
aud | ||
exp | ||
nbf | ||
iat | ||
jti | ||
name | ||
given_name | ||
family_name | ||
middle_name | ||
nickname | ||
preferred_username | ||
profile | ||
picture | ||
website | ||
email_verified | ||
gender | ||
birthdate | ||
zoneinfo | ||
locale | ||
phone_number | ||
phone_number_verified | ||
address | ||
updated_at | ||
azp | ||
nonce | ||
auth_time | ||
at_hash | ||
c_hash | ||
acr | ||
amr | ||
sub_jwk | ||
cnf | ||
sip_from_tag | ||
sip_date | ||
sip_callid | ||
sip_cseq_num | ||
sip_via_branch | ||
orig | ||
dest | ||
mky | ||
events | ||
toe | ||
txn | ||
rph | ||
sid | ||
vot | ||
vtm | ||
attest | ||
origid | ||
act | ||
scope | ||
client_id | ||
may_act | ||
jcard | ||
at_use_nbr | ||
div | ||
opt |
Oops, something went wrong.