Elliot SecOps (elliotsecops)

elliotsecops

User data from Github https://github.com/elliotsecops

Location:Localhost

Home Page:https://elliotsecops.com/

GitHub:@elliotsecops

Twitter:@ElliotSecOps

Elliot SecOps's repositories

System-Monitor

A Bash script to monitor and display real-time CPU, memory, and disk usage of your system. The script refreshes every 5 seconds and includes error handling for robustness. // Un script Bash para monitorizar y mostrar en tiempo real el uso de CPU, memoria y disco de tu sistema. El script se actualiza cada 5 segundos e incluye gestión de errores.

Packet-Capture

This script is designed to analyze network traffic captured in a .pcap file using the pyshark library. // Este script está diseñado para analizar el tráfico de red capturado en un archivo .pcap utilizando la librería pyshark.

Secure-Fortress-Linux

Fortress Linux is an automated Linux hardening solution designed to improve your system's security posture. It integrates Ansible for streamlined deployment across multiple systems and Wazuh for continuous monitoring and alerting of security threats.

Language:ShellStargazers:9Issues:1Issues:0

API-Security-Scanner

The API Security Scanner is a powerful tool designed to help developers and security professionals assess the security posture of their APIs. // API Security Scanner es una potente herramienta diseñada para ayudar a los desarrolladores y profesionales de la seguridad a evaluar el nivel de seguridad de sus APIs.

Language:GoStargazers:8Issues:1Issues:0

Docker-Security-Scanner

Minimalist yet powerful Docker security scanner implemented in Go, designed to help users identify common security issues in their running containers. The scanner checks for containers running as the root user, exposed ports, and provides a simplified check for missing security updates.

Language:GoStargazers:8Issues:1Issues:0

Network-Auditor

Script en Python diseñado para auditar e informar de las configuraciones de red del sistema en sistemas Linux. // Python script designed to audit and report system network configurations on Linux systems.

Language:PythonStargazers:8Issues:1Issues:0

Backup-To-Cloud

This script automates the backup of specified directories and uploads the backup files to an AWS S3 bucket. // Este script automatiza la copia de seguridad de los directorios especificados y carga los archivos de copia de seguridad en un bucket de AWS S3.

Language:PythonStargazers:6Issues:1Issues:0

Network-Traffic-Anomaly-Detector

a network traffic anomaly detector that captures and analyzes network packets to identify anomalous behavior. It uses machine learning techniques to detect deviations from normal traffic patterns // un detector de anomalías en el tráfico de red que captura y analiza paquetes de red para identificar comportamientos anómalos.

Language:PythonStargazers:6Issues:1Issues:0

IoTSecurityTool

Network scanning tool designed to identify IoT devices and detect vulnerabilities in them. This tool uses Nmap to scan the network and detect devices, and then runs NSE (Nmap Scripting Engine) scripts to identify known vulnerabilities.

Language:PythonStargazers:5Issues:1Issues:0

SecureAuthScanner

Tool designed to scan authentication protocols in networks, identifying possible vulnerabilities in the systems. Using the powerful capabilities of the Hydra tool, it allows authentication tests to be performed on various services, while Netcat (nc) is used to obtain additional information and evaluate the network environment.

Language:PythonStargazers:4Issues:1Issues:0

Cloud-Instance-Manager

This is a management tool designed to streamline and automate the administration of EC2 instances on AWS. With features such as instance creation, start, stop and termination, parameter validation, granular error handling and support for multiple tags. This tool ensures precise control and smooth operation in your cloud environment.

Language:GoStargazers:3Issues:1Issues:0

Config-Analyzer

A Go-based tool for analyzing and automatically fixing security misconfigurations in common service configuration files (Apache, Nginx, SSH, etc.).

Language:GoStargazers:3Issues:1Issues:0

GoDockerManager

CLI tool designed to simplify the management of Docker containers. It provides a set of commands to list, start, stop, view logs, inspect, and monitor container statistics. // herramienta CLI diseñada para simplificar la gestión de contenedores Docker. Proporciona un conjunto de comandos para listar, iniciar, detener, ver registros, inspeccionar.

