Skip to content

College Minor Project that is a dashboard for linux system.

License

Notifications You must be signed in to change notification settings

niksingh710/minor-college

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

UI

The ui is built using Svelte Kit & Tailwind CSS and skeleton Screenshot Screenshot

The Repository for UI is at minor-college-ui

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages