@echo off SET mysqldir=C:\mysql\bin SET mysqlhost=localhost SET mysqldatabase=dbname SET mysqluser=user SET mysqlpassword=password if [%1]==[] goto usage IF NOT EXIST %1 GOTO nosuchfile @REM Change to mysqldir REM CD %mysqldir% @REM importing db "%mysqldir%\mysql.exe" -u %mysqluser% -h%mysqlhost% -p%mysqlpassword% %mysqldatabase% < %1 pause goto end :usage echo -How to use- echo EXAMPLE: echo %0 sqlfile.sql goto end :nosuchfile echo --ERROR-- echo no such file %1 :end
Hashes Algorithms used in different web applications. I've done this list by hand. Not all the hashes algos are correct (I've generically added md5 or ??? where is unkwnown). If you are interested send corrections and I will update it. I will publish also a better version with tabs. You can reproduce it without problems. It's part of the project mdcrack gui on sourceforge. Use the | as data separator. ----------------------------------------------------------------------------------------------------------------------------------------------------- | Title | Hash Algorithm | TablePrefix | Table Name | Website | ----------------------------------------------------------------------------------------------------------------------------------------------------- | 1C Битрикс | md5($pass) | | |http://www.1c-bitrix.ru/ | 1024cms | md5($pass) | | |http://www.1024cms.org/ | 4images | md5($pass) | | |http://ww...
Comments
Post a Comment