Skip to content
View PatPalCoder's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report PatPalCoder

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
PatPalCoder/README.md
  • 👋 Hi, I’m @PatPalCoder

  • 👀 I’m interested in Network Cybersecurity, Python, Cloud security & automation

  • 🌱 I’m currently a 5th-year Cybersecurity Masters degree student @ Wrocław University of Science and Technology

  • 💞️ I’m looking to collaborate on Python projects & pentesting/auditing automation

  • 📫 How to reach me: https://www.linkedin.com/in/patryk-kociol/

  • ⚡ Fun fact: I know how to escape vim :q

  • ⌨️ Check out my gitst here: https://gist.github.com/PatPalCoder

Pinned Loading

  1. Kali Linux initial configuration wit... Kali Linux initial configuration with bash
    1
    #!/bin/bash
    2
    #Hi, I made this script to ease process of setting up new Kali vm, enjoy if you want!
    3
    
                  
    4
    echo "------------------------------------------------"
    5
    echo "Welcome to the initial Kali Linux configuration!"
  2. Extracting passwords from open text ... Extracting passwords from open text protocols using pyshark
    1
    # This program captures passwords transfered through open text protocols such as: TELNET TFTP FTP OSPF
    2
    # Operates .pcap .pcapng and live capture using pyshark
    3
    # Each protocol's results are stored in extracted.txt file 
    4
    # Use only with permision and for scientific purpose
    5
    
                  
  3. NVD-vulnerability-analyses NVD-vulnerability-analyses Public

    This repository contains results of vulnerability analyses from NVD database performed by cybersecurity students at Wrocław University of Science and Technology

    Python 1 1