Jump to content

Recommended Posts

Posted

Hey guys

 

This is a new program i've made and it's working pretty good

 

This is a bruteforce program and it's illegal! so use it at your own risk!

 

I've made this program today in some hours and its working now without bugs (i hope so)

 

Bruteforcing a mysql database can take a long time because its trying alot of passwords + combinations

It's trying upper/lower characters and numeric in different combinations, This will make the bruteforce a success

 

Just fillin the ip you want to bruteforce and then the username.... mostly its root

 

This should work at every server that has the port open 3306 (mysql port)

 

Video preview:

http://www.youtube.com/watch?v=EQvkqNbLGR4

This is the hidden content, please

Posted

for me Trying password is realy slow o.O not like you. have you maked it little bit faster or need realy fast cpu? so it worked like on you?

Posted

Now 95% server use not root username :D But thx for share. How mutch maximum lenght?

 

Maybe you can add this:

 

Minimal lenght: 1

Maximal lenght: 20

 

Allowed Charact

 

Yes/No Digits: (0/9)

 

Yes/No Uppercase letters (A/Z)

 

Yes/No Lowercase letters (a/z)

 

Yes/No Special symbol (@!?^?^,etc)

 

Yes/No Custom symbol

Posted

Great job Dragon, but for me application needs some improvement. For example if i know that password is more than 5 letters length, i dont need to try passwords like a,aa,aaa,aaaa, b,bb,bbb,bbbb etc. So if will be option to select number of minimum pass letters it will be great :)

Posted

Fix for Linux:

 

iptables -A INPUT -i eth0 -p tcp --dport 3306 -m state --state NEW -m recent --set --name MYSQL

iptables -A INPUT -i eth0 -p tcp --dport 3306 -m state --state NEW -m recent --update --seconds 60 --hitcount 8 --rttl --name MYSQL -j DROP

 

Or just don't create user with '@', just create for host, which your know, others forbid...

Guest
This topic is now closed to further replies.



  • Posts

    • pm me your discord or write it in comments.  buying through paypal. depending on the price around 5kk or item worth 5kk - both are good. 
    • We're looking for an experienced Java developer with deep knowledge of Lineage 2 private servers (L2J, Lucera, aCis, etc.). The ideal candidate has 5+ years of Java experience and has previously worked on customizing server mechanics, fixing bugs, and implementing new game features. Must be comfortable working independently and have a strong understanding of game systems like skills, classes, and PvP balance.
    • Hello, contact me on telegram Williams0ff
    • I have not touched a L2J style server in probably 13-14 years, as part of my "re-education" on server stuff I decided to build a installation script, hope some of you find it useful. NOTE: This script should only be run on a fresh Ubuntu 22/24 install, must be ran as root. I have only tested on 22 so far. What it does: - Checks to make sure you are root and are using Ubuntu 22/24 - Creates a system user for running aCis - Installs java jdk 21, Mariadb, Apache2 + PHP, Adminer, Ant - Created user and database for gameserver and login server - Creates user for Adminer - Adds second layer of security for Adminer (apache2 auth) - Runs secure_installation on Mariadb - Makes all .sh files executeable - Fills in Mariadb database information in database_installer.sh, config/server.properties, config/loginserver.properties - Runs database_installer.sh - Fetches aCis repository and builds it (supports public and private repo) - Moves all needed files into <user>/acis-built - Enables UFW and opens needed ports: 22, 80, 2106, 7777 - Installs fail2ban and configures protection for sshd (max 3 fails) - Retrieves geodata from http://anothercrappyinterludeserver.com/files/ and unpacks it in correct place - Fills in server IP in loginserver.properties Script is here: https://github.com/Salty-Dragon/aCis-installer-ubuntu   Help etc hop on Discord: https://discord.gg/QuZTw8pn3E    
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock