Skip to content
View v801's full-sized avatar
🍩
🍩

Block or report v801

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

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

    cyber security blog

    HTML

  2. subdomain-recon subdomain-recon Public

    Bash program that chains together multiple domain recon tools.

    Shell 2

  3. 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
    
                  
  4. gir gir Public

    a discord bot based on discord.js

    JavaScript

  5. random-game-name random-game-name Public

    get a random videogame name

    JavaScript 1