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

Highlights

  • Pro
Block or Report

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 👋

Just another IT geek guy. Working on security. Writing programs I need.

Buy Me a Coffee at ko-fi.com

Proud father of the following repo:

  • 📚 safaribooks: Download EPUB of your favorite books from O'Reilly library (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.
  • 🕵️ 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.
  • Many others will come...

Others:

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

Pinned

  1. WatchMyBack WatchMyBack Public

    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 witho…

    Python 5

  2. RaspOne RaspOne Public

    RaspOne - Modular Telegram bot designed for Raspberry Pi

    Python 3

  3. http.server http.server Public

    (Beautiful) replacement for the `http.server` Python3 module. Allows file upload, preview and much more.

    Python 13 1

  4. safaribooks safaribooks Public

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

    Python 4.5k 661

  5. 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
    
                  
  6. 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.200.1:8080"