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

https://github.com/cpscript/sys-audit

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.
https://github.com/cpscript/sys-audit

audit bash darwin debug easy-audit linux shell system-design system-programming systems sytem termux

Last synced: 6 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

## Features

### Example:
> an example using github-codespace

[sss.webm](https://github.com/user-attachments/assets/64e8283e-4cbc-4a7d-8c25-320a930eaa6f)

### 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:

```bash
sudo apt update
sudo apt install nmap hydra ufw