Features
This chapter covers the core features and capabilities of Audit Script Kit.
Features
- File permission auditing — detects world-readable, world-writable, and SUID/SGID files
- Open port enumeration — lists all listening ports with associated processes
- Process monitoring — flags suspicious or unexpected running processes
- Cron job auditing — reviews cron entries across all users for anomalies
- User account review — privilege escalation detection, inactive accounts, passwordless users
- Sensitive path detection — checks permissions on /etc/shadow, SSH keys, config files
- JSON output — structured output for integration with other tools or dashboards
- Configurable via JSON — enable/disable modules, set custom paths to audit
- Non-destructive — all checks are read-only, safe for production servers
Requirements
- Python 3.10+
- No external dependencies (stdlib only)
- Linux/macOS (uses OS-level APIs for permission and process checks)
Quick Start
Follow this guide to get Audit Script Kit up and running in your environment.
Quick Start
# Run all audit checks
python src/audit_script_kit.py --all
# Check file permissions on a specific path
python src/audit_script_kit.py --check permissions --path /etc
# Enumerate open ports
python src/audit_script_kit.py --check ports
# Check processes and save results
python src/audit_script_kit.py --check processes --output audit.json
Output
Console output shows a categorized audit report with severity indicators. JSON output provides structured findings per module for programmatic consumption.
🔒 Available in full product
Configuration Reference
🔒 Available in full product
License
You’ve reached the end of the free preview
Get the full Audit Script Kit and unlock everything.
All Chapters
Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.
Full Tool Suite
Access all interactive tools with complete data, all workload profiles, and the full scenario library.
Source Files
Downloadable source code, configuration files, and working examples from every chapter.
Lifetime Updates
Free updates for life. Every new chapter, tool, and improvement included.
Buy Now — $19 →
📦 Free sample included — download another copy for the full product.
Audit Script Kit v1.0.0 — Free Preview