ashish-kus / minor-college-nik

College Minor Project that is a dashboard for linux system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux System Information and Vulnerability Scanner

License GitHub stars GitHub forks GitHub repo size GitHub last commit GitHub issues GitHub pull requests

πŸ” Linux System Information and Vulnerability Scanner is a powerful and user-friendly tool written in Bash that allows you to fetch comprehensive system information and vulnerabilities from your Linux system. This tool creates a data.json file containing all the relevant data, which can then be easily visualized on a web page.

Features

  • 🐧 Gather detailed system information using commands like lscpu, dmidecode, and more.
  • πŸ›‘οΈ Scan for known vulnerabilities and security issues in your Linux system.
  • πŸ“Š Generate a JSON file (data.json) to store all the collected information.
  • 🌐 Visualize system data on a web page for easy access and analysis.

Prerequisites

Before using this tool, make sure you have the following dependencies installed on your Linux system:

Installation

curl -s https://raw.githubusercontent.com/niksingh710/minor-college/master/setup | bash -s install

Uninstallation

curl -s https://raw.githubusercontent.com/niksingh710/minor-college/master/setup | bash -s uninstall
# or
cat ~/.local/share/minor-college/setup | bash -s uninstall

Update

curl -s https://raw.githubusercontent.com/niksingh710/minor-college/master/setup | bash -s update

Contributing

πŸ‘ Contributions are welcome! Please feel free to submit issues, create pull requests, or suggest improvements. Together, we can make this tool even better!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

πŸš€ Thank you for using the Linux System Information and Vulnerability Scanner! We hope you find it valuable for keeping your Linux system secure and well-informed.

About

College Minor Project that is a dashboard for linux system.

License:MIT License


Languages

Language:Shell 100.0%