{"id":22954606,"url":"https://github.com/sgabe/ciphers2csv","last_synced_at":"2025-07-23T23:08:52.507Z","repository":{"id":88189047,"uuid":"64769520","full_name":"sgabe/ciphers2csv","owner":"sgabe","description":"Parse supported SSL cipher suites from Nessus output","archived":false,"fork":false,"pushed_at":"2019-05-01T16:55:30.000Z","size":4,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T00:27:56.288Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sgabe.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-02T15:36:27.000Z","updated_at":"2019-05-03T16:00:59.000Z","dependencies_parsed_at":"2023-04-16T14:52:59.912Z","dependency_job_id":null,"html_url":"https://github.com/sgabe/ciphers2csv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sgabe/ciphers2csv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgabe%2Fciphers2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgabe%2Fciphers2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgabe%2Fciphers2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgabe%2Fciphers2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgabe","download_url":"https://codeload.github.com/sgabe/ciphers2csv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgabe%2Fciphers2csv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266765375,"owners_count":23980759,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-14T16:18:55.969Z","updated_at":"2025-07-23T23:08:52.477Z","avatar_url":"https://github.com/sgabe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ciphers2CSV\n===============\n\n**Ciphers2CSV** is a simple Python script to parse Nessus output files in XML format and extract supported SSL cipher suites from the raw output of SSL plugins to a single CSV spreadsheet which summarizes all supported ciphers and the affected hosts.\n\n## Usage\n\nPass the XML Nessus output via a specified file. The resulted CSV spreadsheet is saved to a file (default is pssl-[timestamp].csv) and also displayed on the console.\n\n### Options\n```\n$ python ciphers2csv.py -h\nusage: ciphers2csv.py [-h] -i INPUT [-p PREFIX]\n\n  ___ _      _               ___ ___ _____   __\n / __(_)_ __| |_  ___ _ _ __|_  ) __/ __\\ \\ / /\n| (__| | '_ \\ ' \\/ -_) '_(_-\u003c/ / (__\\__ \\\\ V /\n \\___|_| .__/_||_\\___|_| /__/___\\___|___/ \\_/\n       |_|\n\n      Parse SSL cipher from Nessus output\n\noptional arguments:\n  -h, --help  show this help message and exit\n  -i INPUT    Nessus output file\n  -p PREFIX   prefix for output file names (default pssl)\n```\n\n### Example output\n```\nHost,Port,Protocol,Key,Ciphers\nexample.com;3820;TLSv12;168;EDH-RSA-DES-CBC3-SHA,DES-CBC3-SHA,ECDHE-RSA-DES-CBC3-SHA\nexample.com;443;TLSv1;40;EXP-RC2-CBC-MD5,EXP-RC4-MD5\nexample.com;443;SSLv3;128;RC4-SHA,RC4-MD5\n```\n| Host        |  Port | Protocol |  Key  | Ciphers                           |\n| ------------|:-----:|:--------:|:-----:|-----------------------------------|\n| example.com |  443  |  TLSv12  |  168  | EDH-RSA-DES-CBC3-SHA,DES-CBC3-SHA |\n| example.com |  443  |   TLSv1  |   40  | EXP-RC2-CBC-MD5,EXP-RC4-MD5       |\n| example.com |  443  |   SSLv3  |  128  | RC4-SHA,RC4-MD5                   |\n\n## License\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgabe%2Fciphers2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgabe%2Fciphers2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgabe%2Fciphers2csv/lists"}