{"id":13797333,"url":"https://github.com/randomsctf/ctf-scripts","last_synced_at":"2025-05-13T02:32:15.593Z","repository":{"id":191233853,"uuid":"42277183","full_name":"RandomsCTF/ctf-scripts","owner":"RandomsCTF","description":"A collection of short scripts for analysis, encryption and forensics, that can be used for CTF and/or security assessments","archived":false,"fork":false,"pushed_at":"2015-09-22T12:58:12.000Z","size":142,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-18T11:41:06.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RandomsCTF.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,"governance":null}},"created_at":"2015-09-11T00:00:28.000Z","updated_at":"2018-05-26T06:05:00.000Z","dependencies_parsed_at":"2023-08-28T23:59:06.667Z","dependency_job_id":null,"html_url":"https://github.com/RandomsCTF/ctf-scripts","commit_stats":null,"previous_names":["randomsctf/ctf-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomsCTF%2Fctf-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomsCTF%2Fctf-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomsCTF%2Fctf-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RandomsCTF%2Fctf-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RandomsCTF","download_url":"https://codeload.github.com/RandomsCTF/ctf-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253859789,"owners_count":21975175,"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":[],"created_at":"2024-08-03T23:01:27.964Z","updated_at":"2025-05-13T02:32:15.293Z","avatar_url":"https://github.com/RandomsCTF.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"8c5a692b5d26527ef346687e047c5c21\"\u003e\u003c/a\u003e收集","\u003ca id=\"601dcc03dc2254612e1b88816ae2b820\"\u003e\u003c/a\u003e资源收集"],"sub_categories":[],"readme":"# ctf-scripts\nA collection of short scripts for analysis, encryption and forensics, that can be used for CTF and/or security assessments.\n\nAll scripts are GPLv3 licensed unless stated otherwise. Use for **good**, not for evil...\n\nHigly recommended (but not necessary) is the `virtualenv` package, as it virtualizes your Python environments.\n\n\n## forensics/extract_file.py\nExtracts files from a pcap file containing a (fragmented) HTTP download or stream.\nExample usage:\n```\njustsniffer -f myfile.pcap -l \"%response\" -e 'extract_file.py output.file'\n```\n\nThis will extract the (fragmented) HTTP download from myfile.pcap and writes the output to output.file\njustniffer will take care of the lower protocol layers.\n\nCurrently `extract_file.py` only handles streamed input.\n\n\n## web/timing-bruteforcer.py\nBruteforces passwords by using a timing attack on webforms.\nBased on the notion that successful password (characters) are expected to take longer(!) to process than unsuccessful passwords.\n\nExample usage:\n```\ntiming_bruteforcer.py http://my.site.com --username admin\n```\n\nCurrently only hexadecimal 'passwords' are supported.\n\n\n## Setup\n```\ngit clone https://github.com/RandomsCTF/ctf-scripts.git\nwhich virtualenv \u0026\u0026 virtualenv ctf-scripts \u0026\u0026 pushd ctf-scripts\n[ -f bin/activate ] \u0026\u0026 source bin/activate\n[ -f Scripts/Activate ] \u0026\u0026 source Scripts/Activate\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomsctf%2Fctf-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomsctf%2Fctf-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomsctf%2Fctf-scripts/lists"}