New HexorBase (The Database Hackers Tool )
HexorBase is a database application designed for administering and auditing multiple database servers synonymously 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..
http://savio-project-images.googleco.../hexorbase.png
Heres a video created by "Maurizio Schmidt" aka "MartinBishop"
[REMOVED YOUTUBE LINK]
Project page :
hexorbase - Multiple database management and audit application - Google Project Hosting
Enjoy ;-)
Re: New HexorBase (The Database Hackers Tool )
Very nice. I am a fan of how clean you make you GUIs. I always end up with ugly looking tools or just go command line. If you don't mind me asking what do you use for your IDE?
Re: New HexorBase (The Database Hackers Tool )
Good job!!
The gui is very clean and simple to use, tested and approved.
The only thing that i changed was the Kmenu because it went to the lost & found.
For those of you who want to integrate hexerbase in the BackTrack menu:
Code:
nano /usr/share/applications/hexorbase.desktop
and put Categories like this:
Code:
Categories=bt-web-assessment-vulnerability-scanner;bt-web-exploitation-scanners;bt-db-mysql-assessment;bt-db-mssql-assessment;bt-db-oracle-assessment;bt-db-mysql-analysis;bt-db-mssql-analysis;bt-db-oracle-analysis;bt-db-mysql-exploit;bt-db-mssql-exploit;bt-db-oracle-exploit;
Re: New HexorBase (The Database Hackers Tool )
@Dudeman02379 -- Thanks bro.. i use "Qt Designer" for the interfaces.. but i generally use "pyscripter" as my main IDE since it is light and gives me powerful code management features that other commercial IDE's dont have.. :)
Re: New HexorBase (The Database Hackers Tool )
Re: New HexorBase (The Database Hackers Tool )
Quote:
Originally Posted by
muminrz
I like it a lot
Thanks muminrz, really grateful :)
Re: New HexorBase (The Database Hackers Tool )
Quote:
Originally Posted by
savioboyz
@Dudeman02379 -- Thanks bro.. i use "Qt Designer" for the interfaces.. but i generally use "pyscripter" as my main IDE since it is light and gives me powerful code management features that other commercial IDE's dont have.. :)
Great I am going to take a look at both of those products. I tried eclipse before for python but didn't like it that much and just went back to nano lol. Now I just need to come up with an idea for a gui python project...
Re: New HexorBase (The Database Hackers Tool )
Very Cool tools, I am a python fans, BTW, maybe the GUI can be more pretty. ^_^
Re: New HexorBase (The Database Hackers Tool )
Quote:
Originally Posted by
maxfx
Good job!!
The gui is very clean and simple to use, tested and approved.
The only thing that i changed was the Kmenu because it went to the lost & found.
For those of you who want to integrate hexerbase in the BackTrack menu:
Code:
nano /usr/share/applications/hexorbase.desktop
and put Categories like this:
Code:
Categories=bt-web-assessment-vulnerability-scanner;bt-web-exploitation-scanners;bt-db-mysql-assessment;bt-db-mssql-assessment;bt-db-oracle-assessment;bt-db-mysql-analysis;bt-db-mssql-analysis;bt-db-oracle-analysis;bt-db-mysql-exploit;bt-db-mssql-exploit;bt-db-oracle-exploit;
Thanks maxfx.... :)
Re: New HexorBase (The Database Hackers Tool )
interesting video, thanks for all the code you contribute! I'm a fan and look forward to trying this one out. keep up the great work man! ;)