Welcome to my site. Please CLICK HERE to give your opinions regarding this new look of "PCTipsbyAnu". Thanks for visiting.

Wednesday, December 22, 2010

Browse » Home » , , , , , , , , , , , » How to hack Server/Computer via CGI Backdoor...

How to hack Server/Computer via CGI Backdoor...


This backdoor is very versitile because most firewalls do not block port 80, hence you can use this to backdoor a server on the unfortunate end of a firewall.

[



CGIbackdoor by Code Mobile <codemobile@yahoo.com>

member of Tiger Group <www.pctipsbyanu.tk>

This file includes two PERL scripts:  backdoorserver and backdoorclient


Download Coding
 
I think a trained monkey can set this thing up, but just in case, I'll walk the newbiesthrough the setup.

To set this thing up first cut these two scripts and paste then into two different files.  


Then 'chmod 755' both of them so they are executable.  Then put the server file into the cgi-bin directory of the server you want to backdoor (or any other directory that is web accessable and cgi scripts can execute in).  Then in the client file one line needs to be edited.  
The line which says: my $basedir = ""; 
change to read:

my $basedir = "/cgi-bin/webpath/to/server/program/server_program_name";
Now run the thing:  usage: ./backdoorclient -h <back_doored_host>

This has been tested on an IRIX 5.3 box as well as a RedHat 6.0 box. 

The client part seems to run on a Windows machine, however, the server as of now does not (at least on mine).

Any questions, comments, concerns, and especially any bugs reports or improvements that you would like to see.  Feel free to contact me by email at codemobile@yahoo.com OR leave a comment.
 

Please do not bug me that the files aren't working.  All email of this nature will be discarded.  However if a genuine bug is found, as I just said, feel free to contact me.
 

Visit our new homepage: www.pctipsbyanu.tk

On a final note I would like to add that I am NOT responsible for any harm done with these programs.  The only servers you backdoor should be owned by you unless you have expressed permission to do so.
 

Download Coding


Thanks...
You can leave a response, or trackback from your own site.

About 'Anu': My name is 'Anu' also Known as 'ANU 007 TIGER' .I'm administrator of 'PC Tips by Anu' blog .This blog was opened for sharing contents about hacking n cracking.
Thanks YAHOO OR GMAIL

1 comments:

Anonymous said...

Anu what about windows

i mean to say that this is only for linux, and if i want to hack via windows

thn??????

Post a Comment

 
Back to Top