{"id":27157790,"url":"https://github.com/sayan690/httpsbackdoor","last_synced_at":"2025-04-08T21:44:32.357Z","repository":{"id":284941229,"uuid":"956554746","full_name":"Sayan690/HTTPSBackdoor","owner":"Sayan690","description":"This Repository hosts a Python Implementation of a Backdoor program which uses HTTP(S) Protocol with the help of self-signed certificates, for encryption.","archived":false,"fork":false,"pushed_at":"2025-03-28T13:24:03.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T14:25:23.766Z","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/Sayan690.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":"2025-03-28T13:00:42.000Z","updated_at":"2025-03-28T13:24:06.000Z","dependencies_parsed_at":"2025-03-28T14:25:28.666Z","dependency_job_id":"efe6b07a-5ead-44e0-9776-9f7156e86ed0","html_url":"https://github.com/Sayan690/HTTPSBackdoor","commit_stats":null,"previous_names":["sayan690/httpsbackdoor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan690%2FHTTPSBackdoor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan690%2FHTTPSBackdoor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan690%2FHTTPSBackdoor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sayan690%2FHTTPSBackdoor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sayan690","download_url":"https://codeload.github.com/Sayan690/HTTPSBackdoor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247934806,"owners_count":21020724,"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":"2025-04-08T21:44:31.880Z","updated_at":"2025-04-08T21:44:32.351Z","avatar_url":"https://github.com/Sayan690.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HTTPSBackdoor\n\n## Overview\n\nA Backdoor program which acts as a simple Command and Control (C2) server as well as client, transmitting and receiving data through encrypted covert channels of the SSL and TLS over the HTTP protocol.\n\nThe program uses HTTP Cookies as its heart, through which it transmits Base64 encoded commands and receives its output.\n\n## Usage\n\n- Create Self-Signed Certificates using OpenSSL\n\n```bash\nmkdir auth\nopenssl req -new -x509 -newkey rsa:4096 -nodes -keyout auth/key.pem -out auth/cert.pem -days 10000\n```\n\n- Run the HTTPS Server\n```bash\npython3 https.py 2\u003e/dev/null\n```\n\n- Run the client on the victim side\n```bash\npython3 client.py\n```\n\n## Note\n\nThe server and client listening and connecting addresses are hardcoded in the source files. In order to make most of these programs, please consider to change them according to your desired needs.\n\n## Disclaimer\nThis project is intended for educational and security testing purposes only. The author is not responsible for any misuse of this tool.\n\n## Author\nDeveloped by **Sayan Ray** [@BareBones90](https://x.com/BareBones90)\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayan690%2Fhttpsbackdoor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayan690%2Fhttpsbackdoor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayan690%2Fhttpsbackdoor/lists"}