{"id":25001515,"url":"https://github.com/codeterrayt/agent-less-windows-system-vulnerability-and-network-scanner","last_synced_at":"2026-02-08T08:33:13.651Z","repository":{"id":274468447,"uuid":"923001143","full_name":"codeterrayt/Agent-less-Windows-System-Vulnerability-and-Network-Scanner","owner":"codeterrayt","description":"Bat Script to collect system and network information from Windows machines without external agents. Ideal for vulnerability assessment and network analysis","archived":false,"fork":false,"pushed_at":"2025-01-27T13:43:55.000Z","size":7,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-18T17:43:06.289Z","etag":null,"topics":["batch-script","cybersecurity","cybersecurity-projects","cybersecurity-tools","ethical-hacking-tools","hacking-tools","network-security-tool","osint-tool","penetration-testing-tools","security-auditing-tool","security-monitoring-and-logging","vulnerability-scanning-tools","windows-security"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","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/codeterrayt.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-01-27T13:28:33.000Z","updated_at":"2025-08-11T12:18:15.000Z","dependencies_parsed_at":"2025-01-27T14:37:00.756Z","dependency_job_id":"a541bcd7-e0f2-4177-bc1c-2b489e0b4ff2","html_url":"https://github.com/codeterrayt/Agent-less-Windows-System-Vulnerability-and-Network-Scanner","commit_stats":null,"previous_names":["codeterrayt/agent-less-windows-system-vulnerability-and-network-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codeterrayt/Agent-less-Windows-System-Vulnerability-and-Network-Scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeterrayt%2FAgent-less-Windows-System-Vulnerability-and-Network-Scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeterrayt%2FAgent-less-Windows-System-Vulnerability-and-Network-Scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeterrayt%2FAgent-less-Windows-System-Vulnerability-and-Network-Scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeterrayt%2FAgent-less-Windows-System-Vulnerability-and-Network-Scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeterrayt","download_url":"https://codeload.github.com/codeterrayt/Agent-less-Windows-System-Vulnerability-and-Network-Scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeterrayt%2FAgent-less-Windows-System-Vulnerability-and-Network-Scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29225477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T06:05:31.539Z","status":"ssl_error","status_checked_at":"2026-02-08T05:58:33.853Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["batch-script","cybersecurity","cybersecurity-projects","cybersecurity-tools","ethical-hacking-tools","hacking-tools","network-security-tool","osint-tool","penetration-testing-tools","security-auditing-tool","security-monitoring-and-logging","vulnerability-scanning-tools","windows-security"],"created_at":"2025-02-04T20:35:24.190Z","updated_at":"2026-02-08T08:33:13.629Z","avatar_url":"https://github.com/codeterrayt.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent-less Windows System Vulnerability and Network Scanner\n\nThis is an open-source batch script designed to scan and collect system and network information from a Windows machine without requiring any external agents or software installations. The script gathers a wide range of data, including system information, installed software, network configurations, and more, which can be useful for vulnerability assessment and network analysis.\n## Features\n\nThe script collects various system and network details, including but not limited to:\n\n- **System Information**: Detailed system specifications and environment variables.\n- **DotNet Framework Versions**: Installed .NET Framework versions.\n- **AMSI Providers**: Registered Anti-Malware Scan Interface (AMSI) providers.\n- **Registered Antivirus**: Details of installed antivirus software.\n- **Audit Policies**: Active audit policy configurations.\n- **Auto-Run Executables**: Programs configured to run at startup.\n- **Firewall Rules**: Configured Windows Firewall rules.\n- **Windows Defender Settings**: Registry settings and exclusions for Windows Defender.\n- **Personal Certificates**: Exported `.pfx` certificates from user profiles.\n- **User Folders**: File listings from the Downloads, Documents, and Desktop directories.\n- **Installed Updates and Hotfixes**: Installed updates and hotfixes via WMI.\n- **Local Users and Groups**: Details about users and local groups on the system.\n- **Network Information**: ARP table, DNS cache, active connections, and open ports.\n- **RDP Connections and Settings**: Remote Desktop configuration and connection details.\n- **Secure Boot Configuration**: Bootloader settings.\n- **PowerShell History**: Command history from the PowerShell console.\n\n## Usage\n\n1. Clone the repository to your local system:\n   ```bash\n   git clone https://github.com/codeterrayt/Agent-less-Windows-System-Vulnerability-and-Network-Scanner.git\n   ```\n2. Navigate to the directory:\n   ```bash\n   cd Agent-less-Windows-System-Vulnerability-and-Network-Scanner\n   ```\n3. Run the script with administrative privileges:\n   - Right-click on `Agent-less Windows System Vulnerability and Network Scanner.bat` and select **Run as Administrator**.\n   - Alternatively, open a Command Prompt as Administrator and execute:\n     ```cmd\n     Agent-less Windows System Vulnerability and Network Scanner.bat\n     ```\n\n4. After execution, the output files will be stored in the `_output` directory within the script's directory.\n\n## Output\n\nThe script generates a structured directory containing text files and registry exports that include:\n\n- System configuration and software details.\n- Network settings and vulnerabilities.\n- Active security configurations and policies.\n- system_info.txt: Detailed system information.\n- dotnet_versions.txt: Installed .NET Framework versions.\n- amsi_providers.txt: AMSI providers registered on the system.\n- registered_antivirus.txt: List of registered antivirus products.\n- audit_policy_settings.txt: Audit policy settings.\n- auto_run_executables.txt: Executables set to run at startup.\n- firewall_rules.txt: Firewall rules.\n- Windows Defender\\: Directory containing Windows Defender settings and exclusions.\n- personal_certificates.txt: Personal certificates stored on the system.\n- environment_variables.txt: Environment variables.\n- user_folders_*.txt: Lists of files in user folders (Downloads, Documents, Desktop).\n- file_information_*.txt: File information and versions.\n- installed_hotfixes.txt: Installed hotfixes.\n- installed_products.txt: Installed software products.\n- local_group_policy_settings.html: Local group policy settings.\n- local_groups.txt: Local groups.\n- local_users.txt: Local users.\n- installed_updates.txt: Installed updates.\n- ntlm_authentication_settings.txt: NTLM authentication settings.\n- rdp_connections.txt: RDP connections.\n- remote_desktop_settings.reg: Remote desktop settings.\n- secure_boot_configuration.txt: Secure boot configuration.\n- sysmon_configuration.reg: Sysmon configuration.\n- uac_system_policies.reg: UAC system policies.\n- windows_defender_exclusions.txt: Windows Defender exclusions.\n- powershell_console_history.txt: PowerShell console history.\n- arp_table.txt: ARP table.\n- dns_cache.txt: DNS cache.\n- network_profiles.txt: Network profiles.\n- network_shares.txt: Network shares.\n- tcp_udp_connections.txt: TCP/UDP connections.\n- rpc_endpoints.txt: RPC endpoints.\n- open_ports.txt: Open ports.\n\n## Prerequisites\n\n- **Administrator Privileges**: The script requires elevated privileges to access sensitive system and network settings.\n- **Windows Environment**: This script is compatible with Windows operating systems.\n\n## Disclaimer\n\nThis tool is intended for educational and authorized use only. The developers are not responsible for any misuse or damage caused by this script.\n\n## Contribution\n\nContributions are welcome! Feel free to fork the repository and submit pull requests.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Support\nIf you find this project useful, please consider giving it a ⭐️ on GitHub!\n---\n\n**Developed with ❤️ by CodeTerrayt**  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeterrayt%2Fagent-less-windows-system-vulnerability-and-network-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeterrayt%2Fagent-less-windows-system-vulnerability-and-network-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeterrayt%2Fagent-less-windows-system-vulnerability-and-network-scanner/lists"}