{"id":34507620,"url":"https://github.com/idiidk/dviide-framework","last_synced_at":"2026-05-27T08:33:30.841Z","repository":{"id":52210786,"uuid":"93600336","full_name":"idiidk/dviide-framework","owner":"idiidk","description":"A mitm/xss framework built in node.js with easily writable modules","archived":false,"fork":false,"pushed_at":"2025-06-21T08:54:30.000Z","size":2971,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T13:57:24.590Z","etag":null,"topics":["dviide","framework","injection","mitm","xss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idiidk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-06-07T06:26:48.000Z","updated_at":"2017-06-09T21:22:01.000Z","dependencies_parsed_at":"2024-06-18T00:19:31.330Z","dependency_job_id":"5f7e38d9-933f-419e-8d67-7367acbd8f38","html_url":"https://github.com/idiidk/dviide-framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/idiidk/dviide-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fdviide-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fdviide-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fdviide-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fdviide-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idiidk","download_url":"https://codeload.github.com/idiidk/dviide-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idiidk%2Fdviide-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33558648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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":["dviide","framework","injection","mitm","xss"],"created_at":"2025-12-24T03:06:33.064Z","updated_at":"2026-05-27T08:33:30.836Z","avatar_url":"https://github.com/idiidk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dviide-framework\nDviide is a javascript mitm/xss framework built in node.js with easily writable modules.\n\n## Installation\n\nTo initialize the server and listeners:\n```bash\ngit clone https://github.com/idiidk/dviide-framework.git\ncd dviide-framework\nnpm install\nnode backend.js\n```\n\nA file called config.json is located at the root of the repository, edit this file first to provide the ip of your server. To infect clients inject the inject.js file into their browser. You will then see a connection on the backend.\n\n## Modules\n\nRemember I was talking about modules? Well they are easy to write and implement. Some sample modules can be found in the /dviide/modules folder. The basics of a module are:\n\n1. A ```this.name``` string - This just specifies the module name called back to the server.\n2. A ```this.start``` function() - This function is called when the module is injected.\n\nTo return data to the server call:\n```\n//More callback types coming soon...\ndviide.callbackText('data');\n```\nIf you want access to things such as the ip and port of the server just take a look at the dviide class in inject.js.\n\n## Commands\n\nDo you want to write your own custom commands? Well you can! A command consists of the following functions:\n\n1. A ```this.prefix``` string - This is what will be typed to call your command.\n2. A ```this.call``` function(args, mh) - This is the function that will be called upon execution of your module. The args variable conatins an array with the arguments passed to your module. The mh variable contains a ModuleHelper object to interface with the framework. To learn more about this object you should take a look at the backend class for the ModuleHelper.\n\n## Servers and Listeners\nBy default the backend listens on port 3000 for incoming client connections. It also runs a small webserver on port 3030 which just serves the inject.js file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiidk%2Fdviide-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidiidk%2Fdviide-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidiidk%2Fdviide-framework/lists"}