Skip to content
View B1n4ryXpl0it's full-sized avatar

Block or report B1n4ryXpl0it

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. SSH-Login-BruteForcing SSH-Login-BruteForcing Public

    This Python script demonstrates an SSH login brute-force attack using a list of common passwords. It attempts to connect to a specified host using different passwords until a successful login is ac…

    Python

  2. SHA256-Password-Cracking SHA256-Password-Cracking Public

    This script takes a SHA256 hash as a command-line argument and attempts to find the corresponding password in plain text, by hashing each password in the "rockyou.txt" wordlist and comparing it to …

    Python

  3. Exploiting-SQL-Injection Exploiting-SQL-Injection Public

    This Python script automates the process of exploiting an SQL Injection vulnerability in a controlled, authorized environment for testing purposes. It uses a blind SQL injection technique to extrac…

    Python

  4. Web-Login-Form-Brute-Forcing Web-Login-Form-Brute-Forcing Public

    This script performs a brute-force attack on a web login form. It attempts to find valid username and password combinations by trying multiple usernames with passwords from a list.

    Python

  5. Restricted-SQL-Injection Restricted-SQL-Injection Public

    This Python script automates the exploitation of a SQL injection vulnerability. It uses both linear and binary search methods to extract password hashes from a vulnerable web application. The scrip…

    Python