What is this Capable of ?

  1. this is a specialized web server that will only reply to a single url that you Authorize. If anyone tries to probe to see what files are available on the server....thier query will be redirected to another server of your choice and you will be notified of there attempts
  2. it can serve pictures, html pages and text documents directly
  3. it can redirect browsers connectign to you to any URL you want without there browser needing to have its scripting enabled.your connection need not be bogged down with having to serve up pictures and other data... also you can redirect there request anywhere, which means that you could send an intial request for an image and turn it into them triggering a cgi script some (nuke me scripts..whatever).
  4. it can Authenticate browsers with custom realm information and then auto redirect them to a given url. Also it should be noted that this is designed so that once they have been authorized they will not be again. This is to prevent people from 'figuring out' where the authorization prompt originated from by re-requesting the Url
  5. log IP connections, user agent Info, telnet attempts, system probing, as well as decode any responses given to the web authentication challange All data is stored in a list view and can be copied directly to the clip board.
  6. if it detects anyone teleneting to it, it will first spam their terminal , disconnect them and notify you
  7. some day this will also support cgi scripting and be able to shell out processes to the windows script host,however that day is not now.
  8. how to get the people there....and why to use a long URL as your Authorized URL?
  9. I made this out of curosity to see what could be done with some creative http headers as well as a nosey identy confirmation tool,whatever you choose to do with it is your business. But stealing other peoples logins or nuking or disconnecting people from the net is going to get people pissed, and you never know who or what is out there....so it is highly unadvised.
  10. what can I learn from the programing?