View Full Version : Automated hacking tool...
GameCrash
03-05-2002, 07:30 AM
What would you think about an automated hacking tool? What I think about is a tool that has a standardized interface so everyone can write hacks for. The tool then offers you (user) to do a complete automated install of the hack (as long as it can write to all files) or if the user wants to have the control or the script is not sure if everything is correct there is an manual install option...
There also could be a version control and an option to remove hacks... it would be a complex script but I think it would make hacking much easier (for both: users don't have to edit the files (and they don't have problems updating the board - the tool just applys every hack again) and the hackers could have wizzards where they just have to insert what text has to be replaced and so on).
What do you think? If there is interest I will try to create something like this...
i think it would be impossible to complete this project :)
every hacker have his(her) own way of dealing with the code. the best way is to learn PHP. :p
GameCrash
03-05-2002, 07:50 AM
Originally posted by nakkid
i think it would be impossible to complete this project :)
every hacker have his(her) own way of dealing with the code. the best way is to learn PHP. :p
Not everyone can/wants to learn PHP ;)
Of course everyone writes different hacks - but every hack does one or more of the same things - editing files, uploading new files, editing templates, adding new templates and editing the database...
HAHAHA..... sorry about that but its funny... to do that you would have to make a open directory editing tool, so you could edit your scripts.. and uploaders.. and then a template uploader like in the vb upgrade scripts... so it could be done.... but then again what would be the point of it... you could just use FTP and the reg for template uploads.... I thought about makign something like this..... it would take so long to make what you are thinking about.... by that time VB# would be out and you would have to reedit it for VB3... sure I would like something like that... if you can make it before it comes out then go for it.... but I suggest the good old method.............coffee and FTP
GameCrash
03-05-2002, 08:26 AM
Well... if you dont't want that you don't get it - it was just an idea ;)
Reeve of shinra
03-05-2002, 11:50 AM
Wasn't someone already making something like this?
Someone made a similiar tool for UBB and decided to create a VB version which was in beta last I heard.
GameCrash
03-05-2002, 12:02 PM
The only thing I know is the one Tubedogg (I think he was it) made... but this is not really automated...
And there is an application somewhere I think (I have seen something like this before but don't ask me where it was) but what I want is to have a php script...
mondaynightmike
03-05-2002, 01:07 PM
I would be interested in trying it. I don't know know PHP but would be interested in it.
Well... Have fun I would like to see what you come up with.
Dalius
03-05-2002, 08:27 PM
<a href="http://www.multihack.com" target="_blank">www.multihack.com</a>
GameCrash
03-05-2002, 08:40 PM
Yeah, this was it. I've really forgotten it...
But I think it's more for UBB... and there's no vB 2.2.x hack...
The biggest problem of this app is that you have to install it and it has a local database - my php solution would be independent (maybe you don't have to do something at work but can't install the app) you have only to install it on the server...
The second problem is that it seems to be a very complex program... I have installed it but I don't really know what to do ;)
TheUnforgiven
03-07-2002, 12:13 AM
i do't think this would be hard at ALL in php if not a bit dangerous to write (using seek() to goto a line remove it save the file RE OPEN the file add lines ect) kinda tedious
Admin
03-07-2002, 08:47 AM
It's impossible.
Hack (1) changes:
$DB_site->query("moo");
to:
$foo = $DB_site->query_first("bar");
Then hack (2) is installed, trying to find:
$DB_site->query("moo");
but it can't because it was already changed by hack (1).
GameCrash
03-07-2002, 08:57 AM
Of course this is impossible, the tool would give you a error message and switch to manual mode. But: If you download a hack from vB.org you will be asked to find $DB_site->query("moo"); and you will not find it. You can't install the hack. And if you could (for example only one little change in the query) you simply have to do it via the manual mode - the one change or all changes, that would be your opinion...
GameCrash
03-07-2002, 08:58 AM
One thing else, the question was not "do you think it's possible" - that is my problem. The question was "are you intrested in" and it doesn't seem so - very simple.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.