Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   4740

[Exploit] ⚡ Admin Login Bypass ⚡ - Bypass any SQL-Based admin Login

by Authorize101 - 19 December, 2025 - 11:02 AM
This post is by a banned member (nhgcfbhjkn) - Unhide
190
Posts
0
Threads
#9
(19 December, 2025 - 11:02 AM)Authorize101 Wrote: Show More
/$$$$$$ /$$ /$$
/$$__ $$ | $$ |__/
| $$ \ $$ /$$$$$$$ /$$$$$$/$$$$ /$$ /$$$$$$$
| $$$$$$$$ /$$__ $$| $$_ $$_ $$| $$| $$__ $$
| $$__ $$| $$ | $$| $$ \ $$ \ $$| $$| $$ \ $$
| $$ | $$| $$ | $$| $$ | $$ | $$| $$| $$ | $$
| $$ | $$| $$$$$$$| $$ | $$ | $$| $$| $$ | $$
|__/ |__/ \_______/|__/ |__/ |__/|__/|__/ |__/

/$$ /$$
| $$ |__/
| $$ /$$$$$$ /$$$$$$ /$$ /$$$$$$$
| $$ /$$__ $$ /$$__ $$| $$| $$__ $$
| $$ | $$ \ $$| $$ \ $$| $$| $$ \ $$
| $$ | $$ | $$| $$ | $$| $$| $$ | $$
| $$$$$$$$| $$$$$$/| $$$$$$$| $$| $$ | $$
|________/ \______/ \____ $$|__/|__/ |__/
/$$ \ $$
| $$$$$$/
\______/

/$$$$$$$
| $$__ $$
| $$ \ $$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
| $$$$$$$ | $$ | $$ /$$__ $$ |____ $$ /$$_____//$$_____/
| $$__ $$| $$ | $$| $$ \ $$ /$$$$$$$| $$$$$$| $$$$$$
| $$ \ $$| $$ | $$| $$ | $$ /$$__ $$ \____ $$\____ $$
| $$$$$$$/| $$$$$$$| $$$$$$$/| $$$$$$$ /$$$$$$$//$$$$$$$/
|_______/ \____ $$| $$____/ \_______/|_______/|_______/
/$$ | $$| $$
| $$$$$$/| $$
\______/ |__/

logincrack.py is a tool that helps test if web login pages are vulnerable to certain types of security attacks called SQL injections. These attacks try to trick the website into giving access without the right password.
The main idea behind this tool is that there are many ways hackers can try to break into login pages, beyond the usual methods. Right now, there aren't many free tools that check for these different attack methods, so this tool aims to fill that gap.
Download:

 
How to install it:
  • First, you need to install a program called Selenium that helps with automating web browsers. You can do this easily with this command:
     
    Code:
    pip install selenium
How to use it:
  • To run the tool, you use a command like this:
    Code:
    logincrack.py -u USERNAME -t http://vulnerable.com/login_address
    Replace
    Code:
    USERNAME
    with your target username (or leave it blank if not needed), and change
    Code:
    http://vulnerable.com/login_address
    to the website's login page you want to test.
 Extra info:
  • You can add more ways of encrypting or hashing data (called cryptographic functions) to make the script smarter, by editing the list at the start of the code.

Let me know if you'd like a more detailed explanation!

nbmvm
This post is by a banned member (elnovatn3) - Unhide
elnovatn3  
Registered
54
Posts
0
Threads
#10
I'll try and give fedback
This post is by a banned member (xstan4) - Unhide
xstan4  
Registered
26
Posts
0
Threads
#11
lmseee
This post is by a banned member (Deadpool13) - Unhide
56
Posts
1
Threads
#12
(19 December, 2025 - 11:02 AM)Authorize101 Wrote: Show More
/$$$$$$ /$$ /$$
/$$__ $$ | $$ |__/
| $$ \ $$ /$$$$$$$ /$$$$$$/$$$$ /$$ /$$$$$$$
| $$$$$$$$ /$$__ $$| $$_ $$_ $$| $$| $$__ $$
| $$__ $$| $$ | $$| $$ \ $$ \ $$| $$| $$ \ $$
| $$ | $$| $$ | $$| $$ | $$ | $$| $$| $$ | $$
| $$ | $$| $$$$$$$| $$ | $$ | $$| $$| $$ | $$
|__/ |__/ \_______/|__/ |__/ |__/|__/|__/ |__/

