Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/druffko/osis
Open Source IP Scanner
https://github.com/druffko/osis
Last synced: 3 months ago
JSON representation
Open Source IP Scanner
- Host: GitHub
- URL: https://github.com/druffko/osis
- Owner: druffko
- License: gpl-3.0
- Created: 2024-08-28T09:47:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T15:18:45.000Z (5 months ago)
- Last Synced: 2024-08-29T16:56:46.972Z (5 months ago)
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Repo-Image](https://druffko.gg/github-images/osis.png)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/druffko/osis?include_prereleases)
![Java Version](https://img.shields.io/badge/java-17-brightgreen)
![GitHub last commit](https://img.shields.io/github/last-commit/druffko/osis)
![Java Version](https://img.shields.io/badge/build-passing-brightgreen)
![Java Version](https://img.shields.io/badge/PRs-welcome-brightgreen)
![GitHub All Releases](https://img.shields.io/github/downloads/druffko/osis/total)
![GitHub closed issues](https://img.shields.io/github/issues-closed/druffko/osis)
![GitHub issues](https://img.shields.io/github/issues/druffko/osis)
OSIS
OSIS allows you to scan your network for all used IPs in a defined subnet by using it's simple GUI.
---
## Table of Contents
- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)---
## About
OSIS allows you to scan your network for all used IPs in a defined subnet by using it's simple GUI.
---
## Features
- ✅ Simple IP Scanning of a desired subnet
- ✅ Results with hostnames for identification
- ✅ Open-Source & Free---
## Installation
### Download the latest version
To start off, please head to the [releases page](https://github.com/druffko/osis/releases) and download a pre-built jar file.
*If you don't trust me for some reason, feel free to download the latest released source code and build it your self.*
### Launch the application
Launch the application using your terminal. Most of the time it's the following command:
`java -jar osis.jar`
---
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature-name`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-name`)
5. Open a pull request---
## License
This project is licensed under the [GNU 3.0 License](LICENSE).
---
## Contact
- **druffko** - [@druffko](https://twitter.com/druffko) - [email protected]
- **Project Link** - https://github.com/druffko/osisFeel free to reach out if you have any questions or suggestions!