Portcullis Labs » BDA https://labs.portcullis.co.uk Research and Development en-US hourly 1 http://wordpress.org/?v=3.8.5 MS08-067 check https://labs.portcullis.co.uk/tools/ms08-067-check/ https://labs.portcullis.co.uk/tools/ms08-067-check/#comments Fri, 26 Apr 2013 18:36:13 +0000 http://wordpress.65535.com/blogtest/?p=206 MS08-067 check is python script which can anonymously check if a target machine or a list of target machines are affected by MS08-067 vulnerability. This tool can be used to anonymously check if a target machine or a list of target machines are affected by MS08-067 issue (Vulnerability in Server Service Could Allow Remote Code Execution). Usage […]

The post MS08-067 check appeared first on Portcullis Labs.

]]>
MS08-067 check is python script which can anonymously check if a target machine or a list of target machines are affected by MS08-067 vulnerability.

This tool can be used to anonymously check if a target machine or a list of target machines are affected by MS08-067 issue (Vulnerability in Server Service Could Allow Remote Code Execution).

Usage

$ python ms08-067_check.py -h
Usage: ms08-067_check.py [option] {-t |-l }

Options:
  --version   show program's version number and exit
  -h, --help  show this help message and exit
  -d          show description and exit
  -t TARGET   target IP or hostname
  -l LIST     text file with list of targets
  -s          be silent

Example output

$ python ms08-067_check.py -t 192.168.123.30
192.168.123.30: VULNERABLE

Note

On Windows XP Service Pack 2 and Windows XP Service Pack 3 this check might lead to a race condition and heap corruption in the svchost.exe process, but it may not crash the service immediately: it can trigger later on inside any of the shared services in the process.

References

Ms08-067 Check-0.6 Tar
ms08-067_check-0.6.tar.gz
April 26, 2013
8.9 KiB
MD5 hash: 0e32ab4ded903ea2db5421065e8deb57
Details
Ms08-067 Check-0.5 Tar
ms08-067_check-0.5.tar.gz
April 26, 2013
8.9 KiB
MD5 hash: 31822828427307147c242cda7d12ed5e
Details

The post MS08-067 check appeared first on Portcullis Labs.

]]>
https://labs.portcullis.co.uk/tools/ms08-067-check/feed/ 0