{"id":13618819,"url":"https://github.com/HyperDbg/scripts","last_synced_at":"2025-04-14T15:33:29.991Z","repository":{"id":47396273,"uuid":"279703445","full_name":"HyperDbg/scripts","owner":"HyperDbg","description":"A collection of useful HyperDbg scripts","archived":false,"fork":false,"pushed_at":"2024-08-22T19:08:25.000Z","size":64,"stargazers_count":30,"open_issues_count":0,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-11T12:52:14.180Z","etag":null,"topics":["hds","hyperdbg","scripts"],"latest_commit_sha":null,"homepage":"","language":null,"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/HyperDbg.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":"2020-07-14T22:09:49.000Z","updated_at":"2025-02-02T16:58:10.000Z","dependencies_parsed_at":"2023-11-24T06:36:06.313Z","dependency_job_id":"9a0b042d-dabc-49c1-955c-c86e50668943","html_url":"https://github.com/HyperDbg/scripts","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/HyperDbg%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperDbg%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperDbg","download_url":"https://codeload.github.com/HyperDbg/scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248906819,"owners_count":21181222,"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":["hds","hyperdbg","scripts"],"created_at":"2024-08-01T21:00:30.987Z","updated_at":"2025-04-14T15:33:29.630Z","avatar_url":"https://github.com/HyperDbg.png","language":null,"funding_links":[],"categories":["Documentation"],"sub_categories":["Script-engine"],"readme":"# HyperDbg Script\n\nThis repo is a collection of useful HyperDbg scripts. HyperDbg uses the \"**.ds**\" extension (which is stands for **D**ebugger **S**cript).\n\nYou can use the '[.script](https://docs.hyperdbg.org/commands/meta-commands/.script)' command to run these scripts. For more examples, take a look at [here](https://docs.hyperdbg.org/commands/scripting-language/debugger-script).\n\n## Usage\n\nYou can use scripts in the HyperDbg environment:\n\n```\nHyperDbg\u003e .script c:\\users\\sina\\desktop\\script.ds\n```\n\nor you can directly run them :\n```\nC:\\Users\\sina\\Desktop\\HyperDbg\u003ehyperdbg-cli.exe --script c:\\users\\sina\\desktop\\script.ds\n```\n## Description\n\n### Basics\n- **hello-world.ds**: The *Hello World!* script.\n\n### DFIR (Digital Forensics and Incident Response)\n- **process-behavior-logger.ds**: Gathering information about different behavior of a process like system calls, kernel memory allocations, CPUIDs, etc.\n\n### Network\n- **all-connections-ip-port.ds**: Creates a log from all of the network accesses (IP address and port number) for user-mode applications.\n- **process-specific-connections-ip-port.ds**: Creates process-specific logs of the network accesses (IP address and port number).\n\n### Memory\n- **user-mode-memory-allocations.ds**: Creates a log from memory allocations of a user-mode process (e.g., mallocs).\n\n## Contributing\nPull requests are super welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHyperDbg%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FHyperDbg%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FHyperDbg%2Fscripts/lists"}