Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View lorenzodifuccia's full-sized avatar
🌖
Walking on the moon
🌖
Walking on the moon

Highlights

  • Pro

Block or report lorenzodifuccia

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

Hi there, I’m Lorenzo Di Fuccia 👋

Just another IT geek guy. Working on security. Writing programs I need.
Strongly interested in reverse engineering, penetration testing, and security.

Support me at ko-fi.com
LinkedIn HackTheBox


Proud father of the following repos:

🔐 Security

  • ✍🏻 ap_mode.sh: simple to use Bash script for Man-in-The-Middle (MitM) environment.
  • ☎️ ZyxelAES: A Burp Suite extension to decrypt & edit Zyxel router configuration portal API traffic.
  • 😈 MaliciousChromeExtension: A demo Chrome extension for penetration testing.
  • 📹 YoutubeProtobuf: Utilities for working with YouTube mobile app protobufs.
  • 🕵️ WatchMyBack: An easy-to-use defense tool against "Shoulder Surfing" attacks, which allows you to immediately lock the screen of your computer if someone is behind you or if you move away from the computer without locking it.

👨🏻‍💻 I.T. geek guy

  • 📚 safaribooks: Download and generate EPUB of your favorite books from O'Reilly Learning (yeah, the original one... 😬).
  • 🤖 RaspOne: Modular Telegram bot designed for Raspberry Pi server.
    • External modules:
      • Italo: Find seats availability for your Italo train.
  • 🐍 http.server: (Beautiful) replacement for the http.server Python3 module. Allows file upload, preview and much more.

🤷🏻‍♂️ Others

  • ✈️ FlyScanner: Find the best rate for your next flight consulting different providers.

Pinned Loading

  1. AP Mode script for Man-in-The-Middle... AP Mode script for Man-in-The-Middle (MitM) environment
    1
    #!/bin/bash
    2
    
                  
    3
    # * * * CONFIGURE * * *
    4
    AP_INT="wlan0"
    5
    PROXY="192.168.75.1:8080"
  2. Encryption function used by Instagra... Encryption function used by Instagram (Browser App) to generate the 'enc_password' from PubKey (AES-GCM + SealedBox)
    1
    import base64
    2
    import struct
    3
    import datetime
    4
    import binascii
    5
    
                  
  3. ZyxelAES ZyxelAES Public

    A Burp Suite extension to decrypt and edit Zyxel router configuration portal API traffic.

    Java

  4. safaribooks safaribooks Public

    Download and generate EPUB of your favorite books from O'Reilly Learning (aka Safari Books Online) library.

    Python 4.9k 725