Skip to content
View drone911's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report drone911

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
drone911/README.md

Hi there πŸ‘‹

This is Jigar Patel (He/Him πŸ‘¦)

  • 🐊 Recent CS Master's graduate from University of Florida with a focus on Software Development and Cybersecurity (3.8 GPA).
  • πŸš… AWS Solutions Architect Associate with ample exposure to C++, Python, Java, C#, Go, Bash, React, Spring, Flask, and Node.js.
  • πŸ±β€πŸ‘€ Currently working on a QuoteOtaku {React, Spring Boot, ElasticSearch, Kafka}: A reverse search engine on Anime quotes.
  • 🐐 I recently deployed CodeCloak {React, Nodejs, Redux, Docker}: A web tool that let's penetration testers identify what code/binary signatures are being caught by antivirus's.
  • 🌳 My implementation of Red Black Tree and Priority Heap in C++ for a book reservation system named Gator Library.
  • πŸš€ Competitive solutions in C++, Python, Java, and Rust for problems on www.codechef.com and www.leetcode.com.
  • πŸ”— Here are some of my professional (public) contributions in Python and Javascript as an Incident Response SDE πŸ›‘πŸ»β€πŸ›‘ for Palo Alto Networks' Cortex XSOAR:
  • 🧨 Malware reports that I wrote for my Malware Reverse Engineering course with admittedly quirky titles 🀑:
    (1) Lockbit 2.0
    (2) PWS.Win32/Fareit
    (3) Adware.Outbrowse/Bundler
    (4) Trojan.Boba/NetwireDRC
  • πŸ‘€ I recently worked on Reverse Engineering and Fuzzing Samsung 5G Baseband Processor Firmware using NSA's Ghidra πŸ‰ and Renouned American Fuzzy Lop++. Links: Baseband Firmware | Reversed Code Skeleton
  • 🦠 Checkout my pentesting reports for a virtual business Art's Tailor Shoppe πŸ‘” owned by a Invicible's Art Rosenbaum.
  • πŸ§™β€β™‚οΈ Ask me about πŸ‘ Problem Solving & Optimization πŸ‘ Web πŸ‘ Cloud πŸ‘ Networks πŸ‘ AI/ML πŸ‘ Pentesting πŸ‘ Malware Analysis and more.
  • πŸ‘¨πŸ”§ I am resourceful, πŸ––πŸΌ helpful, and excel in root-cause analysis πŸ€ΉπŸΌβ€β™‚οΈ.

OS:Ubuntu OS:WSL OS:Windows10 IDE:VS IDE:VSCode IDE:IDEA

Pinned Loading

  1. Competitive Competitive Public

    Contains some of my solutions to coding problems from CodeChef and LeetCode in C++, Python and Rust. Some solutions are incomplete.

    C++ 1

  2. FileLockSocket FileLockSocket Public

    FileLockSocket is a command-line tool designed for the secure transfer of files using UNIX sockets. It harnesses the power of OpenSSL's cryptographic capabilities to ensure file integrity and security

    C++

  3. TransFormPix TransFormPix Public

    Perform Affine transforms (shearing, rotation, scaling, and translation) on Images.

    JavaScript

  4. GalaTagging GalaTagging Public

    Auto-tag images of the Gala (hackerearth challenge) Rank: 205

    Python

  5. arts-pentesing-reports arts-pentesing-reports Public

    Pentesting reports for a virtual business Art's Tailor Shoppe πŸ‘”

    1

  6. GatorLibrary GatorLibrary Public

    Books and reservations managment using Red Black Trees and Min Binary Heaps for my Advanced Data Structures Course.

    C++