{"id":15662258,"url":"https://github.com/lmangani/node_ssl_logger","last_synced_at":"2025-07-31T15:36:28.538Z","repository":{"id":22859394,"uuid":"97505309","full_name":"lmangani/node_ssl_logger","owner":"lmangani","description":"Decrypt and log process SSL traffic via Frida Injection :closed_lock_with_key:","archived":false,"fork":false,"pushed_at":"2022-02-25T11:12:14.000Z","size":47,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-01T21:47:43.792Z","etag":null,"topics":["decode","decrypt","decrypts","dump","frida","injection","log","mitm","nodejs","pid","process","process-ssl-traffic","slogger","ssl","ssldump"],"latest_commit_sha":null,"homepage":"http://qxip.net","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmangani.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":"2017-07-17T17:46:19.000Z","updated_at":"2025-05-20T15:25:13.000Z","dependencies_parsed_at":"2022-08-07T10:16:18.748Z","dependency_job_id":null,"html_url":"https://github.com/lmangani/node_ssl_logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lmangani/node_ssl_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fnode_ssl_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fnode_ssl_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fnode_ssl_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fnode_ssl_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmangani","download_url":"https://codeload.github.com/lmangani/node_ssl_logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmangani%2Fnode_ssl_logger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268065766,"owners_count":24190184,"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-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["decode","decrypt","decrypts","dump","frida","injection","log","mitm","nodejs","pid","process","process-ssl-traffic","slogger","ssl","ssldump"],"created_at":"2024-10-03T13:30:59.366Z","updated_at":"2025-07-31T15:36:28.494Z","avatar_url":"https://github.com/lmangani.png","language":"JavaScript","readme":"\u003cimg src=\"https://cdn.pixabay.com/photo/2012/04/16/13/32/lock-36018_640.png\" width=\"50\"/\u003e\n\n# node_ssl_logger\nDecrypts and logs a process's SSL traffic via Frida Code Injection\n\nThe functionality offered by **node_ssl_logger** is intended to mimic Google's [ssl_logger](https://github.com/google/ssl_logger) and [Echo Mirage](http://resources.infosecinstitute.com/echo-mirage-walkthrough/)'s SSL logging functionality on NodeJS/Linux\n\nStatus:\n* Experimental! Please use the original! (unless you hate python)\n\n## Requirements\n\nThis program uses the frida framework to perform code injection.\n\nFrida can be installed as follows: ```sudo pip install frida```\n\n## Installation\n```\nnpm install\n```\n\n## Usage\n```\nnodejs node_ssl_logger.js -p \u003cprocess\u003e\n```\n\n#### Example\n```\n# Make a local pipe for input to our openssl client\n$ mkfifo pipe\n\n# Create our openssl client, which will receive input from our pipe\n$ openssl s_client -ign_eof -connect example.org:443 \u003e /dev/null 2\u003e /dev/null \u003c pipe \u0026\n[1] 98954\n\n# Begin writing the request to our pipe\n$ printf \"GET / HTTP/1.0\\nHost:example.org\\n\" \u003e pipe\n\n# Begin logging the SSL traffic for our openssl client process\n$ nodejs node_ssl_logger.js -p openssl \u0026\n[2] 98962\nPress Ctrl+C to stop logging.\n\n# Write the final line-feed to our pipe to complete the HTTP request\n$ printf \"\\n\" \u003e pipe\n\n# Check the output for magic!\n```\n\n## Todo\n\n* pcap export\n* plenty other things\n\n#### Credits\nScript and Examples based on Jason Geffner's python [ssl_logger](https://github.com/google/ssl_logger)\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Fnode_ssl_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmangani%2Fnode_ssl_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmangani%2Fnode_ssl_logger/lists"}