Skip to content

Handles system cleanup tasks and scans for violations of security best practices and performance detriments.

Notifications You must be signed in to change notification settings

bobby-valenzuela/LinuxRay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxRay

Handles system cleanup tasks and scans for violations of security best practices and performance detriments. By default this runs in "Reporting mode" where no system changes are made and issues are only reported.

Usage: bash LinuxRay.sh

Running in "Fix Mode" allows changes to be made to the system. Fixable issues are denoted below with "[F]"

Fix Mode: bash LinuxRay.sh -r

PERFORMANCE CHECKS

  • Top Five Processes Eating Memory
  • Top Five Processes Eating CPU
  • Running Processes attached to deleted files [F]
  • Top Five Processes that take the longest to load on boot

USAGE AND FILESYSTEM

  • Percent Used per Drive
  • Top 3 Largest Folders
  • Finding dangling softlinks (showing top 5) [F]

NETWORK AND SECURITY

  • Listening Ports
  • [SSH] PermitRootLogin [F]
  • [SSH] PasswordAuthentication [F]
  • [SSH] SSH Remote Reboot Hotkey (CTRL+ALT+DEL) [F]
  • Vulnerable to Fork Bomb [F]
  • Last password change

Note: Must run as a sudoer.

Alt text

Alt text

Alt text

About

Handles system cleanup tasks and scans for violations of security best practices and performance detriments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages