-9

At my company, there is an internal cgi script that I regularly use. Is there any way I can identify the hostname of that machine by just the url? Unfortunately, the hostname is not within the url. What I want to do after is to access that machine with a hostname and do an ssh login, if possible. I'll also want to view the contents of the cgi script. If there are other ways to go about this, I'm all ears. Thanks.

serverFaulter
  • 385
  • 2
  • 4
  • 9

1 Answers1

4

No, you can't. Ask your IT department to give you the details and access to the server.

Dennis Kaarsemaker
  • 19,277
  • 2
  • 44
  • 70
  • I do have access to the server. Or I have rights to give myself access to that server. In either case, I can't verify I have permission (or even ask someone for permission) unless I know what server to begin with... – serverFaulter May 06 '13 at 20:51