/$$ /$$
| $$ |__/
| $$ /$$$$$$ /$$$$$$ /$$ /$$$$$$$
| $$ /$$__ $$ /$$__ $$| $$| $$__ $$
| $$ | $$ \ $$| $$ \ $$| $$| $$ \ $$
| $$ | $$ | $$| $$ | $$| $$| $$ | $$
| $$$$$$$$| $$$$$$/| $$$$$$$| $$| $$ | $$
|________/ \______/ \____ $$|__/|__/ |__/
/$$ \ $$
| $$$$$$/
\______/

/$$$$$$$
| $$__ $$
| $$ \ $$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
| $$$$$$$ | $$ | $$ /$$__ $$ |____ $$ /$$_____//$$_____/
| $$__ $$| $$ | $$| $$ \ $$ /$$$$$$$| $$$$$$| $$$$$$
| $$ \ $$| $$ | $$| $$ | $$ /$$__ $$ \____ $$\____ $$
| $$$$$$$/| $$$$$$$| $$$$$$$/| $$$$$$$ /$$$$$$$//$$$$$$$/
|_______/ \____ $$| $$____/ \_______/|_______/|_______/
/$$ | $$| $$
| $$$$$$/| $$
\______/ |__/

logincrack.py is a tool that helps test if web login pages are vulnerable to certain types of security attacks called SQL injections. These attacks try to trick the website into giving access without the right password.
The main idea behind this tool is that there are many ways hackers can try to break into login pages, beyond the usual methods. Right now, there aren't many free tools that check for these different attack methods, so this tool aims to fill that gap.
Download:

 
How to install it:
  • First, you need to install a program called Selenium that helps with automating web browsers. You can do this easily with this command:
     
    Code:
    pip install selenium
     
How to use it:
  • To run the tool, you use a command like this:
    Code:
    logincrack.py -u USERNAME -t http://vulnerable.com/login_address
    Replace
    Code:
    USERNAME
    with your target username (or leave it blank if not needed), and change
    Code:
    http://vulnerable.com/login_address
    to the website's login page you want to test.
 Extra info:
  • You can add more ways of encrypting or hashing data (called cryptographic functions) to make the script smarter, by editing the list at the start of the code.

Let me know if you'd like a more detailed explanation!

pepeokay
This post is by a banned member (SMC44) - Unhide
SMC44  
Registered
22
Posts
0
Threads
#13
(19 December, 2025 - 11:02 AM)Authorize101 Wrote: Show More
/$$$$$$ /$$ /$$
/$$__ $$ | $$ |__/
| $$ \ $$ /$$$$$$$ /$$$$$$/$$$$ /$$ /$$$$$$$
| $$$$$$$$ /$$__ $$| $$_ $$_ $$| $$| $$__ $$
| $$__ $$| $$ | $$| $$ \ $$ \ $$| $$| $$ \ $$
| $$ | $$| $$ | $$| $$ | $$ | $$| $$| $$ | $$
| $$ | $$| $$$$$$$| $$ | $$ | $$| $$| $$ | $$
|__/ |__/ \_______/|__/ |__/ |__/|__/|__/ |__/

/$$ /$$
| $$ |__/
| $$ /$$$$$$ /$$$$$$ /$$ /$$$$$$$
| $$ /$$__ $$ /$$__ $$| $$| $$__ $$
| $$ | $$ \ $$| $$ \ $$| $$| $$ \ $$
| $$ | $$ | $$| $$ | $$| $$| $$ | $$
| $$$$$$$$| $$$$$$/| $$$$$$$| $$| $$ | $$
|________/ \______/ \____ $$|__/|__/ |__/
/$$ \ $$
| $$$$$$/
\______/

/$$$$$$$
| $$__ $$
| $$ \ $$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
| $$$$$$$ | $$ | $$ /$$__ $$ |____ $$ /$$_____//$$_____/
| $$__ $$| $$ | $$| $$ \ $$ /$$$$$$$| $$$$$$| $$$$$$
| $$ \ $$| $$ | $$| $$ | $$ /$$__ $$ \____ $$\____ $$
| $$$$$$$/| $$$$$$$| $$$$$$$/| $$$$$$$ /$$$$$$$//$$$$$$$/
|_______/ \____ $$| $$____/ \_______/|_______/|_______/
/$$ | $$| $$
| $$$$$$/| $$
\______/ |__/

