Skip to content
View V4nish's full-sized avatar

Highlights

  • Pro

Block or report V4nish

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
V4nish/README.md
  • 👋 Hi, I’m @V4nish
  • 👀 I’m interested in Python, Laravel, Flutter and true crime podcasts.
  • 🌱 I’m currently trying to figure out if this is just some kind of simulation.
  • 📫 How to reach me ... hmmm...

Pinned Loading

  1. Script to extract traffic (from a Wi... Script to extract traffic (from a WireShark capture) where it is suspected that an ICMP tunnel is being used to hide/bypass firewall/filters
    1
    from scapy.all import *
    2
    
                  
    3
    packets = rdpcap("suspectCap.cap")
    4
    
                  
    5
    def write(pkt):
  2. CS50P CS50P Public

    My source code whilst virtually attending the live recordings of CS50P 2022. Official CS50P webpage listed below.

    Python