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



   5833

[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 (piranga8) - Unhide
piranga8  
Registered
139
Posts
0
Threads
6 Years of service
#57
ima test some logins
This post is by a banned member (sadagf) - Unhide
sadagf  
Registered
85
Posts
1
Threads
#58
(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!

tyy
This post is by a banned member (Username911) - Unhide
223
Posts
1
Threads
3 Years of service
#59
i dont believe it until i see and test it
This post is by a banned member (Sop643) - Unhide
Sop643  
Registered
37
Posts
0
Threads
#60
(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!
Thanks you bro
This post is by a banned member (MamaLlama) - Unhide
MamaLlama  
Registered
368
Posts
0
Threads
2 Years of service
#61
Thank you for sharing this!
This post is by a banned member (voipcore) - Unhide
voipcore  
Registered
12
Posts
0
Threads
#62
looks good will be testing

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)