{"id":24312815,"url":"https://github.com/amir13872/usb-control-application","last_synced_at":"2026-02-16T02:01:59.311Z","repository":{"id":272745491,"uuid":"914853571","full_name":"amir13872/USB-Control-Application","owner":"amir13872","description":"The USB Control Application is designed to monitor and manage USB device connections, ensuring unauthorized access is prevented through password protection and a whitelist of trusted devices. This application enhances security by controlling USB access based on user-defined settings.","archived":false,"fork":false,"pushed_at":"2025-01-16T10:34:00.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T22:24:19.055Z","etag":null,"topics":["hacking","monitoring","security","security-tools","usb"],"latest_commit_sha":null,"homepage":"","language":"C#","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/amir13872.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}},"created_at":"2025-01-10T12:51:29.000Z","updated_at":"2025-04-15T08:59:02.000Z","dependencies_parsed_at":"2025-01-16T12:10:52.571Z","dependency_job_id":"7e031361-9868-4ef5-ab30-81686f5d97df","html_url":"https://github.com/amir13872/USB-Control-Application","commit_stats":null,"previous_names":["amir13872/usb-control-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amir13872/USB-Control-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir13872%2FUSB-Control-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir13872%2FUSB-Control-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir13872%2FUSB-Control-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir13872%2FUSB-Control-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amir13872","download_url":"https://codeload.github.com/amir13872/USB-Control-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amir13872%2FUSB-Control-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29498348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T01:48:08.113Z","status":"online","status_checked_at":"2026-02-16T02:00:08.638Z","response_time":115,"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":["hacking","monitoring","security","security-tools","usb"],"created_at":"2025-01-17T08:30:13.573Z","updated_at":"2026-02-16T02:01:59.279Z","avatar_url":"https://github.com/amir13872.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# USB Control Application\n\n## Overview\nThe USB Control Application is designed to monitor and manage USB device connections, ensuring unauthorized access is prevented through password protection and a whitelist of trusted devices. This application enhances security by controlling USB access based on user-defined settings.\n\n## Features\n- **USB Device Monitoring**: Detects new USB device connections and checks against a whitelist.\n- **Password Protection**: Requests a password for unauthorized devices and validates it securely.\n- **Whitelist Management**: Allows users to add or remove devices from a trusted list.\n- **Logging**: Records all activities related to USB connections and password validation in a log file.\n- **User Interface**: Provides a user-friendly interface for managing settings and monitoring device status.\n\n## Project Structure\n```\nUSBControlApp\n├── src\n│   ├── Program.cs\n│   ├── App.xaml.cs\n│   ├── Views\n│   │   ├── MainWindow.xaml\n│   │   ├── MainWindow.xaml.cs\n│   │   ├── PasswordPrompt.xaml\n│   │   ├── PasswordPrompt.xaml.cs\n│   │   ├── SettingsWindow.xaml\n│   │   ├── SettingsWindow.xaml.cs\n│   └── Models\n│       ├── Device.cs\n│       ├── LogEntry.cs\n│       └── Config.cs\n├── Config\n│   └── config.json\n├── Logs\n│   └── log.json\n├── USBControlApp.csproj\n├── appsettings.json\n└── README.md\n```\n\n## Setup Instructions\n1. **Clone the Repository**: \n   ```\n   git clone https://github.com/amir13872/USB-Control-Application.git\n   ```\n2. **Navigate to the Project Directory**:\n   ```\n   cd USBControlApp\n   ```\n3. **Build the Project**: Use your preferred IDE or command line to build the project.\n4. **Run the Application**: Execute the application to start monitoring USB devices.\n\n## Usage Guidelines\n- Upon starting the application, ensure to configure the initial settings, including the password and trusted devices.\n- Monitor the application for any unauthorized USB connections and respond to password prompts as necessary.\n- Regularly check the log file for a history of USB activities and password validation attempts.\n\n## Contributing\nContributions are welcome! Please submit a pull request or open an issue for any enhancements or bug fixes.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir13872%2Fusb-control-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famir13872%2Fusb-control-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famir13872%2Fusb-control-application/lists"}