<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hacking Articles &#187; Software</title>
	<atom:link href="http://www.hackingarticles.in/category/collection-of-hacking-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackingarticles.in</link>
	<description>Raj Chandel&#039;s Blog</description>
	<lastBuildDate>Fri, 24 May 2013 07:51:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Volatility &#8211; An advanced memory forensics framework</title>
		<link>http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/</link>
		<comments>http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 12:59:01 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7765</guid>
		<description><![CDATA[The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer unprecedented visibility into the runtime state of the system. The framework [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer unprecedented visibility into the runtime state of the system. The framework is intended to introduce people to the techniques and complexities associated with extracting digital artifacts from volatile memory samples and provide a platform for further work into this exciting area of research.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Windows Features</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;"><b>Basic / Informational</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Current date, time, CPU count, CPU speed, service pack</span></li>
<li><span style="color: #000000;">Current thread and idle thread</span></li>
<li><span style="color: #000000;">Addresses of the KDBG, KPCR, DTB, PsActiveProcessHead, PsLoadedModuleList, etc</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Processes</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">List active processes (column or tree view)</span></li>
<li><span style="color: #000000;">Scan for hidden or terminated _EPROCESS objects (using pool tags or _DISPATCHER_HEADER)</span></li>
<li><span style="color: #000000;">Enumerate DLLs in the PEB LDR lists</span></li>
<li><span style="color: #000000;">Rebuild/extract DLLs or EXEs to disk based on name, base address, or physical offset</span></li>
<li><span style="color: #000000;">Print open handles to files, registry keys, mutexes, threads, processes, etc</span></li>
<li><span style="color: #000000;">List security identifiers (SIDs) for processes</span></li>
<li><span style="color: #000000;">Scan for cmd.exe command history and full console input/output buffers</span></li>
<li><span style="color: #000000;">List process environment variables</span></li>
<li><span style="color: #000000;">Print PE version information from processes or DLLs (file version, company name, etc)</span></li>
<li><span style="color: #000000;">Enumerate imported and exported API functions anywhere in process or kernel memory</span></li>
<li><span style="color: #000000;">Show a list of virtual and physical mappings of all pages available to a process</span></li>
<li><span style="color: #000000;">Dump process address space to disk as a single file</span></li>
<li><span style="color: #000000;">Analyze Virtual Address Descriptor (VAD) nodes, show page protection, flags, and mapped files</span></li>
<li><span style="color: #000000;">Represent the VAD in tree form or Graphviz .dot graphs</span></li>
<li><span style="color: #000000;">Dump each VAD range to disk for inspecting with external tools</span></li>
<li><span style="color: #000000;">Parse XP/2003 event log records</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Kernel Memory</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">List loaded kernel modules and scan for hidden/unloaded module structures</span></li>
<li><span style="color: #000000;">Extract PE files including drivers from anywhere in kernel memory</span></li>
<li><span style="color: #000000;">Dump the SSDT for all 32- and 64-bit windows systems</span></li>
<li><span style="color: #000000;">Scan for driver objects, print IRP major function tables</span></li>
<li><span style="color: #000000;">Show devices and device tree layout</span></li>
<li><span style="color: #000000;">Scan for file objects (can show deleted files, closed handles, etc)</span></li>
<li><span style="color: #000000;">Scan for threads, mutex objects and symbolic links</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>GUI Memory</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Analyze logon sessions and the processes and mapped images belonging to the session</span></li>
<li><span style="color: #000000;">Scan for window stations and clipboard artifacts (clipboard snooping malware)</span></li>
<li><span style="color: #000000;">Scan for desktops, analyze desktop heaps and attached GUI threads</span></li>
<li><span style="color: #000000;">Locate and parse atom tables (class names, DLL injection paths, etc)</span></li>
<li><span style="color: #000000;">Extract the contents of the windows clipboard</span></li>
<li><span style="color: #000000;">Analyze message hooks and event hooks, show the injected DLL and function address</span></li>
<li><span style="color: #000000;">Dump all USER object types, pool tags, and flags from the gahti</span></li>
<li><span style="color: #000000;">Print all open USER handles, associated threads or processes, and object offsets</span></li>
<li><span style="color: #000000;">Display details on all windows, such as coordiates, window title, class, procedure address, etc</span></li>
<li><span style="color: #000000;">Take screen shots from memory dumps (requires PIL)</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Malware Analysis</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Find injected code and DLLs, unpacker stubs, and decrypted configurations, etc</span></li>
<li><span style="color: #000000;">Scan process or kernel memory for any string, regular expression, byte pattern, URL, etc</span></li>
<li><span style="color: #000000;">Analyze services, their status (running, stopped, etc) and associated process or driver</span></li>
<li><span style="color: #000000;">Cross-reference memory mapped executable files with PEB lists to find injected code</span></li>
<li><span style="color: #000000;">Scan for imported functions in process or kernel memory (without using import tables)</span></li>
<li><span style="color: #000000;">Detect API hooks (Inline, IAT, EAT), hooked winsock tables, syscall hooks, etc</span></li>
<li><span style="color: #000000;">Analyze the IDT and GDT for each CPU, alert on hooks and disassemble code</span></li>
<li><span style="color: #000000;">Dump details of threads, such as hardware breakpoints, context registers, etc</span></li>
<li><span style="color: #000000;">Enumerate kernel callbacks for process creation, thread creation, and image loading</span></li>
<li><span style="color: #000000;">Display FS registration, registry, shutdown, bugcheck, and debug print callbacks</span></li>
<li><span style="color: #000000;">Detect hidden processes with alternate process listings (6+ sources)</span></li>
<li><span style="color: #000000;">Analyze kernel timers and their DPC routine functions</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Networking</b></span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Walk the list of connection and socket objects for XP/2003 systems</span></li>
<li><span style="color: #000000;">Scan physical memory for network information (recover closed/terminated artifacts)</span></li>
<li><span style="color: #000000;">Determine if listening sockets are IPv4, IPv6, etc and link to their owning processes</span></li>
<li><span style="color: #000000;">Registry</span></li>
<li><span style="color: #000000;">Scan for registry hives in memory</span></li>
<li><span style="color: #000000;">Parse and print any value or key cached in kernel memory, with timestamps</span></li>
<li><span style="color: #000000;">Dump an entire registry hive recursively</span></li>
<li><span style="color: #000000;">Extract cached domain credentials from the registry</span></li>
<li><span style="color: #000000;">Locate and decrypt NT/NTLM hashes and LSA secrets</span></li>
<li><span style="color: #000000;">Analyze user assist keys, the shimcache, and shellbags</span></li>
<li><span style="color: #000000;">Crash Dumps, Hibernation, Conversion</span></li>
<li><span style="color: #000000;">Print crash dump and hibernation file header information</span></li>
<li><span style="color: #000000;">Run any plugin on a crash dump or hibernation file (hiberfil.sys)</span></li>
<li><span style="color: #000000;">Convert a raw memory dump to a crash dump for opening in !WinDBG</span></li>
<li><span style="color: #000000;">Convert a crash dump or hibernation file to a raw memory dump</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;"><b>Miscellaneous</b></span></p>
<ul>
<li style="text-align: justify;"><span style="color: #000000;">Link strings found at physical offsets to their owning kernel address or process</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Interactive shell with disassembly, type display, hexdumps, etc</span></li>
</ul>
<h4><span style="color: #000000;">How to use Volatility Framework</span></h4>
<p><span style="color: #000000;">Before you can conduct victim system analysis you need to capture memory.</span></p>
<p><span style="color: #000000;"><b>Step 1</b>: First Download</span> <a href="http://www.moonsols.com/wp-content/plugins/download-monitor/download.php?id=7"><b>dumpit</b></a> <span style="color: #000000;">and capture victim pc memory</span> (<a href="http://www.hackingarticles.in/dumpit-ram-capture-tool/"><b>How to use Dumpit</b></a>)</p>
<p><span style="color: #000000;"><b>Step2</b>: Download Volatility for windows PC from</span> <a href="http://code.google.com/p/volatility/downloads/detail?name=volatility-2.2.standalone.exe&amp;can=2&amp;q="><b>here</b></a></p>
<p><span style="color: #000000;"><b>Step3</b>: Now Open <b>Volatility</b> from <b>command prompt</b> and use the Following Commands</span></p>
<h5><span style="color: #000000;"><b>Imageinfo</b></span></h5>
<p><span style="color: #000000;">If you don&#8217;t know what type of system your image came from, use the <b>imageinfo</b> command</span></p>
<p><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) imageinfo</b></span></p>
<p><img alt="" src="http://i2.wp.com/4.bp.blogspot.com/-kzWG_7sFUBg/UPP7sHTiGBI/AAAAAAAAFeQ/V3DJBJ3ClOo/s1600/imageinfo.jpg?resize=577%2C222" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>pslist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To list the processes of a system, use the pslist command. This walks the doubly-linked list pointed to by PsActive Process Head. It does not detect hidden or unlinked processes.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) pslist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-Ww6O6Y9S5UQ/UPP8gpoBY7I/AAAAAAAAFec/1GUzcp0_lpg/s1600/pslist.jpg?resize=579%2C489" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>psscan</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To enumerate processes using pool tag scanning, use the psscan command. This can find processes that previously terminated (inactive) and processes that have been hidden or unlinked by a rootkit.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) psscan</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/1.bp.blogspot.com/-ZgZG0v2iJqQ/UPP828OVcaI/AAAAAAAAFek/28F_e2ddUOs/s1600/psscan.jpg?resize=582%2C503" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>dlllist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To display a process&#8217;s loaded DLLs, use the dlllist command. It walks the doubly-linked list of LDR_DATA_TABLE_ENTRY structures which is pointed to by the PEB&#8217;s In Load Order Module List. DLLs are automatically added to this list when a process calls LoadLibrary (or some derivative such as LdrLoadDll) and they aren&#8217;t removed until Free Library is called and the reference count reaches zero.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) dlllist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/2.bp.blogspot.com/-eBimAZZOos0/UPP9KbCbZRI/AAAAAAAAFfw/gPPx4X-ifKU/s1600/dll.jpg?w=620" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>getsids</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To view the SIDs (Security Identifiers) associated with a process, use the getsids command. Among other things, this can help you identify processes which have maliciously escalated privileges.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) getsids</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-LfRz-ManedY/UPP9WwrLRgI/AAAAAAAAFf4/jYFa3rfOET4/s1600/getsid.jpg?w=620" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>sockets</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To detect listening sockets for any protocol (TCP, UDP, RAW, etc), use the sockets command. This walks a singly-linked list of socket structures which is pointed to by a non-exported symbol in the tcpip.sys module. This command is for Windows XP and Windows 2003 Server only.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) sockets</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/4.bp.blogspot.com/-9ZuJMKqTXVA/UPP9gKQDfGI/AAAAAAAAFgA/IULcGh3q8qA/s1600/sockets.jpg?resize=577%2C410" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>hivelist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To locate the virtual addresses of registry hives in memory, and the full paths to the corresponding hive on disk, use the hivelist command.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) hivelist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-UFmOTpWXgpM/UPP9qWUIWiI/AAAAAAAAFgI/L8QzIfB265A/s1600/hivelist.jpg?resize=579%2C285" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>userassist</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">To get the UserAssist keys from a sample you can use the userassist plugin.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) userassist</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-6qY5ouZ7NN4/UPP92cGUQ5I/AAAAAAAAFgQ/UIl7pnA2ucg/s1600/usserassist.jpg?resize=575%2C545" data-recalc-dims="1" /></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><b>svcscan</b></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">Volatility is the only memory forensics framework with the ability to list Windows services. To see which services are registered on your memory image, use the svcscan command. The output shows the process ID of each service (if its active and pertains to a usermode process), the service name, service display name, service type, and current status. It also shows the binary path for the registered service &#8211; which will be an EXE for usermode services and a driver name for services that run from kernel mode</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>volatility.exe –f (Windows Dump Path) svcscan</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/2.bp.blogspot.com/-kesVsKjbaFA/UPP-AKLK6AI/AAAAAAAAFgY/8sgLYuyqlZE/s1600/svcscan.jpg?w=620" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><b> Command Reference &amp; More Commands Visit: </b></span></p>
<p><a href="http://code.google.com/p/volatility/wiki/CommandReference"><b>http://code.google.com/p/volatility/wiki/CommandReference</b></a></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/" data-title="Volatility &#8211; An advanced memory forensics framework"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/volatility-an-advanced-memory-forensics-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DumpIt – RAM Capture Tool</title>
		<link>http://www.hackingarticles.in/dumpit-ram-capture-tool/</link>
		<comments>http://www.hackingarticles.in/dumpit-ram-capture-tool/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 00:41:37 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7758</guid>
		<description><![CDATA[This utility is used to generate a physical memory dump of Windows machines. It works with both x86 (32-bits) and x64 (64-bits) machines. The raw memory dump is generated in the current directory, only a confirmation question is prompted before starting. Perfect to deploy the executable on USB keys, for quick incident responses needs. First [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">This utility is used to generate a physical memory dump of Windows machines. It works with both x86 (32-bits) and x64 (64-bits) machines. The raw memory dump is generated in the current directory, only a confirmation question is prompted before starting. Perfect to deploy the executable on USB keys, for quick incident responses needs.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">First Download Dumpit from</span> <b><a href="http://www.moonsols.com/wp-content/plugins/download-monitor/download.php?id=7">Here</a></b> <span style="color: #000000;">and Save in Your Desktop</span></p>
<p><span style="color: #000000;">Now run <b>Dumpit.exe</b> file the raw memory dump will be generated and save to the same directory</span></p>
<p><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-3NXDC99mU7I/UPNTZmszCNI/AAAAAAAAFc4/W8a_CbCuqR0/s1600/dumpit.jpg?w=620" data-recalc-dims="1" /></p>
<p><img alt="" src="http://i1.wp.com/3.bp.blogspot.com/-j5xBH4vXPy4/UPNTd2ZXvoI/AAAAAAAAFdA/PexLzLWK310/s1600/dum.jpg?w=620" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/dumpit-ram-capture-tool/" data-title="DumpIt – RAM Capture Tool"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/dumpit-ram-capture-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to View Last Activity of Your PC</title>
		<link>http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/</link>
		<comments>http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 07:00:36 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7131</guid>
		<description><![CDATA[LastActivityView is a tool for Windows operating system that collects information from various sources on a running system, and displays a log of actions made by the user and events occurred on this computer. Download]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">LastActivityView is a tool for Windows operating system that collects information from various sources on a running system, and displays a log of actions made by the user and events occurred on this computer.</span></p>
<p><img src="http://i1.wp.com/1.bp.blogspot.com/-wTUVdPJQeRQ/UI4oJSH7FEI/AAAAAAAAEgc/7dH7j1O7Kyw/s1600/ACTIVITY.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><a href="http://www.nirsoft.net/utils/lastactivityview.zip"><strong>Download</strong></a></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/" data-title="How to View Last Activity of Your PC"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-view-last-activity-of-your-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Detect Vulnerable and out-dated Programs</title>
		<link>http://www.hackingarticles.in/how-to-detect-vulnerable-and-out-dated-programs/</link>
		<comments>http://www.hackingarticles.in/how-to-detect-vulnerable-and-out-dated-programs/#comments</comments>
		<pubDate>Fri, 12 Oct 2012 03:45:45 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=6836</guid>
		<description><![CDATA[The Secunia Personal Software Inspector (PSI) is a free computer security solution that identifies vulnerabilities in non-Microsoft (third-party) programs which can leave your PC open to attacks. Simply put, it scans software on your system and identifies programs in need of security updates to safeguard your PC against cybercriminals. It then supplies your computer with [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">The Secunia Personal Software Inspector (PSI) is a free computer security solution that identifies vulnerabilities in non-Microsoft (third-party) programs which can leave your PC open to attacks. Simply put, it scans software on your system and identifies programs in need of security updates to safeguard your PC against cybercriminals. It then supplies your computer with the necessary software security updates to keep it safe. The Secunia PSI even automates the updates for your insecure programs, making it a lot easier for you to maintain a secure PC.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> <strong> Key Features</strong></span></p>
<ul style="text-align: justify;">
<ul>
<li><span style="color: #000000;">Detects insecure versions of common/popular programs installed on your PC.</span></li>
<li><span style="color: #000000;">Verifies that Microsoft patches are applied.</span></li>
<li><span style="color: #000000;">Assists you in updating, patching, and protecting your PC.</span></li>
<li><span style="color: #000000;">Activates additional security features in Sun Java.</span></li>
<li><span style="color: #000000;">Runs through your browser. No installation or download is required.</span></li>
<li><span style="color: #000000;">Covers about 100 Microsoft and third-party programs</span></li>
</ul>
</ul>
<p><img src="http://i2.wp.com/1.bp.blogspot.com/-RWeZa_uXkBA/UHeRPyrzP_I/AAAAAAAAENU/r6ItOfhTMAs/s1600/secunia.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><strong><a href="http://secunia.com/vulnerability_scanning/personal/">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-detect-vulnerable-and-out-dated-programs/" data-title="How to Detect Vulnerable and out-dated Programs"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-detect-vulnerable-and-out-dated-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to view Date &amp; Time of any Captured JPEG Image</title>
		<link>http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/</link>
		<comments>http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 11:41:00 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Cyber Forensics]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=5915</guid>
		<description><![CDATA[ExifDataView ExifDataView is a small utility that reads and displays the Exif data stored inside .jpg image files generated by digital cameras. The EXIF data includes the name of the company created the camera, camera model, the date/time that the photograph was taken, Exposure Time, ISO Speed, GPS information (for digital cameras with GPS), and [...]]]></description>
				<content:encoded><![CDATA[<h5 style="text-align: justify;"><span style="color: #000000;"><strong>ExifDataView</strong></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">ExifDataView is a small utility that reads and displays the Exif data stored inside .jpg image files generated by digital cameras. The EXIF data includes the name of the company created the camera, camera model, the date/time that the photograph was taken, Exposure Time, ISO Speed, GPS information (for digital cameras with GPS), and more.</span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/2.bp.blogspot.com/-bh4bmp_ooSc/T-RW5FCstMI/AAAAAAAADbE/w8FsWtAmsXk/s1600/exif.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h5><strong><a href="http://www.nirsoft.net/utils/exif_data_view.html">Download</a></strong></h5>
<p>&nbsp;</p>
<h5 style="text-align: justify;"><span style="color: #000000;"><strong>Photo Studio</strong></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">Photo Studio is a useful tool for exploring the Meta data stored along with your image files. The program supports a wide variety of Meta data standards, including EXIF, CIFF, Olympus, JFIF and Photoshop. EXIF data will be of particular interest to digital camera users &#8211; it is the format used by most digital cameras to store camera settings along with an image.</span></p>
<p style="text-align: justify;"><img src="http://i0.wp.com/4.bp.blogspot.com/-x0Xntygh4Tw/T-RXH5a4aDI/AAAAAAAADbM/Y-Y_Tzo1dus/s1600/photo+stodio.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h5><strong><a href="http://www.stuffware.co.uk/photostudio/">Download</a></strong></h5>
<p><strong> </strong></p>
<h5 style="text-align: justify;"><span style="color: #000000;"><strong>In Windows PC</strong></span></h5>
<p style="text-align: justify;"><span style="color: #000000;">Right Click on Your Image then click on<strong> properties</strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;">In properties tab click on<strong> Details</strong></span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/1.bp.blogspot.com/-VQ1NQvRSGKY/T-RXUjn66ZI/AAAAAAAADbU/gqguePsPOUM/s1600/img+data.jpg?w=620" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/" data-title="How to view Date &amp; Time of any Captured JPEG Image"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-view-date-time-of-any-captured-jpeg-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sandcat Browser &#8211; Pen-Test Oriented Web Browser</title>
		<link>http://www.hackingarticles.in/sandcat-browser-pen-test-oriented-web-browser/</link>
		<comments>http://www.hackingarticles.in/sandcat-browser-pen-test-oriented-web-browser/#comments</comments>
		<pubDate>Mon, 28 May 2012 17:53:23 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Browser Hacking]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=5574</guid>
		<description><![CDATA[Sandcat Browser is a freeware portable pen-test oriented multi-tabbed web browser with extensions support developed by the Syhunt team, the same creators of the Syhunt Web Application Security Scanner. The Sandcat Browser is built on top of Chromium, the same engine that powers the Google Chrome browser, and uses the Lua language to provide extensions and scripting support. Sandcat Browser includes [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Sandcat Browser is a freeware portable pen-test oriented multi-tabbed web browser with extensions support developed by the Syhunt team, the same creators of the Syhunt Web Application Security Scanner. The Sandcat Browser is built on top of Chromium, the same engine that powers the Google Chrome browser, and uses the Lua language to provide extensions and scripting support.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Sandcat Browser includes the following pen-test oriented features:</strong></span></p>
<ul>
<li><span style="color: #000000;">Live HTTP Headers</span></li>
<li><span style="color: #000000;">Request Editor Extension</span></li>
<li><span style="color: #000000;">Fuzzer extension with multiple modes and support for filters</span></li>
<li><span style="color: #000000;">JavaScript Executor extension &#8212; allows you to load and run external JavaScript files</span></li>
<li><span style="color: #000000;">Lua Executor extension &#8212; allows you to load and run external Lua scripts</span></li>
<li><span style="color: #000000;">Syhunt Gelo</span></li>
<li><span style="color: #000000;">HTTP Brute Force, CGI Scanner scripts and more</span></li>
</ul>
<div><img style="color: #000000;" src="http://i2.wp.com/4.bp.blogspot.com/-unmxdm4ZhmU/T8O6sCovtiI/AAAAAAAADKo/BWv2HF8ruyA/s1600/web.jpg?w=620" alt="" data-recalc-dims="1" /></div>
<h1><strong><a href="http://www.syhunt.com/?n=Sandcat.Browser">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/sandcat-browser-pen-test-oriented-web-browser/" data-title="Sandcat Browser &#8211; Pen-Test Oriented Web Browser"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/sandcat-browser-pen-test-oriented-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nir Launcher (Best 100 Portable Software)</title>
		<link>http://www.hackingarticles.in/launcher-portable-software/</link>
		<comments>http://www.hackingarticles.in/launcher-portable-software/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 17:06:19 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=4479</guid>
		<description><![CDATA[NirLauncher is a package of more than 100 portable freeware utilities for Windows, all of them developed for NirSoft Web site during the last few years. NirLauncher Features NirLauncher can be used from USB flash drive without need of any installation. NirLauncher and all the utilities in the package are completely freeware, without any Spyware/Adware/Malware. [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">NirLauncher is a package of more than 100 portable freeware utilities for Windows, all of them developed for NirSoft Web site during the last few years.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>NirLauncher Features</strong></span></p>
<ul>
<li><span style="color: #000000;">NirLauncher can be used from USB flash drive without need of any installation.</span></li>
<li style="text-align: justify;"><span style="color: #000000;">NirLauncher and all the utilities in the package are completely freeware, without any Spyware/Adware/Malware.</span></li>
<li style="text-align: justify;"><span style="color: #000000;">NirLauncher package includes variety of tools that you may need for your daily computer use, including utilities to recover lost passwords, to monitor your network, to view and extract cookies, cache, and other information stored by your Web browser, to search files in your system, and more&#8230;</span></li>
<li><span style="color: #000000;">For every utility in the package, you can easily run it, view the help file, or jump to the Web page of the utility.</span></li>
<li><span style="color: #000000;">When using it from USB flash drive, the configuration of every utility is saved into .cfg file on the flash drive.</span></li>
<li><span style="color: #000000;">On x64 systems, NirLauncher automatically run the x64 version of the utility, when there is a separated x64 version.</span></li>
<li><span style="color: #000000;">NirLauncher also allows to add more software packages in additional to the main NirSoft package.</span></li>
</ul>
<div><img style="color: #000000;" src="http://i1.wp.com/3.bp.blogspot.com/-Vgqs-UZR1x4/T1JOh6A1zPI/AAAAAAAACQE/Zj3MingGeKY/s1600/nir+launcher.jpg?w=620" alt="" data-recalc-dims="1" /></div>
<h1><strong><a href="http://launcher.nirsoft.net/download.html">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/launcher-portable-software/" data-title="Nir Launcher (Best 100 Portable Software)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/launcher-portable-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Detect Vulnerability in PHP Application</title>
		<link>http://www.hackingarticles.in/detect-vulnerability-application/</link>
		<comments>http://www.hackingarticles.in/detect-vulnerability-application/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 07:11:26 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=3872</guid>
		<description><![CDATA[PHP Vulnerability Hunter is a PHP fuzzing tool that scans for several different vulnerabilities by performing dynamic program analysis. It can detect arbitrary command execution, local file inclusion, arbitrary upload, and several other types of vulnerabilities. Download]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">PHP Vulnerability Hunter is a PHP fuzzing tool that scans for several different vulnerabilities by performing dynamic program analysis. It can detect arbitrary command execution, local file inclusion, arbitrary upload, and several other types of vulnerabilities.</span></p>
<p style="text-align: justify;"><img src="http://i0.wp.com/3.bp.blogspot.com/-7K1EDIeqwFY/TxBbXukY7ZI/AAAAAAAAB54/dGZFBO0XVFs/s1600/php+vul.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><strong><a href="http://code.google.com/p/php-vulnerability-hunter/downloads/detail?name=phpvh1.2.0.2.zip&amp;can=2&amp;q=">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/detect-vulnerability-application/" data-title="How to Detect Vulnerability in PHP Application"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/detect-vulnerability-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Recover PDF Password</title>
		<link>http://www.hackingarticles.in/how-to-recover-pdf-password/</link>
		<comments>http://www.hackingarticles.in/how-to-recover-pdf-password/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 15:30:24 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=3548</guid>
		<description><![CDATA[PDF unlocker, which is Recover PDF Password, can help you find your lost passwords for protected PDF documents created in any version of Adobe Acrobat, including Unicode passwords for Acrobat 9.x PDF files, no matter what language or keyboard layout you used to protect your data. Features: Does NOT need Adobe Acrobat software Recovers &#8220;User&#8221; [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;"><strong><a href="http://www.unlock-pdf-password.com/">PDF unlocker</a></strong>, which is Recover PDF Password, can help you find your lost passwords for protected PDF documents created in any version of Adobe Acrobat, including Unicode passwords for Acrobat 9.x PDF files, no matter what language or keyboard layout you used to protect your data.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>Features:</strong></span></h4>
<ul>
<li style="text-align: justify;"><span style="color: #000000;">Does NOT need Adobe Acrobat software</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Recovers &#8220;User&#8221; password, which is required to open the file</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Recovers &#8220;Owner&#8221; password, which permits to use PDF files without any restrictions (copy, print, edit, etc.)</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Brute-force and dictionary search are used to recover the password</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Patterns can be used to minimize search time if any part of the password is known</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Non-English characters in passwords are supported</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Automatically saves password search state and can resume after a pause</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Handy recovery history</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Decrypts PDF files</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Removes digital signature from a decrypted PDF file</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Supports PDF 1.7 (Acrobat 9.x) files, including 256-bit decryption</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Supports Windows 2000, XP, 2003, Vista, Windows Server 2008 x32, Windows 7, all 64-bit system platforms</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Supports multiprocessor systems for even higher speed of password search</span></li>
</ul>
<p>&nbsp;</p>
<h4><span style="color: #000000;"><strong>How to use PDF Password Recovery</strong></span></h4>
<ul>
<li><span style="color: #000000;">First Download PDF Password Recovery from</span><strong> <a href="http://www.unlock-pdf-password.com/">Here</a> </strong>and install it on your computer.</li>
<li><span style="color: #000000; text-align: justify;">Launch Recover PDF Password &#8211; an essential <strong><a href="http://www.unlock-pdf-password.com/">PDF unlocker</a>.</strong></span></li>
<li><span style="color: #000000; text-align: justify;">Select the PDF file you are going to unlock PDF password for and add it to Recover PDF Password.</span></li>
<li><span style="color: #000000; text-align: justify;">To unlock PDF document choose whether you will be recovering &#8220;</span><strong style="color: #000000; text-align: justify;">Owne</strong><span style="color: #000000; text-align: justify;">r&#8221; or &#8220;</span><strong style="color: #000000; text-align: justify;">User</strong><span style="color: #000000; text-align: justify;">&#8221; password.</span></li>
<li><span style="color: #000000; text-align: justify;">Choose the search method to unlock PDF. Choosing the right method can significantly save your time.</span></li>
<li><span style="color: #000000; text-align: justify;">Click on </span><strong style="color: #000000; text-align: justify;">start recovery</strong></li>
</ul>
<p style="text-align: justify;"><img src="http://i2.wp.com/3.bp.blogspot.com/-g1H5kPUrPh4/TvSi3ym_mUI/AAAAAAAABtM/oS4IzG-Rm0k/s1600/final.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1><a href="http://www.unlock-pdf-password.com/"><strong> Download</strong></a></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-recover-pdf-password/" data-title="How to Recover PDF Password"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-recover-pdf-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Security Scanner</title>
		<link>http://www.hackingarticles.in/password-security-scanner/</link>
		<comments>http://www.hackingarticles.in/password-security-scanner/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 09:26:22 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=3516</guid>
		<description><![CDATA[This utility scans the passwords stored by popular Windows applications (Microsoft Outlook, Internet Explorer, Mozilla Firefox, and more&#8230;) and displays security information about all these passwords. The security information of every stored password includes the total number of characters, number of numeric characters, number of lowercase/uppercase characters, number of repeating characters, and password strength. You [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">This utility scans the passwords stored by popular Windows applications (Microsoft Outlook, Internet Explorer, Mozilla Firefox, and more&#8230;) and displays security information about all these passwords. The security information of every stored password includes the total number of characters, number of numeric characters, number of lowercase/uppercase characters, number of repeating characters, and password strength. You can use this tool to determine whether the passwords used by other users are secured enough, without watching the passwords themselves.</span></p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><span style="color: #000000;">Currently this tool scans the passwords for following apps, support for more apps will be added in future versions.</span></strong></p>
<ul>
<li><span style="color: #000000;">Internet Explorer 4.0 – 6.0</span></li>
<li><span style="color: #000000;">Internet Explorer 7.0 – 9.0</span></li>
<li><span style="color: #000000;">Mozilla Firefox (All Versions)</span></li>
<li><span style="color: #000000;">Dialup/VPN passwords of Windows</span></li>
<li><span style="color: #000000;">MSN/Windows Messenger</span></li>
<li><span style="color: #000000;">Microsoft Outlook</span></li>
<li><span style="color: #000000;">Windows Live Mail</span></li>
</ul>
<p style="text-align: justify;"><img src="http://i2.wp.com/4.bp.blogspot.com/-aIXbIZfGh7c/TvL2bTH5JQI/AAAAAAAABq8/jDeoCbxawF8/s1600/psc.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h1 style="text-align: justify;"><strong><a href="http://www.nirsoft.net/utils/password_security_scanner.html">Download</a></strong></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/password-security-scanner/" data-title="Password Security Scanner"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/password-security-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
