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.
Asked
Active
Viewed 137 times
-9
-
2Are you in IT? I would work with the IT admins...even if you have the hostname, having SSH access is still something IT will need to grant. Going around that would not be wise. – TheCleaner May 06 '13 at 18:20
-
What's the path to the script? Why can't you just look at your open mount points if it's not located at hostname/script.cgi? – 89c3b1b8-b1ae-11e6-b842-48d705 May 06 '13 at 18:22
-
I believe my IT would ask me what machine do I need access to. The problem is I do not know what machine that is. – serverFaulter May 06 '13 at 20:56
-
So tell IT "I'm not sure, here's how I access it." – ceejayoz May 06 '13 at 21:13
1 Answers
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