logincrack.py is a tool that helps test if web login pages are vulnerable to certain types of security attacks called SQL injections. These attacks try to trick the website into giving access without the right password.
The main idea behind this tool is that there are many ways hackers can try to break into login pages, beyond the usual methods. Right now, there aren't many free tools that check for these different attack methods, so this tool aims to fill that gap.
Download:

 
How to install it:
  • First, you need to install a program called Selenium that helps with automating web browsers. You can do this easily with this command:
     
    Code:
    pip install selenium
How to use it:
  • To run the tool, you use a command like this:
    Code:
    logincrack.py -u USERNAME -t http://vulnerable.com/login_address
    Replace
    Code:
    USERNAME
    with your target username (or leave it blank if not needed), and change
    Code:
    http://vulnerable.com/login_address
    to the website's login page you want to test.
 Extra info:
  • You can add more ways of encrypting or hashing data (called cryptographic functions) to make the script smarter, by editing the list at the start of the code.

Let me know if you'd like a more detailed explanation!
gg
This post is by a banned member (Foxlen) - Unhide
Foxlen  
Registered
213
Posts
0
Threads
2 Years of service
#14
(19 December, 2025 - 11:02 AM)Authorize101 Wrote: Show More
/$$$$$$ /$$ /$$
/$$__ $$ | $$ |__/
| $$ \ $$ /$$$$$$$ /$$$$$$/$$$$ /$$ /$$$$$$$
| $$$$$$$$ /$$__ $$| $$_ $$_ $$| $$| $$__ $$
| $$__ $$| $$ | $$| $$ \ $$ \ $$| $$| $$ \ $$
| $$ | $$| $$ | $$| $$ | $$ | $$| $$| $$ | $$
| $$ | $$| $$$$$$$| $$ | $$ | $$| $$| $$ | $$
|__/ |__/ \_______/|__/ |__/ |__/|__/|__/ |__/

/$$ /$$
| $$ |__/
| $$ /$$$$$$ /$$$$$$ /$$ /$$$$$$$
| $$ /$$__ $$ /$$__ $$| $$| $$__ $$
| $$ | $$ \ $$| $$ \ $$| $$| $$ \ $$
| $$ | $$ | $$| $$ | $$| $$| $$ | $$
| $$$$$$$$| $$$$$$/| $$$$$$$| $$| $$ | $$
|________/ \______/ \____ $$|__/|__/ |__/
/$$ \ $$
| $$$$$$/
\______/

/$$$$$$$
| $$__ $$
| $$ \ $$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$
| $$$$$$$ | $$ | $$ /$$__ $$ |____ $$ /$$_____//$$_____/
| $$__ $$| $$ | $$| $$ \ $$ /$$$$$$$| $$$$$$| $$$$$$
| $$ \ $$| $$ | $$| $$ | $$ /$$__ $$ \____ $$\____ $$
| $$$$$$$/| $$$$$$$| $$$$$$$/| $$$$$$$ /$$$$$$$//$$$$$$$/
|_______/ \____ $$| $$____/ \_______/|_______/|_______/
/$$ | $$| $$
| $$$$$$/| $$
\______/ |__/

logincrack.py is a tool that helps test if web login pages are vulnerable to certain types of security attacks called SQL injections. These attacks try to trick the website into giving access without the right password.
The main idea behind this tool is that there are many ways hackers can try to break into login pages, beyond the usual methods. Right now, there aren't many free tools that check for these different attack methods, so this tool aims to fill that gap.
Download:

 
How to install it:
  • First, you need to install a program called Selenium that helps with automating web browsers. You can do this easily with this command:
     
    Code:
    pip install selenium
How to use it:
  • To run the tool, you use a command like this:
    Code:
    logincrack.py -u USERNAME -t http://vulnerable.com/login_address
    Replace
    Code:
    USERNAME
    with your target username (or leave it blank if not needed), and change
    Code:
    http://vulnerable.com/login_address
    to the website's login page you want to test.
 Extra info:
  • You can add more ways of encrypting or hashing data (called cryptographic functions) to make the script smarter, by editing the list at the start of the code.

Let me know if you'd like a more detailed explanation!

thx
This post is by a banned member (Elmehdi779) - Unhide
175
Posts
0
Threads
#15
tyyyyyyy
This post is by a banned member (anesco) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)