{"id":18034015,"url":"https://github.com/efchatz/quic-attacks","last_synced_at":"2025-03-27T06:31:21.989Z","repository":{"id":44369606,"uuid":"509190703","full_name":"efchatz/QUIC-attacks","owner":"efchatz","description":"Attacks against QUIC (CVE-2022-30591)","archived":false,"fork":false,"pushed_at":"2022-12-31T01:55:15.000Z","size":52,"stargazers_count":22,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T08:05:02.122Z","etag":null,"topics":["cve-2022-30591","flooding","quic","slowloris","vulnerabilities"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/efchatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-30T18:25:23.000Z","updated_at":"2025-01-28T11:46:49.000Z","dependencies_parsed_at":"2023-01-31T17:31:37.381Z","dependency_job_id":null,"html_url":"https://github.com/efchatz/QUIC-attacks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efchatz%2FQUIC-attacks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efchatz%2FQUIC-attacks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efchatz%2FQUIC-attacks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efchatz%2FQUIC-attacks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efchatz","download_url":"https://codeload.github.com/efchatz/QUIC-attacks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245797520,"owners_count":20673875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cve-2022-30591","flooding","quic","slowloris","vulnerabilities"],"created_at":"2024-10-30T11:09:18.279Z","updated_at":"2025-03-27T06:31:21.625Z","avatar_url":"https://github.com/efchatz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QUIC-attacks (CVE-2022-30591)\n\nThe current repository serves the purpose of sharing the scripts we used for educational usage. These attacks were a part of our study (check [here](https://link.springer.com/article/10.1007/s10207-022-00630-6)), and were tested against 6 different QUIC-enabled servers (IIS, NGINX, LiteSpeed, Cloudflare, H2O, and Caddy). The quic-loris script is the exploit of the [CVE-2022-30591](https://nvd.nist.gov/vuln/detail/CVE-2022-30591) issue that affected quic-go library. This script can also be exploited against Caddy server.\n\n## Installation procedure\nFor the exploitation of these attacks, the Ubuntu 18.04 client was used, with the assist of aioquic Python library for QUIC-loris and QUIC-Flooding. For QUIC-hash attack, the Scapy Python library v2.4.3 was used (pip install scapy==2.4.3). The following instructions occur the aioquic installation, for the QUIC-loris and QUIC-Flooding assaults.\n\n1. git clone https://github.com/aiortc/aioquic\n2. sudo apt install libssl-dev\n3. cd aioquic\n4. pip install -e .\n5. pip install asgiref dnslib httpbin starlette wsproto\n6. python3 setup.py install\n7. add the quic-loris.sh file to the aioquic dir\n8. initite the attack\n\nChange the URL parameter to the one of the target. Note that based on the capabilities of the targeted server, different values maybe needed for each parameter on the exploits.\n\n**Based on the work:** E. Chatzoglou, V. Kouliaridis, G. Karopoulos, and G. Kambourakis, [\"Revisiting QUIC attacks: A comprehensive review on QUIC security\nand a hands-on study,\" International Journal of Information Security, 2022.](https://link.springer.com/article/10.1007/s10207-022-00630-6)\n\n====================================================\n\nMIT License\n\nCopyright (c) 2022 Efstratios Chatzoglou\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefchatz%2Fquic-attacks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefchatz%2Fquic-attacks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefchatz%2Fquic-attacks/lists"}