Skip to content

Commit

Permalink
detect privatebins which don't append padding
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jan 24, 2021
1 parent aabe063 commit 07e0465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getpaste
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ sub dl_zerobin {
},
{
query => qr/^[0-9a-f]{16}$/,
fragment => qr{^[0-9A-Za-z+/]{43}=$},
fragment => qr{^[0-9A-Za-z+/]{43}=?$},
note => "probably a ZeroBin site based on query & fragment",
parser => \&dl_zerobin,
},
Expand Down

0 comments on commit 07e0465

Please sign in to comment.