LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   How to check the Listening url in the remote machine (https://www.linuxquestions.org/questions/linux-security-4/how-to-check-the-listening-url-in-the-remote-machine-818737/)

winxandlinx 07-08-2010 12:37 PM

How to check the Listening url in the remote machine
 
Hi Everyone

I have stuk up in big issue here , I just want to find the
remote url in which it listens ?

I know the remote host and remote port number but i just want to
which url the web application listen

For example : Host : 1.1.1.1 & port no : 8080

But i remember the url would be http://1.1.1.1/(something):8080

I want to find the complete url in which it listens ?


In nmap whether i can achive this or anyother tool ?

vikas027 07-08-2010 12:54 PM

Why dont you ask the application people ?

As per my knowledge, I dont think there is any way to find out this.

Yes, if it was working earlier, probably you could get something useful in old apache logs.

kirukan 07-08-2010 01:10 PM

check your web server access.log for that client IP

joec@home 07-08-2010 08:29 PM

Now if it is a custom application such as Plesk from Paralles.com, the developer may have obfuscated the code so you would want to check with the documentation from the software developer. Otherwise if it truly is in Apache you would need to check the httpd.conf file, or any includes within that file to find the host.

egrep 8080 /etc/httpd/conf/httpd.conf

winxandlinx 07-09-2010 06:19 AM

No luck here. But i guess there should be some Security tools which does it for sure ?

unixfool 07-11-2010 08:56 PM

tcpdump can help with this (or any sniffer software).


All times are GMT -5. The time now is 12:49 AM.