Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipealfonsog/netscanssh
NetScanSSH is a Python script for scanning local networks to detect devices with open SSH ports, providing their hostnames and corresponding IP addresses.
https://github.com/felipealfonsog/netscanssh
netscan network scanning-tool
Last synced: 23 days ago
JSON representation
NetScanSSH is a Python script for scanning local networks to detect devices with open SSH ports, providing their hostnames and corresponding IP addresses.
- Host: GitHub
- URL: https://github.com/felipealfonsog/netscanssh
- Owner: felipealfonsog
- License: bsd-3-clause
- Created: 2024-05-09T09:22:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T09:56:36.000Z (3 months ago)
- Last Synced: 2024-08-24T10:55:39.956Z (3 months ago)
- Topics: netscan, network, scanning-tool
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NetScanSSH
NetScanSSH is a versatile Python tool designed to facilitate network administrators or security analysts in identifying and managing devices within their local network environment. By leveraging ARP scanning techniques, the script swiftly detects active devices, filtering out those with open SSH ports. Upon discovery, it retrieves the hostname associated with each device's IP address, providing comprehensive insights into network topology. With its intuitive interface and rapid execution, NetScanSSH empowers users to streamline network reconnaissance tasks, enhancing overall network security and management efficiency.* This is currently an experimental phase where the primary focus is on making the system functional and establishing a practical and logical pathway that aligns with both my vision and the project's goals. It might contain errors, bugs, etc. Many other non-core elements of the project are considered secondary.
![Version](https://img.shields.io/github/release/felipealfonsog/NetScanSSH.svg?style=flat&color=blue)
![Main Language](https://img.shields.io/github/languages/top/felipealfonsog/NetScanSSH.svg?style=flat&color=blue)
[![Open Source? Yes!](https://badgen.net/badge/Open%20Source%20%3F/Yes%21/blue?icon=github)](https://github.com/Naereen/badges/)[![BSD 3-Clause License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Vim Powered](https://img.shields.io/badge/Vim-Powered-%2311AB00.svg?logo=vim&logoColor=white)](https://www.vim.org)
[![VS Code Powered](https://img.shields.io/badge/VS%20Code-Powered-%23007ACC.svg?logo=visualstudiocode&logoColor=white)](https://code.visualstudio.com/)#
#### π Contact the Creator and Engineer Behind This Project
π¨βπ» **Felipe Alfonso GonzΓ‘lez**
π§ Email: [[email protected]](mailto:[email protected])
π¦ x (Twitter): [@felipealfonsog](https://twitter.com/felipealfonsog)
π GitHub: [felipealfonsog](https://github.com/felipealfonsog)
π License: BSD 3-Clause#
#### π€ Support and Contributions
If you find this project helpful and would like to support its development, there are several ways you can contribute:
- **Code Contributions**: If you're a developer, you can contribute by submitting pull requests with bug fixes, new features, or improvements. Feel free to fork the project (development branch) and create your own branch to work on.
- **Bug Reports and Feedback**: If you encounter any issues or have suggestions for improvement, please open an issue on the project's GitHub repository. Your feedback is valuable in making the project better.
- **Documentation**: Improving the documentation is always appreciated. If you find any gaps or have suggestions to enhance the project's documentation, please let me know.[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%E2%98%95-FFDD00?style=flat-square&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/felipealfonsog)
[![PayPal](https://img.shields.io/badge/Donate%20with-PayPal-00457C?style=flat-square&logo=paypal&logoColor=white)](https://www.paypal.me/felipealfonsog)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsor%20me%20on-GitHub-%23EA4AAA?style=flat-square&logo=github-sponsors&logoColor=white)](https://github.com/sponsors/felipealfonsog)Your support and contributions are greatly appreciated! Thank you for your help in making this project better. If you need to mail me, this is the way: [email protected] (I'm Felipe, the Computer Science Engineer behind this idea. Cheers!)
#### π License
This project is licensed under the [BSD 3-Clause License](LICENSE). It will have some restrictions, ask about it.