{"id":13538833,"url":"https://github.com/hahwul/a2sv","last_synced_at":"2025-04-02T05:31:54.530Z","repository":{"id":41156281,"uuid":"50333152","full_name":"hahwul/a2sv","owner":"hahwul","description":"Auto Scanning to SSL Vulnerability","archived":true,"fork":false,"pushed_at":"2020-12-12T05:10:10.000Z","size":161,"stargazers_count":625,"open_issues_count":16,"forks_count":169,"subscribers_count":45,"default_branch":"master","last_synced_at":"2024-11-03T03:32:06.485Z","etag":null,"topics":["hacking","scanner","security","ssl","vulnerability"],"latest_commit_sha":null,"homepage":null,"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/hahwul.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":"2016-01-25T07:15:37.000Z","updated_at":"2024-10-21T03:06:22.000Z","dependencies_parsed_at":"2022-07-21T11:33:12.827Z","dependency_job_id":null,"html_url":"https://github.com/hahwul/a2sv","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/hahwul%2Fa2sv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fa2sv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fa2sv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fa2sv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahwul","download_url":"https://codeload.github.com/hahwul/a2sv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246763805,"owners_count":20829795,"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":["hacking","scanner","security","ssl","vulnerability"],"created_at":"2024-08-01T09:01:16.690Z","updated_at":"2025-04-02T05:31:51.334Z","avatar_url":"https://github.com/hahwul.png","language":"Python","funding_links":["https://www.paypal.me/hahwul","https://www.buymeacoffee.com/hahwul"],"categories":["Tools","\u003ca id=\"683b645c2162a1fce5f24ac2abfa1973\"\u003e\u003c/a\u003e漏洞\u0026\u0026漏洞管理\u0026\u0026漏洞发现/挖掘\u0026\u0026漏洞开发\u0026\u0026漏洞利用\u0026\u0026Fuzzing","Weapons","Python (1887)","Python"],"sub_categories":["Auditing","\u003ca id=\"c0bec2b143739028ff4ec439e077aa63\"\u003e\u003c/a\u003e漏洞扫描\u0026\u0026挖掘\u0026\u0026发现","Tools"],"readme":"[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/13212227/26283701/dd5b48fe-3e67-11e7-8b54-96fb31c225b1.png\"\u003e\n\n## 1. A2SV?\nAuto Scanning to SSL Vulnerability.\n\nHeartBleed, CCS Injection, SSLv3 POODLE, FREAK... etc \n\n\n\nA. Support Vulnerability\n```\n- CVE-2007-1858] Anonymous Cipher\n- CVE-2012-4929] CRIME(SPDY)\n- CVE-2014-0160] CCS Injection\n- CVE-2014-0224] HeartBleed\n- CVE-2014-3566] SSLv3 POODLE\n- CVE-2015-0204] FREAK Attack\n- CVE-2015-4000] LOGJAM Attack\n- CVE-2016-0800] SSLv2 DROWN\n```\n \nB. Dev Plan\n```\n- PLAN] SSL ACCF\n- PLAN] SSL Information Analysis\n```\n## 2. How to Install?\nA. Download(clone) \u0026 Unpack A2SV\n```\n$ git clone https://github.com/hahwul/a2sv.git\n$ cd a2sv\n```\nB. Install Python Package / OpenSSL\n\n```\n$ pip install argparse\n$ pip install netaddr\n\n$ apt-get install openssl\n```\nC. Run A2SV\n\n```\n$ python a2sv.py -h\n```\n## 3. How to Use?\n```\nusage: a2sv [-h] [-t TARGET] [-tf TARGETFILE] [-p PORT] [-m MODULE]\n[-d DISPLAY] [-u] [-v]\n\noptional arguments:\n  -h, --helpshow this help message and exit\n  -t TARGET, --target TARGET\nTarget URL and IP Address\n $ e.g -t 127.0.0.1\n  -tf TARGETFILE, --targetfile TARGETFILE\nTarget file(list) URL and IP Address\n $ e.g -tf ./target.list\n  -p PORT, --port PORT  Custom Port / Default: 443\n $ e.g -p 8080\n  -m MODULE, --module MODULE\nCheck SSL Vuln with one module\n[anonymous]: Anonymous Cipher\n[crime]: Crime(SPDY)\n[heart]: HeartBleed\n[ccs]: CCS Injection\n[poodle]: SSLv3 POODLE\n[freak]: OpenSSL FREAK\n[logjam]: OpenSSL LOGJAM\n[drown]: SSLv2 DROWN\n  -d DISPLAY, --display DISPLAY\nDisplay output\n[Y,y] Show output\n[N,n] Hide output\n  -o OUT, --out OUT Result write to file\n $ e.g -o /home/yourdir/result.txt\n  -u, --update  Update A2SV (GIT)\n  -v, --version Show Version\n\n```\n[Scan SSL Vulnerability]\n\n```\n$ python a2sv.py -t 127.0.0.1\n\n$ python a2sv.py -t 127.0.0.1 -m heartbleed\n\n$ python a2sv.py -t 127.0.0.1 -d n\n\n$ python a2sv.py -t 127.0.0.1 -p 8111\n\n$ python a2sv.py -tf target_list.txt\n\n```\n[Update A2SV]\n\n```\n$ python a2sv.py -u\n\n$ python a2sv.py --update\n\n```\n## 4. Support\nThe answer is very slow because it's a project that I could't careful about.\n\n## 5. Donate\n\nI like coffee! I'm a coffee addict.\u003cbr\u003e\n\u003ca href=\"https://www.paypal.me/hahwul\"\u003e\u003cimg src=\"https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.svg\" height=\"50px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/hahwul\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-black.png\" alt=\"Buy Me A Coffee\" height=\"50px\"\u003e\u003c/a\u003e\n\n## 6. Screen shot\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/13212227/26360322/c67cc642-4012-11e7-9db3-31f25a94222d.png\"\u003e\n\u003cimg src=\"https://cloud.githubusercontent.com/assets/13212227/26360319/c6381718-4012-11e7-895f-87e5f42a8269.png\"\u003e\n\n## 7. Code Reference Site\n```\n- poodle : https://github.com/supersam654/Poodle-Checker\n\n- heartbleed : https://github.com/sensepost/heartbleed-poc\n\n- ccs injection : https://github.com/Tripwire/OpenSSL-CCS-Inject-Test\n\n- freak : https://gist.github.com/martinseener/d50473228719a9554e6a\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahwul%2Fa2sv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahwul%2Fa2sv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahwul%2Fa2sv/lists"}