Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/druffko/osis-cli

Commandline Open Source IP Scanner
https://github.com/druffko/osis-cli

Last synced: 3 months ago
JSON representation

Commandline Open Source IP Scanner

Awesome Lists containing this project

README

        

![Repo-Image](https://druffko.gg/github-images/osis-cli.png)

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/druffko/osis-cli?include_prereleases)

![Java Version](https://img.shields.io/badge/java-17-brightgreen)
![GitHub last commit](https://img.shields.io/github/last-commit/druffko/osis-cli)
![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-cli/total)
![GitHub closed issues](https://img.shields.io/github/issues-closed/druffko/osis-cli)
![GitHub issues](https://img.shields.io/github/issues/druffko/osis-cli)

OSIS-CLI



OSIS-CLI allows you to scan your network for all used IPs in a defined subnet by using it's simple commandline interface.


---

## Table of Contents
- [About](#about)
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

---

## About

OSIS-CLI allows you to scan your network for all used IPs in a defined subnet by using it's simple commandline interface.

---

## 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-cli/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/osis-cli

Feel free to reach out if you have any questions or suggestions!