|

Alana
Mandy - Ex
Tonica
Bull
La Shaun
Adrian
Analisa
DarkOneWithANeed
EveryOne At HTS
All hackers in Guyana
| |
Connect client and server
without knowing ip by
h43k4z
Connect client and server without
knowing ip
Disclaimer
Don't think this is really illegal but if it is then you
are on your own h43k4z take no responsibility for your
actions
Intro
As always if you are new to vb programming check out
DarkOneWithANeed’s tuts on
http://hackthissite.org they are great for n00bs.
First let me say I read about this some where but really
can’t remember so I don’t deserve all the credit for
this, I will just try to explain this so n00bs can
understand (hopefully)
Ok that said lets go.
Overview
We are trying to make a client and server that can
communicate with each other with out the client needing
to know the Ip address of the server, it will all be
automatically done for you when the server is run. Lets
say this was a Trojan then when the client is booted up
the servers ip will already be in the ip box , I know
sounds impossible, read on.
We will need to go to a url redirection site cjb.net is
my choice there are those .tks and all that don’t really
know how those work so….. cjb is it.
Create a new account there it’s free, what you will do
is put your current ip in the box that ask for your home
page. Continue creating your account as normal.
The server
Now when building the server I suggest that you have two
winsock controls on the server's form one for the
commands you will send and the other for sending the IP
(cjb thing)and a web browser on the form, when the
server is ran the web browser will connect to
whatever_you_created.cjb.net :)
The client
When the server is sent to whatever_you_created.cjb.net
it will be redirected to what ever ip was placed in the
ip address box which will be yours of course and the
client will be listening for connections on port 80
(http) you will retrieve the servers ip from
"Winsock1.RemoteIp" function, yeah sweet .
Only braw back with this method is that you will have to
replace the ip address at cjb.net every time you restart
on reconnect to net, which isn’t to hard and the server
should keep shooting till it gets connection then stop,
on disconnect it should start again like every 5-10 min
arrg well you will know how you want your shit but you
got the idea.
I have two programs that use this technology IT WORKS
TRY IT!.
h43k4z out.
|
|
|
|