lo0.ro cat /dev/null > stupidity – nobody is safe

29Jul/110

HexorBase – bruteforce SQL servers

HexorBase is a database application designed for administering and auditing multiple database servers simultaneously from a centralized location, it is capable of performing SQL queries and bruteforce attacks against common database servers (MySQL, SQLite, Microsoft SQL Server, Oracle, PostgreSQL ).HexorBase allows packet routing through proxies or even metasploit pivoting antics to communicate with remotely inaccessible servers which are hidden within local subnets. It works on Linux and Windows.

Requirements:
python
python-qt4
cx_Oracle
python-mysqldb
python-psycopg2
python-pymssql
python-qscintilla2

Install
[cc lang="bash"]dpkg -i hexorbase_1.0_all.deb [/cc]

Icon "HexorBase.desktop"can be found at /usr/share/applications for KDE and also GNOME

Download here

20Jul/110

Upgrade MySQL in DirectAdmin

Step 1. Do a server backup. shit things can go wrong

Step 2.

[cc lang="bash"]cd /usr/local/directadmin/custombuild
nano options.conf[/cc]

Modify the following in options.conf:

[cc lang="bash"]mysql=5.1
mysql_inst=yes
mysql_backup=yes[/cc]
Where mysql= can be 5.1, 5.0 or 4.1.

Step 3. Save/exit, then type:

[cc lang="bash"]./build mysql[/cc]
After the mysql update, always recompile php.

[cc lang="bash"]./build php n[/cc]