gitextract_4jyb72mo/ ├── .gitignore ├── LICENSE ├── PoC/ │ ├── csrf/ │ │ ├── CORS/ │ │ │ ├── get.php │ │ │ ├── index.html │ │ │ └── post.php │ │ └── jsonp.html │ └── race_condition/ │ ├── pay_poc.py │ └── upload_poc.py ├── class/ │ └── function.class.php ├── code_exec/ │ ├── code.php │ └── exec.php ├── conn.php ├── csrf/ │ ├── jsonp.php │ └── userinfo.php ├── docker.md ├── file_include/ │ ├── any_include.php │ ├── include_1.php │ └── txt.txt ├── file_upload/ │ ├── any_upload.php │ ├── upload/ │ │ └── test.txt │ ├── upload_content.php │ ├── upload_js.php │ ├── upload_mime.php │ └── upload_name.php ├── index.html ├── others/ │ └── file_read.php ├── pentest.sql ├── race_condition/ │ ├── key.php │ ├── pay.php │ ├── upload.php │ └── uploads/ │ └── test.txt ├── readme.md ├── sql_injection/ │ ├── sql_num.php │ ├── sql_search.php │ └── sql_string.php ├── ssrf/ │ └── ssrf.php ├── xss/ │ ├── dom_xss.php │ ├── reflect_xss.php │ └── stored_xss.php └── xxe/ ├── index.html └── login.php