{"id":25646293,"url":"https://github.com/awiones/nescan","last_synced_at":"2025-04-15T13:53:50.990Z","repository":{"id":255508425,"uuid":"850904515","full_name":"awiones/NEScan","owner":"awiones","description":"NEScan is a fast and reliable network scanning tool for identifying devices, open ports, and potential vulnerabilities.","archived":false,"fork":false,"pushed_at":"2025-03-17T10:06:36.000Z","size":1491,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:46:40.953Z","etag":null,"topics":["cybersecurity","network-analysis","network-scanner","network-tools","port-scanning","scanner","vulnerability-assessment"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awiones.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2024-09-02T03:56:53.000Z","updated_at":"2025-03-17T10:06:40.000Z","dependencies_parsed_at":"2024-09-05T21:37:41.549Z","dependency_job_id":"f21c6dff-1b0d-4caf-a5e1-109d4d2ba95e","html_url":"https://github.com/awiones/NEScan","commit_stats":null,"previous_names":["awiones/nescan"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awiones%2FNEScan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awiones%2FNEScan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awiones%2FNEScan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awiones%2FNEScan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awiones","download_url":"https://codeload.github.com/awiones/NEScan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085475,"owners_count":21210267,"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":["cybersecurity","network-analysis","network-scanner","network-tools","port-scanning","scanner","vulnerability-assessment"],"created_at":"2025-02-23T10:27:06.271Z","updated_at":"2025-04-15T13:53:50.984Z","avatar_url":"https://github.com/awiones.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEScan\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/awiones/NEScan/blob/main/assets/img/logo1.jpg\" alt=\"NEScan Banner\" width=\"400px\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e \n  \n  [![GitHub stars](https://img.shields.io/github/stars/awiones/NEScan?style=social)](https://github.com/awiones/NEScan/stargazers)\n  [![GitHub watchers](https://img.shields.io/github/watchers/awiones/NEScan?style=social)](https://github.com/awiones/NEScan/watchers)\n  [![GitHub forks](https://img.shields.io/github/forks/awiones/NEScan?style=social)](https://github.com/awiones/NEScan/network/members)\n  [![GitHub issues](https://img.shields.io/github/issues/awiones/NEScan)](https://github.com/awiones/NEScan/issues)\n  [![GitHub pull requests](https://img.shields.io/github/issues-pr/awiones/NEScan)](https://github.com/awiones/NEScan/pulls)\n  \n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \n  [![GitHub license](https://img.shields.io/github/license/awiones/NEScan)](https://github.com/awiones/NEScan/blob/main/LICENSE)\n  [![GitHub last commit](https://img.shields.io/github/last-commit/awiones/NEScan)](https://github.com/awiones/NEScan/commits/main)\n  [![Build Status](https://img.shields.io/badge/build-passing-brightgreen)](https://github.com/awiones/NEScan/actions)\n  [![Platform](https://img.shields.io/badge/platform-linux%20%7C%20windows-blue)](#)\n  \n\u003c/div\u003e\n\n---\n\nNEScan is a lightweight and efficient network scanner designed to identify devices and analyze vulnerabilities across a network. It is suitable for professionals and hobbyists looking to monitor and secure their networks.\n\n## Features\n- **Fast and Accurate Scanning**: Quickly identify all active devices in the network.\n- **Port Scanning**: Detect open ports and associated services.\n- **Vulnerability Detection**: Identify common security vulnerabilities.\n\n## Installation\nTo get started with NEScan, follow these steps:\n\n```bash\n# Clone the repository\ngit clone https://github.com/awiones/NEScan.git\n\n# Navigate to the directory\ncd NEScan\n\n# Install dependencies\npip install -r requirements.txt\n```\n\n## Usage\nHere are some basic examples of how to use NEScan:\n\n\n```bash\n# Scan a specific IP address\npython NEScan.py --target 192.168.1.1\n\n# Scan an entire subnet\npython NEScan.py --target 192.168.1.0/24\n\n# Export results to a file\npython NEScan.py --target 192.168.1.0/24 --output results.json\n\n# Enable verbose mode for detailed logs\npython NEScan.py --target 192.168.1.0/24 --verbose\n```\n\n## Don't know how to use the API?\nCheck out the discussion: [How to Add API on NEScan](https://github.com/awiones/NEScan/discussions/2).\n\n## Screenshot\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/awiones/NEScan/blob/main/assets/img/screenshoot.PNG\" alt=\"NEScan Screenshot\" width=\"800px\"\u003e\n\u003c/div\u003e\n\n## Contributing\nWe welcome contributions! Please check the [CONTRIBUTING.md](https://github.com/awiones/NEScan/blob/main/CONTRIBUTING.md) for guidelines.\n\nTo contribute:\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes and submit a pull request.\n\n## License\nThis project is licensed under the [GNU V3.0 License](https://github.com/awiones/NEScan/blob/main/LICENSE).\n\n## Support\nIf you encounter any issues or have questions, feel free to:\n- Open an [issue](https://github.com/awiones/NEScan/issues).\n- Reach out via [discussions](https://github.com/awiones/NEScan/discussions).\n\n## Links\n- [Repository](https://github.com/awiones/NEScan)\n- [Issues](https://github.com/awiones/NEScan/issues)\n- [Pull Requests](https://github.com/awiones/NEScan/pulls)\n- [Changelog](https://github.com/awiones/NEScan/blob/main/NEScan%20Changelog%20Series.md)\n- [Usage](https://github.com/awiones/NEScan/blob/main/usage.md)\n\n---\n\nMaintained with ❤️ by [awiones](https://github.com/awiones).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawiones%2Fnescan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawiones%2Fnescan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawiones%2Fnescan/lists"}