Language:GoStargazers:3Issues:1Issues:0

NetInspect

NetInspector is a Python-based tool designed to analyze network packet captures. Currently, it supports extraction and analysis of HTTP, FTP and SSH packet information.

Language:PythonStargazers:3Issues:1Issues:0

DockerEC2Manager

DockerEC2Manager provides a secure and easy way to list your AWS EC2 instances using a Docker container. It leverages environment variables for credentials, eliminating the need to store sensitive information within the image. The container is flexible, allowing you to specify the AWS region, and can be further customized with optional features.

Language:PythonStargazers:2Issues:1Issues:0

GoFlowMonitor

Flexible devops web application performance monitoring system that uses Go, Prometheus and Grafana to collect, analyze and visualize metrics. // Sistema flexible de supervisión devops del rendimiento de aplicaciones web que utiliza Go, Prometheus y Grafana para recopilar, analizar y visualizar métricas.

Language:GoStargazers:2Issues:1Issues:0

GoKubeDeploy

GoKubeDeploy is a minimalist project that demonstrates how to deploy a simple Go application on Kubernetes. It focuses on creating a health checker (/healthz) that returns a JSON indicating the status of the application.

Language:GoStargazers:2Issues:1Issues:0

Log-Cleaner

Script Bash minimalista diseñado para limpiar y comprimir archivos de registro antiguos para liberar espacio en disco. // minimalistic Bash script designed to clean and compress old log files to free up disk space.

Language:ShellStargazers:2Issues:1Issues:0

Network-Analyzer

Script Go que captura y analiza el tráfico de red y paquetes en tiempo real que pasan a través de interfaces de red. // Go script that captures and analyzes real-time network traffic passing through network interfaces.

Language:GoStargazers:2Issues:1Issues:0

VulnGuard

Minimalist vulnerability scanner designed to help developers identify and mitigate security vulnerabilities in their projects.

Language:PythonStargazers:2Issues:1Issues:0

DockOps

Simplify Docker management with DockOps. Check for image updates and perform common Docker operations with easy-to-use command-line tools.

Language:GoStargazers:1Issues:0Issues:0

EKS-Terraform-Automated

This project deploys a Kubernetes cluster on AWS using EKS and Terraform.

Language:HCLLicense:MITStargazers:1Issues:1Issues:0

elliotsecops

Config files for my GitHub profile.

Go-Secure-Input

Go-Secure-Input is a Go repository dedicated to user input validation and sanitization. This project aims to provide a robust and secure implementation of validation techniques to protect applications against common attacks such as SQL Injection and Cross-Site Scripting (XSS).

Language:GoStargazers:1Issues:1Issues:0

GoLaunch

A comprehensive and secure CI/CD solution designed for seamlessly deploying Go web applications to Kubernetes. Leveraging the power of GitHub Actions and AWS, GoLaunch automates the entire software delivery lifecycle, from initial code commit to production deployment.

Language:GoStargazers:1Issues:1Issues:0

Tarea-de-Investigacion-Explorando-Git-Pt2

Continuacion de los estudios teoricos sobre Git para DevOps

Deploying-an-app-in-Kubernetes-cluster

Tarea asignada para desplegar una app sencilla en un clúster Kubernetes con Deployments y Services.

Stargazers:0Issues:0Issues:0

Optimizaci-n-Multi-Stage-con-Docker

Actividad para la comunidad 'Coding The Cloud' para mejorar las habilidades con Docker

Stargazers:0Issues:1Issues:0

Tarea-de-Investigaci-n-Explorando-Git

Tarea de Git: Clona este repo (haz un fork), completa la tarea, y sube tu respuesta al grupo Telegram.

Stargazers:0Issues:1Issues:0

Tarea-de-Investigacion-Explorando-Devops

Repo de investigaciones para estudiantes y practicantes DevOps

Stargazers:0Issues:1Issues:0