Projects

Here is all my relevant work. Unless strictly stated otherwise, all projects were completely done by me.

Hawk

2021


Python tool developed to perform recon and offensive-security tasks. This project is a CLI program intended to be used on Linux systems.


Apart from SYN, UDP, ACK, TCP and complete scans, it also supports network administration and troubleshooting utilities such as interface configuration, DNS checks, ping and traceroute. Other features include exploits, vulnerability reconnaissance, subdomain enumeration, packet sniffing, IP spoofing, MAC spoofing and others.


This project is licensed under the MIT License.



Technologies

  • Python
  • Nmap
  • Socket
  • Scapy
  • Linux

Face mask detection system

2021


Computer vision and machine learning application implemented in Python to detect masks in one or more faces.


Supports detection on static images and webcam video streams. Libraries such as TensorFlow, Keras and OpenCV were used in this project.


This project is licensed under the MIT License.



Technologies

  • Python
  • TensorFlow
  • Keras
  • OpenCV

Linkedin Bot

2021


Small automation bot for Linkedin. This web scraping script enters the platform with a given username and password, and then asks for new connections.



Technologies

  • Python
  • Selenium

CBIR system

2020


Image processing and computer vision application developed in Python and with OpenCV implemented. This content-based image retrieval system uses the histogram of each image as descriptor.



Technologies

  • Python
  • OpenCV