Skip to content
View v801's full-sized avatar
🍪
🍪
Block or Report

Block or report v801

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

Hi, I'm v801. 👾

🌱 I am currently studying Cyber Security and Web Application Security.
🖥️ CTFs & Wargames are fun: v801@tryhackme
🐱 I like writing custom scripts to inject new functionality into my favorite sites.

Personal projects

Cyber Security Blog - Weblog about my exploration exploitation through web and cyber security.
Subdomain Recon - Chains multiple domain recon tools to enumerate subdomains on a target domain.
Gir - A discord chat bot with web scraping and API consumption.
go-port-scanner - Simple port scanner in Go.
Portfolio - Frontend Web Development portfolio.
bash scripts / ctf scripts - Repos for bash and ctf scripts.

Pinned

  1. v801.github.io v801.github.io Public

    cyber security blog

    HTML 1

  2. subdomain-recon subdomain-recon Public

    Bash program that chains together multiple domain recon tools.

    Shell 2

  3. portfolio portfolio Public

    portfolio of frontend work

    Stylus

  4. Time-Based Blind SQL Injection Time-Based Blind SQL Injection
    1
    # Time-Based Blind SQL Injection
    2
    Indication of a correct query is based on the time the query takes to complete.  
    3
    This time delay is introduced by using built-in methods such as SLEEP(x) alongside the UNION statement.  
    4
    The SLEEP() method will only ever get executed upon a successful UNION SELECT statement. 
    5
    
                  
  5. gir gir Public

    a discord bot based on discord.js

    JavaScript

  6. random-game-name random-game-name Public

    get a random videogame name

    JavaScript 1