gitextract_ltas8x4h/ ├── .github/ │ └── FUNDING.yml ├── Generic Codes/ │ └── web_request_socket.py ├── LICENSE ├── README.md ├── Results_v0.1.xlsx ├── Sample Pages/ │ ├── sample.asp │ ├── sample.aspx │ ├── sample.jsp │ ├── sample.php │ └── sample.py └── Testing/ ├── HTTPRequestHolder.py ├── box_definition.py ├── config.py ├── run.py ├── testcase_definition.py ├── testcase_mutation.py └── web_request_socket.py