Projects STRLCPY param-miner Commits 0102c82b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    src/burp/MutationGuesser.java
    skipped 21 lines
    22 22  
    23 23   this.testHeaders = new String[][]{
    24 24   {"Content-Length: 0", "Content-Length: z"},
    25  - {"Range: bytes=0-", "Range: z"}
     25 + {"Range: bytes=0-", "Range: z"},
     26 + {"Content-Type: application/x-www-form-urlencoded", "Content-Type: z"}
    26 27   };
    27 28   }
    28 29  
    skipped 120 lines
Please wait...
Page is in error, reload to recover