1 Attachment(s)
FREE SOURCE: A "ShutDown" Server.
I have made an SHUTDOWN SERVER for all to have!!
You simply do this from Internet Explorer(or netscape)
http://YOURDOMAIN-or-IPADRESS:257
Simple as that..hehe
You can RUN this server on any port you'll like to..and you can assign more than the SHUTDOWN function...
Read the comments I wrote in the code and learn how to do it so that it does EVERYTHING you want, remotely over the internet/network (or locally)
Use that to shutdown the machine...Do as shown above..
Need more help..then PM me or mail me at
[email protected]
OK..
Here Is where I got the IDEA..
http://www.vbforums.com/showthread.p...862#post930862
I like the idea...Web Based Tool
A tool that you could use for anything..
You could program it into doing things like:
-turning your machine into an ftp server (any port you want)
for file up/downloading
-have it to run whatever program remotely (as mentioned in my
sourcecode at the top oof this post)
-you could make it act as an HTTP server (for homepages)
or as a reminder/phonebook/as a remote notepad...
Which saves the files on your machine...
-you could use it as a MAIL server (anonymous mails - not spam)
(i also have the code for that..)
-There are even more uses.. Like remote controlling..)
or people could deliver MESSAGES (almost like SMS) from the net and DIRECTLY to your screen (as MSGBOX : message from buddy)
The uses are may...Lets put all our ideas and sources together..and see how advanced we can get this...
For every change we make (major/important) make an ZIP and post it along with a description of the change....also comment the change inside the files)
This could be FUN !!!
So we use EXLORER(netscape) as CLIENT and...
so we use EXLORER(netscape) as CLIENT and the SERVER we make as SERVER..
I can add code for Sending mail... Sending IP/COMPUTERNAME to another IP or DOMAINNAME
I also have code for things as a KEYLOGGER and OPEN/CLOSE cdrom... Mouse Stuff,Clipboard Stuff.. and ALL the fun things..
Im woorking on the FTP part..(hard one)
But we need to make the server create a webpage when we connect to it and then show us a site with (commands) in link form, so that when we click the (command) "link" then it will execute the command on the remote machine (server)
I have already demonstrated the use of writeing a simple webpage..(see the source code..run it locally and see the text it creates on the page.. the page where you run http://127.0.0.1:257 )
Lets keep this rolling...
Guess we can keep this post running..
The ideas behinf the keylog,mouse,cd open/close,and so was inspired by all i know from netbus/sub7 server...
I like the FUN stuff..but not the FORMAT and DESTROY things..
I also like to use SERVER/CLIENT tools for remote helping folks..
But hey.. Im not saying that we MUST have them..but that we COULD add them (we can also passwd protect those functions, he he)
But I hold my hands on getting some sort of FTP and SENDMSG as main goals... and maybe some other usefull codes..Cant thinks strait now..but some functions we will find....
Hehe
But this thing can become great...
1 Attachment(s)
Well ..this is how my HTTP server works..
Here you have it...Try the RUN LOCALLY button...
(shutdown any HTTP server you might have running)
and load up mine...
Then do this:
either press RUN LOCALLY
or in explorer/netscape
http://127.0.0.1 or http://YOURDOMAINorIP
And see the results...
1 Attachment(s)
I am working on the Index.html stuff
But I've choosen to call it INDEX.ASP
(cause i have made NOTEPAD open *.ASP files in notepad)
So that makes it easier to edit the HTML inside the files...
But i use standard <HTML> inside the files...
But I have small problems.. It serves us the INDEX.ASP when we connect, but it doesn't serv us anything when we EG: click a link...
So I'm working oon that particular part...
Here is my current work..
Please add your KEYLOGGER and SCREENGRABBER into the code..
...
Then at the end ...lets put the BEST results together...
Currently Im NOT adding code, Im rewriting it every time..
That is why it comes up with a new design everytime...
I do this because my code thends to get messy...So i rewrite it
and use the WORKING parts from the past code and then I try to fix the errors and or add new functions...
But I will do so when the HTTP part is working correctly..
As for now I post it for you to see how far I have gotten...
But you can write your code into any of these servers... to test it..
But I will not implement your code,before the HTTP part is working..(cause it will get TO messy for me then...)
To many variables and subs to read throug ,while testing...
OK...So just post your code in any of my working SERVERS...and then we can add it to the BEST server in the end,... OK ??
Im currently working on that..There are errors..but
Try to press the BROWSE button..and then LOCATE the INDEX.ASP file in the folder (you must unpack ALL the files in the ZIP to the same folder, and run the program from THAT folder..
Then It should atleast show you anything...
If it doesn't REWRITE it till it does so...
AND POST THE MODIFIED CODE !!!
Re: Currently Im NOT adding code, Im rewriting it every time..
Quote:
Originally posted by alexdata
That is why it comes up with a new design everytime...
I do this because my code thends to get messy...So i rewrite it
and use the WORKING parts from the past code and then I try to fix the errors and or add new functions...
But I will do so when the HTTP part is working correctly..
As for now I post it for you to see how far I have gotten...
But you can write your code into any of these servers... to test it..
But I will not implement your code,before the HTTP part is working..(cause it will get TO messy for me then...)
To many variables and subs to read throug ,while testing...
OK...So just post your code in any of my working SERVERS...and then we can add it to the BEST server in the end,... OK ??
ok... that works good for me... i think im gunna make a page tonight for the project... got any names for it?? shutdown server sounds kinda dumb, and doesn't nearly describe all of its features...
I was also thinking of that, until i thought of firewalls,routers,fakeip's
It needs to be directly connected..which means that the CLIENT must ALWAYS start the conversation...
If you try to connect to the cLIENT, then you'll fail, cause the client doesnt act as an server, it doesn't listen on port 80...
But there is another way around..
have an EMPTY string
have a START: (loop starting point)
Let the clien connect..
put its GET info into that string
sort out the command (whats after GET )
if get = "/" then
send some data (the main site)
else
goto start point
(which makes the client resend its info)
and then we will get it...
Im almost here..I know there is an error somewhere, but its hard to find it...
But im trying, cause i know its ho we hae to do it...
FTP server is NOT easy..Im struggeling with HTTP server
Well Im struggeling with HTTP server (simple send and recieve)
an ftp server needs logon auth, and needs to run commands...and searching the harddrive, keeping pot open for more thatn one person and so on....
I'll think i will finish that After the HTTP part..
But i do have some example posted at ... ehh:
http://www.vbforums.com/showthread.p...689#post930689
1 Attachment(s)
My stuggles with HTTP has comed to an end!
Skitchen8, check this out....
Below i post a working code ,but with minor bugs in it...
Like you must DoubleClick a link, and press update in explorer inorder to recieve and send back data to explorer...
But if I fix the part that reads the GET from explorer then
it will be easy to make this work correctly...
I had to rebuild the server into something VERY easy before it worked..
But i will soon add all the buttons and the other things that we had in those other (not good,but ) working examples...
Hang in there... What are you working on right now?
1 Attachment(s)
I solved it..I made HTTP server WORK..
Now it can do it all..
It opens a site when you go to its IP / domainname..
It opens a link if it exists..
It sends you to an errorpage if the
link "site" (read: CODE in FORM) doesnt exists..
And it can go back to the indexpage...
All this is working..
All i have to do now..is taht it opens FILES instead of PREWRITTEN code... I have done this before ,so it shuld not be hard.. to change that back...
The hard part was getting the communication to work correctly, and to make the linking work aswell...
But now, when I have solved this..It's time for a break...
I'll work on the rest (mentioned above) later today or tonight and definetly tomorrow...
Test the code, BELOW!!!