Projects STRLCPY param-miner Commits caff1d2f
🤬
  • ■ ■ ■ ■ ■
    src/burp/HeaderMutationGuesser.java
    skipped 18 lines
    19 19   this.evidence = new HashMap<String, IHttpRequestResponse[]>();
    20 20  
    21 21   this.testHeaders = new String[][]{
    22  - {"Content-Length: 0", "Content-Length: z"},
    23  - {"Range: bytes=0-", "Range: z"},
    24  - {"Content-Type: application/x-www-form-urlencoded", "Content-Type: z"}
     22 + {"Content-Length: 0", "Content-Length: z"}
    25 23   };
    26 24   }
    27 25  
    skipped 148 lines
Please wait...
Page is in error, reload to recover