Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 513 Bytes

uri-encodings-fuzzer

Apply all elements in each proper subset within the power set of LibWhisker's encoding subroutines to the URI provided on the command line:

  • encode_uri_hex
  • encode_uri_randomhex
  • encode_anti_ids
  • encode_unicode
  • encode_uri_randomcase

You may need to cpan install the following CPAN module prerequisites:

  • List::PowerSet
  • Math::Combinatorics

URI Encodings Fuzzer GitHub repository