Skip to content
View Pwn-Solo's full-sized avatar
🎃
Get Pwned...!!
🎃
Get Pwned...!!

Block or report Pwn-Solo

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

Pinned Loading

  1. CSGO-Scripts CSGO-Scripts Public

    A very basic CSGO bhop script written in an attempt to learn Game Hacking . Might get away with it in VAC trusted servers (Use at your own risk)

    C++

  2. WinApi-Keylogger WinApi-Keylogger Public

    Some Completely 'Ethical' scripts I wrote while exploring WinApi

    C

  3. Weab0t Weab0t Public

    A tiny and simple discord bot written in python

    Python 2 2

  4. E-Hub-Software-company-database E-Hub-Software-company-database Public

    Forked from Vishvesh-rao/E-Hub-Software-company-database

    An implemetation of a software company database and with added functionalities. Backend implemented in sql and frontend created with java swing using JDBC to connect backend to frontend

    Java

  5. exploits exploits
    1
    from pwn import *
    2
    import binascii
    3
    
                  
    4
    Remote = False
    5
    
                  
  6. CTF-Writeups CTF-Writeups Public

    Write Ups for Binary Exploitation Challenges

    C