2ecfad03a6227b0bd35491d4a3f5610ff3a69eb6,w3af/plugins/evasion/shift_out_in_between_dots.py,shift_out_in_between_dots,modify_request,#shift_out_in_between_dots#Any#,33

Before Change


        // Finally, we set all the mutants to the request in order to return it
        new_url = request.url_object.copy()
        new_url.set_path(path)
        new_req = HTTPRequest(new_url, request.get_data(),
                              request.headers, request.get_origin_req_host(),
                              retries=request.retries_left)

        return new_req

    def get_priority(self):

After Change


        new_url = request.url_object.copy()
        new_url.set_path(path)

        new_req = request.copy()
        new_req.set_uri(new_url)

        return new_req

    def get_priority(self):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 9

Instances


Project Name: andresriancho/w3af
Commit Name: 2ecfad03a6227b0bd35491d4a3f5610ff3a69eb6
Time: 2019-04-01
Author: andres.riancho@gmail.com
File Name: w3af/plugins/evasion/shift_out_in_between_dots.py
Class Name: shift_out_in_between_dots
Method Name: modify_request


Project Name: andresriancho/w3af
Commit Name: 2ecfad03a6227b0bd35491d4a3f5610ff3a69eb6
Time: 2019-04-01
Author: andres.riancho@gmail.com
File Name: w3af/plugins/evasion/backspace_between_dots.py
Class Name: backspace_between_dots
Method Name: modify_request


Project Name: andresriancho/w3af
Commit Name: 2ecfad03a6227b0bd35491d4a3f5610ff3a69eb6
Time: 2019-04-01
Author: andres.riancho@gmail.com
File Name: w3af/plugins/evasion/shift_out_in_between_dots.py
Class Name: shift_out_in_between_dots
Method Name: modify_request


Project Name: andresriancho/w3af
Commit Name: 2ecfad03a6227b0bd35491d4a3f5610ff3a69eb6
Time: 2019-04-01
Author: andres.riancho@gmail.com
File Name: w3af/plugins/evasion/self_reference.py
Class Name: self_reference
Method Name: modify_request


Project Name: andresriancho/w3af
Commit Name: 2ecfad03a6227b0bd35491d4a3f5610ff3a69eb6
Time: 2019-04-01
Author: andres.riancho@gmail.com
File Name: w3af/plugins/evasion/reversed_slashes.py
Class Name: reversed_slashes
Method Name: modify_request