Skip to content
View sudoaza's full-sized avatar
  • Buenos Aires, Argentina
Block or Report

Block or report sudoaza

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

Hi there

Feel free to look around and fork my repos

  • 🎩 I'm a big fan of data science, machine learning and hacking.
  • 👨‍💻 I code mostly using Python and Ruby on Rails.
  • My current interests revolve around malware reverse engineering and machine learning.

Pinned

  1. CTF_writeups CTF_writeups Public

    Collection of CTF writeups

  2. bof bof Public

    Simple tool to detect and exploit buffer overflows.

    Python 5

  3. CVE-2022-30190 CVE-2022-30190 Public

    MS-MSDT Follina CVE-2022-30190 PoC document generator

    HTML 8 2

  4. HTTP Smuggler based on https://ports... HTTP Smuggler based on https://portswigger.net/blog/http-desync-attacks-request-smuggling-reborn
    1
    #!/usr/bin/env python3
    2
    import socket
    3
    import sys
    4
    import ssl
    5
    import argparse
  5. RITSEC CTF 2022 - Crypto - Bad AES RITSEC CTF 2022 - Crypto - Bad AES
    1
    """
    2
    # RITSEC CTF 2022 - Crypto - Bad AES
    3
    ## Custom AES implementation where Mix Columns and Shift Rows steps switch places
    4
    5
    A secret government agency uses a 16-letter passphrase that is encrypted 
  6. rockdich rockdich Public

    Fine tuned llama3 model for translating password dictionaries into German and translation of the famous rockyou.txt password dictionary.

    Python