{"id":32800187,"url":"https://github.com/poslogica/digi_audit","last_synced_at":"2026-04-15T11:37:28.888Z","repository":{"id":322606319,"uuid":"1090156032","full_name":"poslogica/digi_audit","owner":"poslogica","description":"digi audit","archived":false,"fork":false,"pushed_at":"2025-11-05T10:24:40.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T12:14:01.198Z","etag":null,"topics":["powershell","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/poslogica.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-05T09:47:03.000Z","updated_at":"2025-11-05T10:24:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d348e9b3-7ac2-419c-9aeb-33b2535654b5","html_url":"https://github.com/poslogica/digi_audit","commit_stats":null,"previous_names":["poslogica/digi_audit"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/poslogica/digi_audit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poslogica%2Fdigi_audit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poslogica%2Fdigi_audit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poslogica%2Fdigi_audit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poslogica%2Fdigi_audit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poslogica","download_url":"https://codeload.github.com/poslogica/digi_audit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poslogica%2Fdigi_audit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31840094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["powershell","windows"],"created_at":"2025-11-06T04:00:34.667Z","updated_at":"2026-04-15T11:37:28.880Z","avatar_url":"https://github.com/poslogica.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digi Audit\n\nA collection of Windows diagnostic and auditing scripts for system analysis and security assessment.\n\n## Contents\n\n### Windows\n\n- **clipboard/** - Clipboard-related forensics and auditing scripts\n  - `clipboard_hound.ps1` - Searches for clipboard-related files and configurations in the system\n\n## Features\n\n### Clipboard Hound\n\nComprehensive forensic analysis and security hardening tool for Windows clipboard and screen capture functionality. Searches for clipboard-related artifacts, identifies sensitive data exposure risks, and applies security controls.\n\n**Version:** 1.0\n\n**Usage:**\n\n```powershell\n.\\windows\\clipboard\\clipboard_hound.ps1\n```\n\n**What it does:**\n\n- Scans `%LOCALAPPDATA%\\Packages` for clipboard-related files (`*.dat`, `*ScreenClip`)\n- Identifies and reports files containing \"clipboard\" or \"ScreenClip\" keywords\n- Counts and displays total clipboard-related files found\n- **Disables clipboard history** via registry (`HKCU\\Software\\Microsoft\\Clipboard` → `EnableClipboardHistory = 0`)\n- **Blocks screen clipping** via registry (`HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ScreenClipBlock` → `BlockScreenClip = 1`)\n- Handles file read errors gracefully with detailed error messages\n- Provides comprehensive execution summary with status confirmation\n\n**Registry Keys Modified:**\n\n- `HKCU\\Software\\Microsoft\\Clipboard\\EnableClipboardHistory` - Disables clipboard history (set to 0)\n- `HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ScreenClipBlock\\BlockScreenClip` - Blocks screen clipping (set to 1)\n\n**Output:**\n\n- Console output with detailed findings for each clipboard-related file found\n- Count of total clipboard-related files discovered\n- Registry modification status and confirmation messages\n- Specific error messages for troubleshooting file read failures\n- Execution summary with clear formatting\n\n## Requirements\n\n- Windows 10/11 (tested on 20H2 and later)\n- PowerShell 5.0 or higher\n- **Administrator privileges required** (for registry modifications and accessing protected files)\n\n## License\n\nMIT License\n\nCopyright (c) 2025\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Disclaimer\n\nThis software is provided for educational and authorized security testing purposes only. Users are responsible for ensuring they have proper authorization before running these scripts on any system. Unauthorized access to computer systems is illegal. The authors are not responsible for any misuse or damage caused by this software.\n\n## Known Considerations\n\n- System files (like `User.dat`) may be locked by Windows processes and cannot be read while in use\n- Run in Safe Mode if you need to read all system files without locks\n- Registry modifications require administrator privileges\n- Test in non-production environment before deploying to production systems\n\n## Information Disclosure\n\n**Output Information:**\n\n- The script outputs file paths and locations of clipboard-related files\n- Error messages may include system paths and error details\n- This information can be useful for forensic analysis but should be handled carefully\n\n**Best Practices:**\n\n- Redirect output to log files with appropriate access controls\n- Be cautious when sharing console output or logs containing file paths\n- Ensure PowerShell transcript logs are stored securely\n- Consider sanitizing output paths before sharing in non-secure environments\n- Do not output sensitive data such as passwords, API keys, or authentication tokens\n- Clear PowerShell command history if running the script with sensitive context\n\n**Production Deployment:**\n\n- Review all error messages before deploying to production\n- Consider implementing structured logging instead of console output\n- Implement access controls on log files containing script output\n- Monitor and audit script execution in production environments\n\n## Credits\n\n- Inspired by: [SysHackkk](https://www.youtube.com/@SysHackkk) - [YouTube Tutorial](https://www.youtube.com/watch?v=x8GA1GnEl3o)\n\n## Author\n\nposlogica\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposlogica%2Fdigi_audit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposlogica%2Fdigi_audit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposlogica%2Fdigi_audit/lists"}