Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxdox/it-asssurance
A collection of scripts and commands for assessing and securing IT environments.
https://github.com/oxdox/it-asssurance
database network-devices operating-systems pentesting vapt
Last synced: about 1 month ago
JSON representation
A collection of scripts and commands for assessing and securing IT environments.
- Host: GitHub
- URL: https://github.com/oxdox/it-asssurance
- Owner: OxDoX
- License: other
- Created: 2024-09-13T08:54:14.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T11:18:41.000Z (2 months ago)
- Last Synced: 2024-10-13T02:05:41.076Z (about 1 month ago)
- Topics: database, network-devices, operating-systems, pentesting, vapt
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# IT Assurance Scripts Repository
Welcome to the **IT Assurance** repository! This repository is a collection of scripts, commands, and tools used for reviewing and assessing IT environments. These resources are primarily focused on the following areas:
- **Network Security**: Scripts and commands for reviewing network configurations and security.
- **Operating Systems (OS)**: Tools for auditing and assessing OS-level security and configuration.
- **Database Security**: Scripts for assessing database security controls and configurations.
- **Vulnerability Assessment & Pentesting**: Scripts and methodologies for vulnerability scans and penetration tests.## Contents
### 1. Network Security
In the `network-security/` folder, you will find:
- Network configuration review scripts.
- Firewall and port scanning tools.
- Network monitoring and analysis commands.### 2. Operating Systems (OS)
In the `os-security/` folder, you will find:
- Scripts for auditing Linux and Windows environments.
- Configuration reviews and compliance checks.
- User and permission audits.### 3. Database Security
In the `database-security/` folder, you will find:
- SQL queries for assessing database user privileges.
- Scripts for auditing database configurations and security controls (e.g., Oracle, MySQL, PostgreSQL).
- Tools for database vulnerability assessments.### 4. Vulnerability Assessment & Pentesting
In the `vulnerability-assessment/` folder, you will find:
- Automated scripts for common vulnerability scans (e.g., using tools like `nmap`, `OpenVAS`, etc.).
- Manual pentesting scripts for common attack vectors.
- Documentation and methodologies for conducting assessments.## How to Use
1. **Clone the Repository**:
Clone the repository to your local machine:
```bash
git clone https://github.com/OxFDoX/IT-assurance.git