Skip to content
View ItaloHugoMDS's full-sized avatar
Block or Report

Block or report ItaloHugoMDS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ItaloHugoMDS/README.md

Hello there, I'm Ítalo Hugo.

Welcome! 👋😁


👾 Projects

🐍 Python

🖥️ Bash

  • Updating and Upgrading in Bash: A simple bash program to update and upgrade a Debian-based distro and generate an error log in case any problem occurs during the process.

🔤 C

  • Simon Game Project: This is a replication of Simon's game, it was done using a PIC microcontroller, debugged and tested using Proteus' software simulator, and compiled using XC8 compiler running on MPLAB X. (You can watch the project in action by checking out the Project's video)

🔒 Cybersecurity

  • Incident Reports: This project is a skill showcase for the cybersecurity activity of reporting incidents. Prompts with information about the incidents are provided, as well as data for the analysis, and reports were generated with all the gathered information during the process of responding to the incident.

  • Footprint with Python: This project showcases a tool used for footprinting web applications by retrieving the application's headers. For this showcase, the tool was used to footprint an application running within a Docker's container. The image used was a OWASP WebGoat container running on Docker.

  • Encryption and Decryption with Python: This project displays tools, written in python, used to encrypting and decrypting file with the RSA method. The encryption process is done using all the standard methods described by NIST. Making use of OAEP for padding and using SHA256 as the main hash algorithm, for both the padding and password storage.

  • Encryption and Decryption of Big Data with Python: This repository contains tools for encrypting and decrypting any file using a hybrid encryption method, making use of symmetric AES 256 and asymmetric RSA encryption.

  • Assessing and Reporting Vulnerabilities: This repository presents a skill showcase for the activity of assessing and reporting vulnerabilities within a given system and/or asset(s).

  • Traffic Analysis and Threat Hunting: In this project, a detailed report was created from a pcap containing malicious traffic generated by a malware infection. This report describes many details regarding the infection in a simple manner and uses a lot of visual aid. The repository is also a skill showcase for traffic analysis using Wireshark and threat hunting.

  • Analyzing Alerts with ELK Stack: In this repo, an in-depth report was created based on an investigation made from a security event. Tools, such as Sguil and ELK Stack were used to assess alerts and analyze logs. The report contains a detailed explanation with lots of visual aid for better understanding.

🗃️ SQL

  • Querying with SQL: Here you can find a skill showcase for the use of SQL language to perform queries within a database. This repository contains a number of queries using many methods for filtering, ordering, and joining tables. All performed using SQL language within an instance of MariaDB application.

💻📞 Getting in touch:

Italo Hugo | Gmail     Italo Hugo | LinkedIn

Pinned Loading

  1. Basic_server_health_check Basic_server_health_check Public

    A python script that can be run to check for basic status of the health of the up running server.

    Python

  2. Updating_and_Upgrading_in_Bash Updating_and_Upgrading_in_Bash Public

    This bash program automates the process of updating and upgrading a debian base distro. The program assumes that user has root privileges to execute the script.

    Shell

  3. Simon-Game-Project---PIC18F4520---Milford-4x20-BKP Simon-Game-Project---PIC18F4520---Milford-4x20-BKP Public

    This is the C code to the Simon Game project. The software was compiled using the XC8 compiler in the MPLAB X (v.5.50) platform. The hardware of this project was created and tested on the Proteus (…

    C 1 1

  4. Incident_Reports Incident_Reports Public

    This repository is a skill showcase for the cybersecurity activity of reporting incidents.

  5. Footprinting_with_Python Footprinting_with_Python Public

    This project contains a tool used for footprinting web applications by retrieving the application's headers. It is also a skill showcase. For this showcase, the tool was used to footprint an applic…

    Python 1

  6. Encryption_and_Decryption_with_Python Encryption_and_Decryption_with_Python Public

    This project contain tools for encryption and decryption using RSA technique. It is also a skill showcase for the use of encryption for protection.

    Python 1