Skip to content

an audit tool, providing essential security checks and information about the system's network, vulnerabilities, compliance, and configuration. It utilizes popular tools such as nmap and hydra to conduct network scans and vulnerability assessments. Results are organized into a dedicated directory.

License

Notifications You must be signed in to change notification settings

CPScript/sys-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Example:

an example using github-codespace

sss.webm

Basic Audit(s):

  • Network Scan: Performs a ping sweep on a specified IP range.
  • Vulnerability Assessment: Checks for vulnerabilities using nmap scripts.
  • Compliance Check: Examines SSH compliance and tests for weak passwords using hydra.
  • System Information Collection: Gathers essential system information like hostname, OS, kernel version, and uptime.
  • Password Policy Check: Reviews the password policy settings on the system.
  • Firewall Status Check: Reports the status of the firewall using ufw.
  • Audit Report Generation: Compiles all findings into a neatly formatted report.

Host system Audit(s):

  • System Configuration:
  • System Performance:
  • System security:
  • System Backup:
  • System Restore:
  • System Update:

required dependencies

Before running the script, ensure you have the following tools installed on your system:

  • bash
  • nmap
  • hydra
  • ufw (Uncomplicated Firewall)

You can install these tools on Debian-based systems using:

sudo apt update
sudo apt install nmap hydra ufw

About

an audit tool, providing essential security checks and information about the system's network, vulnerabilities, compliance, and configuration. It utilizes popular tools such as nmap and hydra to conduct network scans and vulnerability assessments. Results are organized into a dedicated directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages