<?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; Others</title>
	<atom:link href="http://www.hackingarticles.in/category/others/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>CutyCapt &#8211; A Qt WebKit Web Page Rendering Capture Utility</title>
		<link>http://www.hackingarticles.in/cutycapt-a-qt-webkit-web-page-rendering-capture-utility/</link>
		<comments>http://www.hackingarticles.in/cutycapt-a-qt-webkit-web-page-rendering-capture-utility/#comments</comments>
		<pubDate>Fri, 03 May 2013 07:33:31 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Kali Linux]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=8209</guid>
		<description><![CDATA[CutyCapt is a small cross-platform command-line utility to capture WebKit&#8217;s rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP First download the cutycapt from here Open your cutycapt from command prompt and type following command CutyCapt –url=http://www.example.com –out=anyfile.pdf (Convert in PDF [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">CutyCapt is a small cross-platform command-line utility to capture WebKit&#8217;s rendering of a web page into a variety of vector and bitmap formats, including SVG, PDF, PS, PNG, JPEG, TIFF, GIF, and BMP</span></p>
<p style="text-align: justify;"><span style="color: #000000;">First download the cutycapt from</span> <strong><a href="http://cutycapt.sourceforge.net/">here</a></strong></p>
<p><span style="color: #000000;">Open your cutycapt from command prompt and type following command</span></p>
<p><span style="color: #000000;"><b>CutyCapt –url=http://www.example.com –out=anyfile.pdf (Convert in PDF Format)</b></span></p>
<p><span style="color: #000000;"><b></b><b>CutyCapt –url=http://www.example.com –out=anyfile.jpg (Convert in Image File)</b></span></p>
<p><img alt="" src="http://i0.wp.com/3.bp.blogspot.com/-UREgpMBfGk8/UYNm7Qx5SiI/AAAAAAAAGJQ/Smc3c9f4CAQ/s1600/1.jpg?w=620" data-recalc-dims="1" /></p>
<h3 style="text-align: justify;"><span style="color: #000000;"><b>In Kali Linux</b></span></h3>
<p style="text-align: justify;"><span style="color: #000000;">Open your kali linux terminal and type</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>CutyCapt –url=http://www.example.com –out=anyfile.pdf (To Convert in PDF Format)</b></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b></b><b>CutyCapt –url=http://www.example.com –out=anyfile.jpg (To Convert in Image File)</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/4.bp.blogspot.com/--foTHW2A_uQ/UYNnFxZncbI/AAAAAAAAGJY/9piW94mL12g/s1600/ka.jpg?w=620" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/cutycapt-a-qt-webkit-web-page-rendering-capture-utility/" data-title="CutyCapt &#8211; A Qt WebKit Web Page Rendering Capture Utility"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/cutycapt-a-qt-webkit-web-page-rendering-capture-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWASP Xenotix XSS Exploit Framework v3 2013</title>
		<link>http://www.hackingarticles.in/owasp-xenotix-xss-exploit-framework-v3-2013/</link>
		<comments>http://www.hackingarticles.in/owasp-xenotix-xss-exploit-framework-v3-2013/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 17:40:02 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Penetration Testing]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=8055</guid>
		<description><![CDATA[Introduction Cross Site Scripting or XSS vulnerabilities have been reported and exploited since 1990s. XSS got listed as the top 3rd Vulnerability in the OWASP 2013 Web application Vulnerabilities list. Cross-site scripting (XSS) is a type of security vulnerability typically found in web applications which allows the attackers to inject client-side script into web pages [...]]]></description>
				<content:encoded><![CDATA[<h4 style="text-align: justify;"><span style="color: #000000;"><b>Introduction</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Cross Site Scripting or XSS vulnerabilities have been reported and exploited since 1990s. XSS got listed as the top 3<sup>rd</sup> Vulnerability in the OWASP 2013 Web application Vulnerabilities list. Cross-site scripting (XSS) is a type of security vulnerability typically found in web applications which allows the attackers to inject client-side script into web pages viewed by other users. The execution of the injected code takes place at client side. A cross site scripting vulnerability can be used by the attacker to bypass the Same Origin Policy (SOP). In the past, the potentials of XSS vulnerability were not known. XSS was mainly used for stealing cookies and for temporary or permanent defacements and was not considered as high risk vulnerability. But later XSS tunneling and Payload delivering showed us the potential of XSS Vulnerability. Most of the large websites like Google, Facebook, Twitter, Microsoft, and Amazon etc. even now suffers from XSS bugs. That’s a brief introduction about XSS.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Some threats due to XSS</b></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>XSS Tunneling</b>: With XSS Tunnel a hacker will obtain the traffic between the victim and a webserver.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Client side code injection</b>: A hacker can inject malicious codes and execute them at client side.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>DOS:</b> A hacker can perform DOS against a remote server or against the client itself.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Cookie Stealing</b>: A hacker can obtain the session cookies or tokens of a victim.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Malware Spreading</b>: A hacker can spread malwares with a website which is vulnerable to XSS.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Phishing</b>: A hacker can embed or redirect to a fake page of the website to get the login credentials of the victim.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Defacing:</b> Temporary or permanent defacement of web application is possible.</span></p>
<h4><span style="color: #000000;"><b>What is Xenotix XSS Exploit Framework?</b></span></h4>
<p><img alt="" src="http://i1.wp.com/4.bp.blogspot.com/-lMVXSWiE3gw/US46hl9OCVI/AAAAAAAAF9Y/nHH_MPQH-hA/s1600/image001.png?resize=580%2C354" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Xenotix XSS Exploit Framework </b>is a penetration testing tool to detect and exploit XSS vulnerabilities in Web Applications.This tool can inject codes into a webpage which are vulnerable to XSS.It is basically a payload list based XSS Scanner and XSS Exploitation kit. It provides a penetration tester the ability to test all the XSS payloads available in the payload list against a web application to test for XSS vulnerabilities. The tool supports both manual mode and automated time sharing based test modes. The exploitation framework in the tool includes a XSS encoder, a victim side XSS keystroke logger, an Executable Drive-by downloader, a XSS Reverse Shell and a XSS DDoSer. These exploitation tools will help the penetration tester to create proof of concept attacks on vulnerable web applications during the creation of a penetration test report.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Features of Xenotix XSS Exploit Framework</b></span></h4>
<p><span style="color: #000000;">Xenotix XSS Exploit Framework is divided into two module</span></p>
<p><span style="color: #000000;"><b>Scanner Module</b></span></p>
<p><span style="color: #000000;">Built in XSS Payloads</span></p>
<p><span style="color: #000000;">HTML5 compactable Payload list</span></p>
<p><span style="color: #000000;">XSS Auto mode Scanner</span></p>
<p><span style="color: #000000;">XSS Multi-Parameter Scanner</span></p>
<p><span style="color: #000000;">XSS Fuzzer</span></p>
<p><span style="color: #000000;"><b>Exploitation Framework</b></span></p>
<p><span style="color: #000000;">XSS Keylogger</span></p>
<p><span style="color: #000000;">XSS Executable Drive-by downloader</span></p>
<p><span style="color: #000000;">XSS Payload Encoder</span></p>
<p><span style="color: #000000;">XSS Reverse Shell</span></p>
<p><span style="color: #000000;">XSS DDoSer</span></p>
<p><span style="color: #000000;">XSS Cookie Thief</span></p>
<p><span style="color: #000000;"><b>Scanner Module</b></span></p>
<p><span style="color: #000000;"><b>Built in Payload List</b></span></p>
<p><span style="color: #000000;">It is having an inbuilt XSS payload list of above 500+ XSS payloads. It includes HTML5 compactable XSS injection payloads.Most of the XSS filters are implemented using String Replace filter, htmlentities filter and htmlspecialcharacters filter. Most of these weakly designed filters can be bypassed by specific XSS payloads present in the inbuilt payload list.</span></p>
<p><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-sALLdrqJt5s/US49K4YFm2I/AAAAAAAAF9k/gPzV4uCNwcI/s1600/image002.png?resize=544%2C364" data-recalc-dims="1" /></p>
<p style="text-align: justify;">The above chart shows the number of XSS Payloads in different XSS Scanning tools available in market. Xenotix XSS Exploit Framework got the world’s second largest XSS Payload list after IBM AppScan Security which is having 700 million payloads.</p>
<h4 style="text-align: justify;"><b>XSS Scanner Module</b></h4>
<p><iframe src="http://www.youtube.com/embed/CJEgO4_kd-8" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<h4><b>XSS Multi-Parameter Scanner</b></h4>
<p><img alt="" src="http://i2.wp.com/4.bp.blogspot.com/-66qpsd2FVdU/US49rRXRScI/AAAAAAAAF9s/qqY60I8QEX0/s1600/image003.png?resize=573%2C232" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">The Multi-Parameter XSS Scanner comes when you have multiple parameters to test for XSS. It can extract the different parameters from the given URL and test them individually. It saves a lot of your time as you don’t need to test each parameter separately.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>XSS Fuzzer</b></span></h4>
<p><img alt="" src="http://i1.wp.com/1.bp.blogspot.com/-4HDluxUGGGk/US493cNlHzI/AAAAAAAAF90/Q01kXWI6948/s1600/image004.png?resize=620%2C170" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">The XSS Fuzzer is a convenient module to detect hidden XSS as well as other vulnerabilities like HTTP Parameter Polution. With the Fuzzer, one can conduct an out of the box testing of the box fuzzing to detect hidden vulnerabilities in a web application. </span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Exploitation Framework</b></span></h4>
<p><span style="color: #000000;"><b>XSS Keylogger</b></span></p>
<p><img alt="" src="http://i1.wp.com/3.bp.blogspot.com/-2csV2P3bM_Y/US4-Kf-CfNI/AAAAAAAAF_I/HCCy0rN1Mpo/s1600/image005.png?w=620" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">The tool includes an inbuilt victim side Key logger which is implemented using JavaScript and PHP.  PHP is served with the help of a portable PHP server named QuickPHP by Zach Saw. A JavaScript file is injected into the web application vulnerable to XSS and is presented to the victim. The script captures the keystrokes made by the victim and send to a PHP file which further write down the logs into a text file.</span></p>
<p><iframe src="http://www.youtube.com/embed/owfF9C_Xerw" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<h4><span style="color: #000000;"><b>XSS Executable Drive-by Downloader</b></span></h4>
<p><img alt="" src="http://i2.wp.com/1.bp.blogspot.com/-UzPBfso0xrE/US4-l_vauII/AAAAAAAAF_Q/-jvYes4_lRs/s1600/image006.png?w=620" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">Java Drive-by download can be implemented with Xenotix XSS Exploit Framework. It allows the attacker to download and run a malicious executable file on the victim’s system without his knowledge and permission. You have to specify the URL for the malicious executable and then embed the drive-by implemented webpage into a XSS vulnerable page and serve your victim. When the victim view the injected page, the java applet client.jar will access the command prompt and with the help of echo command, write down some scripts to a Visual basic script file named winconfig.vbs in the temp directory(%temp%) and then the cmd.exe will start winconfig.vbs. The winconfig.vbs will download the malicious executable specified by you in the URL to temp directory and rename it as update.exe and finally it will execute update.exe. The downloading and executing of the malicious executable happened without the knowledge and permission of the victim. </span></p>
<p><iframe src="http://www.youtube.com/embed/i8c3kf4t6A8" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>XSS Payload Encoder</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">The inbuilt Encoder will allow encoding into different forms to bypass various filters and Web Application Firewalls. The encoder supports Base64 Encoding, URL Encoding, HEX Encoding, HTML Characters Conversion, Character Code Conversion and IP to Dword, Hex and Octal conversions.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>XSS Reverse Shell</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">A XSS Reverse Shell can be implemented with Xenotix XSS Exploit Framework. This is made possible with the help of Java Drive-By. The XSS vulnerable web application exploited with the injectable scripts generated by XSS Reverse Shell when presented to a victim will initiate the drive by download of a Reverse TCP connecting shell. After the drive-by download, the reverse shell is executed by the same method used in Java Drive-by. </span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/2.bp.blogspot.com/-GxRfqInEWpw/US4_BoRQ_kI/AAAAAAAAF_Y/-ph59JYPhvo/s1600/image007.png?resize=608%2C276" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">The advantage of this method is that the reverse shell is downloaded and executed in the victim’s system without his knowledge. But for the execution of reverse shell, it will pop up a UAC dialog requesting for the permission to run the executable. The tool is having an inbuilt Listener that listens to the reverse shell. It is designed in a user friendly manner. All you have to do is to specify the reverse connection IP and port. </span></p>
<p><iframe src="http://www.youtube.com/embed/IT-8IH3yRrA" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<h4><span style="color: #000000;"><b>XSS DDoSer</b></span></h4>
<p><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-0eZiZ-5Dy1k/US4_cg8eMhI/AAAAAAAAF_g/DW9svQwlSpE/s1600/image008.png?w=620" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">With HTML 5 comes great power. We harvest the power of HTML 5 to abuse the Cross Origin Resource Sharing (CORS) and WebSocket to implement a DDoS attack.  WebSocket is a technology that allows web applications to have a bidirectional channel to a URI endpoint. Sockets can send and receive data to and from a web server and respond to opening or closing a WebSocket. The XMLHttpRequest is a JavaScript object which is used to exchange data between a server and a bowser behind the scene. This can be used for Cross Origin Resource Sharing (CORS). We can perform a combined and powerful DDoS attack by abusing these two technologies. This module abuses WebSocket and creates numerous socket connections with a target server to slow it down. Along with it by abusing CORS, the add-on create numerous fake GET requests to slow down the target server. When we send the first request to the target server and the response contains the &#8216;Access-Control-Allow-Origin&#8217; header with a value that restricts cross site requests, then at times the browser refuses to send more requests to the same URL. However this can be easily bypassed by making every request unique by adding a non-existing query-string parameter with changing values.</span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-K1ewOMNfOnI/US4_mf5hY_I/AAAAAAAAF_o/4BTSs5zwulU/s1600/image009.png?resize=523%2C118" data-recalc-dims="1" /></p>
<p><iframe src="http://www.youtube.com/embed/cgLGgVWvi9Y" height="360" width="640" allowfullscreen="" frameborder="0"></iframe></p>
<h4><span style="color: #000000;"><b>XSS Cookie Thief</b></span></h4>
<p><img alt="" src="http://i2.wp.com/3.bp.blogspot.com/-pw-pTBaXcb8/US5AA16nuZI/AAAAAAAAF_w/Jk77TYWDe9s/s1600/image010.png?resize=561%2C354" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">It’s the traditional Cookie Stealer but a bit advanced and with real time cookie viewer. This module allows the pentester to create cookie stealing POC.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Features for the Next Build</b></span></p>
<p style="text-align: justify;"><span style="color: #000000;">Current version of XSS Exploit Framework is based on Internet Explorer’s webpage rendering engine Trident. Since XSS got slightly different behavior in different Web Browsers, the support for the Gecko (Used by Mozilla Firefox) and Webkit (used by Chrome, Opera, and Safari) Rendering engines will be added up in the next build. The support for XSS in POST Parameter and XSS testing by modifying the headers will be included in the next build. XSS Proxy to tunnel the victim-server traffic will be added in future builds. Automatic detection of parameters or variables vulnerable against XSS and DOM Based XSS detection will be added up in next build.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>Conclusion</b></span></p>
<p style="text-align: justify;"><span style="color: #000000;">XSS in popular website is a high security threat. Xenotix XSS Exploit Framework can be used by Security Analysts to perform penetration test on Web Applications against XSS vulnerability and to create POC with the inbuilt exploitation framework. Most of the security tools related to XSS are either XSS Scanners or XSS Exploitation tools. Xenotix XSS Exploitation Framework is the first of its kind to act both as an XSS vulnerability scanner as well as XSS exploitation framework. Bug bounty programs like Google Vulnerability Reward Program, Facebook Bounty, Paypal bug bountyetc. are there. So go for a XSS hunting and grab your bounty.J</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>About Author</strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;">Ajin Abraham is an Information Security Researcher. He is the creator of OWASP Xenotix XSS Exploit Framework. He had published different whitepapers and tools in the scope of Information Security. He is one among the top 10 in Chakravyuh 2012, India’s Biggest Ethical Hacking Competition. His area of interest includes web application penetration testing, coding tools, exploit development and fuzzing. He has been a speaker at many security conferences including Defcon Bangalore-India 2012, ClubHack 2012, nullcon Goa 2013, AppSec APAC 2013, Hack Miami 2013, BlackHat Europe 2013 and many more.</span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/owasp-xenotix-xss-exploit-framework-v3-2013/" data-title="OWASP Xenotix XSS Exploit Framework v3 2013"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/owasp-xenotix-xss-exploit-framework-v3-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving OWASP Bricks Challenge #3 using SQLMap and Havij</title>
		<link>http://www.hackingarticles.in/solving-owasp-bricks-challenge-3-using-sqlmap-and-havij/</link>
		<comments>http://www.hackingarticles.in/solving-owasp-bricks-challenge-3-using-sqlmap-and-havij/#comments</comments>
		<pubDate>Sat, 16 Feb 2013 12:35:04 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Penetration Testing]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7935</guid>
		<description><![CDATA[OWASP Bricks is free and open source learning platform for web application security. It comes with lots of levels/challenges also known as &#8216;bricks&#8217;. Each brick has some sort of vulnerability. The official Bricks documentation shows how to exploit these vulnerabilities manually. However, in this tutorial, automated tools are used to &#8216;break the Bricks&#8217;. If you [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;"><a href="http://owasp.org/index.php/OWASP_Bricks"><span style="color: #000000;">OWASP</span></a> <a href="http://owasp.org/index.php/OWASP_Bricks"><span style="color: #000000;">Bricks</span></a> is free and open source learning platform for web application security. It comes with lots of levels/challenges also known as &#8216;bricks&#8217;. Each brick has some sort of vulnerability. <a href="http://sechow.com/bricks/docs/"><span style="color: #000000;">The</span></a> <a href="http://sechow.com/bricks/docs/"><span style="color: #000000;">official</span></a> <a href="http://sechow.com/bricks/docs/"><span style="color: #000000;">Bricks</span></a> <a href="http://sechow.com/bricks/docs/"><span style="color: #000000;">documentation</span></a> shows how to exploit these vulnerabilities manually.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">However, in this tutorial, automated tools are used to &#8216;break the Bricks&#8217;. If you don’t already have Bricks installed, please go through the <a href="http://sechow.com/bricks/docs/installation.html"><span style="color: #000000;">setup</span></a><a href="http://sechow.com/bricks/docs/installation.html"><span style="color: #000000;">instructions</span></a>. It’s just a matter of few minutes.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">SQLMap is seen as an industry standard penetration testing tool when it comes to SQL injection. It&#8217;s a free command line utility written in Python. The commands are easy and straightforward.</span></p>
<p><iframe width="853" height="480" src="http://www.youtube.com/embed/IF5aB3pHYOQ" frameborder="0" allowfullscreen></iframe></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Starting the scan</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Scanning can be started simply by issuing the command:</span></p>
<p style="text-align: justify;"><strong><span style="color: #000000;">sqlmap.py -u <span style="color: #000000;">http://localhost/bricks/content-1/index.php?id=0</span></span></strong></p>
<p style="text-align: justify;"><span style="color: #000000;">During the scan, SQLMap will go ahead and try to inject codes on all possible inputs. Once it detects a vulnerable point, it prompts a question back to the user asking whether they would like to continue looking for other injection points or not. For this tutorial, there is no point in analyzing the page further, so it can be skipped.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Listing out the databases</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Enumerating the databases on the remote server can be done easily by issuing the following command:</span></p>
<p style="text-align: justify;"><strong><span style="color: #000000;">sqlmap.py -u http://localhost/bricks/content-1/index.php?id=0 –dbs</span></strong></p>
<p style="text-align: justify;"><span style="color: #000000;">This lists out all the databases on the remote MySQL server. For this particular tutorial, &#8216;brick&#8217;s is the database of interest.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b style="font-size: 0.8em;">Dumping the Entire database</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">The complete &#8216;bricks&#8217; database can be dumped by issuing:</span></p>
<p style="text-align: justify;"><strong><span style="color: #000000;">sqlmap.py -u http://localhost/bricks/content-1/index.php?id=0 -D bricks –dump</span></strong></p>
<p style="text-align: justify;"><span style="color: #000000;">This dumps the complete database and shows in a nice manner on the command line. The result can also be seen in the sqlmap/output folder as a CSV file and can be opened using Microsoft Excel or any similar software.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">This shows how easy it is to use an automated tool to perform SQL injection attacks. Let&#8217;s look at software called Havij.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Performing SQL injection using Havij is a point and click affair. Just supply it with the vulnerable URL, click on some buttons and you&#8217;re done!</span></p>
<p><iframe src="http://www.youtube.com/embed/VMeusdLErzA" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<h4 style="text-align: justify;"><span style="color: #000000;"> About Author</span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Abhi M is an information security professional and the project leader of <a href="https://www.owasp.org/index.php/OWASP_Mantra_-_Security_Framework"><span style="color: #000000;">OWASP</span></a> <a href="https://www.owasp.org/index.php/OWASP_Mantra_-_Security_Framework"><span style="color: #000000;">Mantra</span></a> and <a href="https://www.owasp.org/index.php/OWASP_Bricks"><span style="color: #000000;">OWASP</span></a> <a href="https://www.owasp.org/index.php/OWASP_Bricks"><span style="color: #000000;">Bricks</span></a>. He believes that being open can do incredible things for humanity. He is an avid reader of Hacking Articles and is following it since the first day he visited the same.</span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/solving-owasp-bricks-challenge-3-using-sqlmap-and-havij/" data-title="Solving OWASP Bricks Challenge #3 using SQLMap and Havij"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/solving-owasp-bricks-challenge-3-using-sqlmap-and-havij/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Reverse Engineering : See Source Code of Android Apps</title>
		<link>http://www.hackingarticles.in/android-reverse-engineering-see-source-code-of-android-apps/</link>
		<comments>http://www.hackingarticles.in/android-reverse-engineering-see-source-code-of-android-apps/#comments</comments>
		<pubDate>Tue, 15 Jan 2013 17:50:20 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7773</guid>
		<description><![CDATA[I am going to discuss how we can see the source code of the android apps and may be modify/hack according to our own convenience. Various attackers use this technique to inject their own malicious code in the app and the again compiling it and spreading the app. Tools Required Dex2jar: It is a tool [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">I am going to discuss how we can see the source code of the android apps and may be modify/hack according to our own convenience. Various attackers use this technique to inject their own malicious code in the app and the again compiling it and spreading the app.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Tools Required</span></p>
<ul style="text-align: justify;">
<li><span style="color: #000000;">Dex2jar: It is a tool which is used when working with android .dex and java .jar files.</span></li>
<li><span style="color: #000000;">Jd-gui: This tool opens up the entire coding of .apk file.</span></li>
</ul>
<p style="text-align: justify;"><span style="color: #000000;">You can Download both these tools from here.</span></p>
<p><a href="http://www.facebook.com/l.php?u=https%3A%2F%2Fwww.dropbox.com%2Fs%2F4bv9lagfc09hg47%2FDex2jar%2520and%2520jd0gui.rar&amp;h=gAQEXLLM-" target="_blank"><b>https://www.dropbox.com/s/4bv9lagfc09hg47/Dex2jar%20and%20jd0gui.rar</b></a></p>
<p style="text-align: justify;">I<span style="color: #000000;">n this article I will be taking example of <b>faceniff.apk</b>, but you can take any app of your choice.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Steps involved in reverse engineering android app:</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Change the extension of android app to &#8220;<b>faceniff.apk.zip</b>&#8220;</span>.</p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-FjhaWyhwX6o/UPWVCBDnX0I/AAAAAAAAFho/aZ11s4teV2Y/s1600/Capture.PNG?resize=572%2C258" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">Unzip the file using any unzipping software.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Now open the command prompt and type &#8220;cd &#8220;.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Then type &#8220;<b>cd c:androiddex2jar-0.0.9.7&#8243;. </b>(Here &#8220;<b>C:androiddex2jar-0.0.9.7</b>&#8221; is the path of <b>dex2jar tool</b> in my drive, this may be different for you). Press enter.</span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/1.bp.blogspot.com/-cuTc8Z5Od-A/UPWVSBuM-vI/AAAAAAAAFh4/u7N2pYxD_X0/s1600/Capture1.PNG?resize=595%2C164" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">Now type &#8220;<b>dex2jar c:androidFaceniffclasses.dex</b>&#8220;. Here &#8220;<b>c:androidFaceniffclasses.dex&#8221;</b> is the path of the classes.dex file which your will surely be in the extracted folder of the android app.</span></p>
<p style="text-align: justify;"><img alt="" src="http://i0.wp.com/3.bp.blogspot.com/-yWFmqTGlIz4/UPWVMZ585xI/AAAAAAAAFhw/GFZ1-PsMVSE/s1600/2.PNG?resize=583%2C119" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">You will notice a new executable jar file in the unzipped folder of app. Now open that app with &#8220;jd.gui&#8221; and you will be able to see the source code of android app.</span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/1.bp.blogspot.com/-fXlBIy-HAyQ/UPWVgeXkq4I/AAAAAAAAFiA/M0isra18ZC4/s1600/Capture3.PNG?resize=528%2C364" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>About the Author</strong> &#8211; <strong><a href="http://www.hackingtweaks.com/">Shikhil Sharma</a> </strong>is an engineering student who is pursuing his engineering in Computer Science. He has great interest in Cyber Security, Hacking, Penetration Testing, SEO and Vulnerability Assessment and loves to write about them.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Website</strong>: <strong><a href="http://www.hackingtweaks.com/">www.hackingtweaks.com</a></strong></span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/android-reverse-engineering-see-source-code-of-android-apps/" data-title="Android Reverse Engineering : See Source Code of Android Apps"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/android-reverse-engineering-see-source-code-of-android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Detect Port Behind Firewall (Nmap Firewalk Script)</title>
		<link>http://www.hackingarticles.in/how-to-detect-open-port-behind-firewall-nmap-firewalk-script/</link>
		<comments>http://www.hackingarticles.in/how-to-detect-open-port-behind-firewall-nmap-firewalk-script/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 07:22:04 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Penetration Testing]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7472</guid>
		<description><![CDATA[nmap-firewalk is a project aiming to implement an advanced firewall rules detection system within nmap. This is a re-implementation of the venerable Firewalk tool, written by M. Schiffman and D. Goldsmith. Nevertheless, this nmap-embedded version is designed to be parallel multiprotocol, automated and fully integrated in nmap. Find Ports in Network Open your nmap and type Nmap –traceroute [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">nmap-firewalk is a project aiming to implement an advanced firewall rules detection system within nmap.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">This is a re-implementation of the venerable Firewalk tool, written by M. Schiffman and D. Goldsmith. Nevertheless, this nmap-embedded version is designed to be parallel multiprotocol, automated and fully integrated in nmap.</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Find Ports in Network</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Open your nmap and type</span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="331"><b>Nmap –traceroute –script firewalk 192.168.0.224</b></td>
</tr>
</tbody>
</table>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/4.bp.blogspot.com/-GrW6pewE-vo/UNAYGiJox0I/AAAAAAAAFH0/hgWNBeWRND8/s1600/1.jpg?w=620" data-recalc-dims="1" /></p>
<h4><span style="color: #000000;"><b>Detect Ports in Website</b></span></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="421"><b>Nmap –traceroute –script firewalk www.hackingarticles.in</b></td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i2.wp.com/3.bp.blogspot.com/-RrxojLsOZoo/UNAYVrEnsOI/AAAAAAAAFH8/rs9MO7nfylY/s1600/2.jpg?w=620" data-recalc-dims="1" /></p>
<p><strong><span style="color: #000000;">Example Usage</span></strong></p>
<p><span style="color: #000000;">nmap &#8211;script=firewalk &#8211;traceroute &lt;host&gt;</span></p>
<p><span style="color: #000000;">nmap &#8211;script=firewalk &#8211;traceroute &#8211;script-args=firewalk.max-retries=1 &lt;host&gt;</span></p>
<p><span style="color: #000000;">nmap &#8211;script=firewalk &#8211;traceroute &#8211;script-args=firewalk.probe-timeout=400ms &lt;host&gt;</span></p>
<p><span style="color: #000000;">nmap &#8211;script=firewalk &#8211;traceroute &#8211;script-args=firewalk.max-probed-ports=7 &lt;host&gt;</span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-detect-open-port-behind-firewall-nmap-firewalk-script/" data-title="How to Detect Port Behind Firewall (Nmap Firewalk Script)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-detect-open-port-behind-firewall-nmap-firewalk-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Secure your Wireless (Wifi) Network</title>
		<link>http://www.hackingarticles.in/how-to-secure-your-wireless-wifi-network/</link>
		<comments>http://www.hackingarticles.in/how-to-secure-your-wireless-wifi-network/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 13:43:14 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Windows Hacking Tricks]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7457</guid>
		<description><![CDATA[Change Router Password open a Web browser and type &#8220;http://192.168.1.1&#8221; in the Web browser&#8217;s address bar, press &#8220;Enter,&#8221; then type in the username and password for the router&#8217;s control panel (the default is &#8220;admin&#8221; for both the username and password). Click the &#8220;Maintenance&#8221; tab, then change Password Change the Default SSID An SSID is a [...]]]></description>
				<content:encoded><![CDATA[<h4 style="text-align: justify;"><span style="color: #000000;"><b>Change Router Password </b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">open a Web browser and type &#8220;<b>http://192.168.1.1</b>&#8221; in the Web browser&#8217;s address bar, press &#8220;<b>Enter</b>,&#8221; then type in the username and password for the router&#8217;s control panel (the default is &#8220;<b>admin</b>&#8221; for both the username and password).</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Click the &#8220;<b>Maintenance</b>&#8221; tab, then change Password</span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/3.bp.blogspot.com/-57Q820_wa6E/UM8dEcJOW_I/AAAAAAAAFGM/RMgA9IU5aTc/s1600/chnge+passwd.jpg?resize=590%2C239" data-recalc-dims="1" /></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Change the Default SSID</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">An SSID is a 32-character alphanumeric key uniquely identifying a wireless LAN. Its refers to the name of your wireless connection, that you see on the “<b>Available Wireless Connections</b>” list from your laptop while connecting</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Click on<b> </b><b>Interface Setup</b><em><b> -&gt; </b></em><b>wireless settings</b><em><b> -&gt; </b></em><b>Change the</b><em><b> “</b></em><b>Wireless Network Name (SSID)&#8221;</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i2.wp.com/4.bp.blogspot.com/-rB21cj3nUB0/UM8dO_KN51I/AAAAAAAAFGU/tE_EJV2SS1Q/s1600/ssid.jpg?w=620" data-recalc-dims="1" /></p>
<h4><span style="color: #000000;"><b>Disable SSID broadcast</b></span></h4>
<p><span style="color: #000000;">Click on<b> </b><b>Interface Setup</b><em><b> -&gt; </b></em><b>wireless settings</b><em><b> -&gt; </b></em><b>Broadcast ssid Select no </b>or<b> Disable</b></span></p>
<p><img alt="" src="http://i0.wp.com/2.bp.blogspot.com/-E57zjNSEr70/UM8deTQSkNI/AAAAAAAAFGc/sOCK0L8rmC8/s1600/disabe+ssid.jpg?w=620" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #000000;"><b>Enable MAC filtering</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Without MAC address filtering, any wireless client can join Wi-Fi network if they know the network name (also called the SSID) and perhaps a few other security parameters like encryption keys. When MAC address filtering is enabled users are granted or denied access to the WLAN network based on the MAC address of the client they use</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Click on <b>Wireless</b><em> -&gt; </em><b>Wireless MAC</b><b> Address</b><b> filte</b><em><b>r</b></em><em> -&gt; </em><b>Click on </b><b>Activated radio Button</b></span></p>
<p style="text-align: justify;"><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-trln2l_ODqo/UM8d88kR77I/AAAAAAAAFGk/u1jWO9pCv5Q/s1600/mac+fiter.jpg?w=620" data-recalc-dims="1" /></p>
<h4><span style="color: #000000;"><b>Enable Encryption</b></span></h4>
<p style="text-align: justify;"><span style="color: #000000;"><b>WEP (Wired Equivalent Protection) 64-bit and 128-bit</b>: WEP is an old wireless encryption standard. Never use WEP encryption, which can be hacked within seconds.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>WPA (Wi-Fi Protected Access)</b>: WPA-PSK is also refered as WPA-Personal. This is a new version of wireless encryption standard and more secure than WEP. Most of the wireless adapters on your laptop will  support WPA.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><b>WPA2</b>: This is the latest wireless encryption standard that provides the best encryption. Always use WPA2, if both your wireless router and laptop wireless adapter supports it.</span></p>
<p><span style="color: #000000;">Click on<b> </b><b>Interface Setup</b><em><b> -&gt; </b></em><b>wireless settings</b><em><b> -&gt; </b></em><b>Change</b><b>Authentication Type&#8221; drop-down menu, select </b><b>Authentication Type </b></span></p>
<p><img alt="" src="http://i2.wp.com/1.bp.blogspot.com/-n8zxEy2RiUE/UM8eUWbdd4I/AAAAAAAAFGs/ytcV1T2pASk/s1600/encrytin.jpg?w=620" data-recalc-dims="1" /></p>
<h4><b><a href="http://www.hackingarticles.in/how-to-find-who-is-connected-to-your-wireless-network/">Find who is Connected to your Network</a></b></h4>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-secure-your-wireless-wifi-network/" data-title="How to Secure your Wireless (Wifi) Network"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-secure-your-wireless-wifi-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless Wi-Fi Hacking Commands in Windows 7</title>
		<link>http://www.hackingarticles.in/wireless-wi-fi-hacking-commands-in-windows-7/</link>
		<comments>http://www.hackingarticles.in/wireless-wi-fi-hacking-commands-in-windows-7/#comments</comments>
		<pubDate>Sun, 16 Dec 2012 19:17:17 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[Windows Hacking Tricks]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7340</guid>
		<description><![CDATA[How to Detect list of available Wireless Networks Click Start, click Run, type cmd, and then click OK, to open a command prompt. At the command prompt, type  netsh wlan show networks mode=bssid   &#160; How to Connects to a Wireless Network netsh wlan connect name=MTNL Replace MTNL with your own profile name &#160; How to disconnect to a [...]]]></description>
				<content:encoded><![CDATA[<h4 style="text-align: justify;"><span style="color: #800000;"><strong>How to Detect list of available Wireless Networks</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Click <strong>Start</strong>, click <strong>Run</strong>, type <strong>cmd,</strong> and then click <strong>OK</strong>, to open a command prompt.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">At the command prompt, type </span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="283">
<p style="text-align: justify;"><span style="color: #000000;"><strong>netsh wlan show networks</strong><strong> </strong><strong>mode=bssid</strong></span></p>
</td>
</tr>
</tbody>
</table>
<h4 style="text-align: justify;"> <img alt="" src="http://i0.wp.com/3.bp.blogspot.com/-sesaq_aaC3k/ULj_QpbIVSI/AAAAAAAAE4w/NKqQSMMmw_w/s1600/sshw+netwrk.jpg?w=620" data-recalc-dims="1" /></h4>
<p>&nbsp;</p>
<h4><strong style="color: #800000;">How to </strong><strong style="color: #800000;">Connects to a Wireless Network</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="283"><span style="color: #000000;"><strong>netsh wlan connect name=MTNL </strong></span></td>
</tr>
</tbody>
</table>
<p><span style="color: #000000;">Replace MTNL with your own profile name</span></p>
<p><img alt="" src="http://i0.wp.com/1.bp.blogspot.com/-bFVTq2YmsMQ/ULj_ZC6rSSI/AAAAAAAAE44/6U3hTKc3VIk/s1600/cnnect.jpg?w=620" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><strong style="color: #800000;">How to disconnect</strong><strong style="color: #800000;"> to a Wireless Network</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="283"><span style="color: #000000;"><strong>netsh wlan disconnect</strong></span></td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i2.wp.com/3.bp.blogspot.com/-Zt4u5h9fiK0/ULj_gtufdiI/AAAAAAAAE5A/Slm0sD_Qesw/s1600/discnnect.jpg?resize=576%2C51" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><strong style="color: #800000;">How to show available Wireless Network profiles your PC</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="283"><span style="color: #000000;"><strong>netsh wlan show profile</strong></span></td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i1.wp.com/2.bp.blogspot.com/-h6ZMqoiQ4IQ/ULkAF0tO-RI/AAAAAAAAE5I/bZ4reGsqegU/s1600/prfie.jpg?w=620" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><strong style="color: #800000;">How to </strong><strong style="color: #800000;">Saves <strong>wlan</strong> profiles as XML files to the specified location</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="283"><span style="color: #000000;"><strong>netsh wlan export profile name=MTNL</strong></span></td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i2.wp.com/3.bp.blogspot.com/-MUraELWYDdM/ULkAQjBpWmI/AAAAAAAAE5Q/KD2DoWfJHQk/s1600/prfie+exprt.jpg?resize=578%2C62" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><strong style="color: #800000;">How to Block</strong><strong style="color: #800000;"> a Wireless Connection</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="511">
<p style="text-align: left;"><span style="color: #000000;"><strong>netsh wlan add filter permission=block ssid=netgear networktype=infrastructure</strong></span></p>
</td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i0.wp.com/4.bp.blogspot.com/-xiVgKBBxwPU/ULkA_PZavYI/AAAAAAAAE5Y/9zRtj0yqOfY/s1600/bck+netwrk.jpg?resize=575%2C95" data-recalc-dims="1" /></p>
<p><span style="color: #000000;">If you want to block this computer from accessing all wireless network use denyall option in the command. </span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="409"><span style="color: #000000;"><strong>netsh wlan add filter permission=denyall networktype=adhoc</strong></span></td>
</tr>
</tbody>
</table>
<h4></h4>
<h4><strong style="color: #800000;">How to show the blocked network</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="409"><span style="color: #000000;"><strong>netsh wlan show blockednetworks</strong></span></td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i2.wp.com/1.bp.blogspot.com/-VI8nPd82n7Q/ULkBMQf_EvI/AAAAAAAAE5g/XeSTd1LlZqo/s1600/shw+bck+netwrk.jpg?w=620" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><strong style="color: #800000;">How </strong><strong style="color: #800000;">to show the installed Wireless drivers</strong></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="409"><span style="color: #000000;"><strong>netsh wlan show drivers</strong></span></td>
</tr>
</tbody>
</table>
<p><img alt="" src="http://i0.wp.com/4.bp.blogspot.com/-f3HWjrsSYKA/ULkBW2dT9JI/AAAAAAAAE5o/zV93Z12Gn2w/s1600/shw+drivers.jpg?w=620" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/wireless-wi-fi-hacking-commands-in-windows-7/" data-title="Wireless Wi-Fi Hacking Commands in Windows 7"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/wireless-wi-fi-hacking-commands-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use Nmap (Beginner Tutorial)</title>
		<link>http://www.hackingarticles.in/how-to-use-nmap-beginner-tutorial/</link>
		<comments>http://www.hackingarticles.in/how-to-use-nmap-beginner-tutorial/#comments</comments>
		<pubDate>Thu, 06 Dec 2012 17:37:59 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Others]]></category>
		<category><![CDATA[Penetration Testing]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7383</guid>
		<description><![CDATA[Nmap (&#8220;Network Mapper&#8221;) is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime First Download nmap From Here and install in your pc How to Detect [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Nmap (&#8220;Network Mapper&#8221;) is a free and open source (license) utility for network discovery and security auditing. Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime</span></p>
<p style="text-align: justify;"><span style="color: #000000;">First Download nmap From</span> <strong><a href="http://nmap.org/download.html">Here</a></strong> <span style="color: #000000;">and install in your pc</span></p>
<h4><span style="color: #000000;"><strong>How to Detect All Connected PC in Network</strong></span></h4>
<p><span style="color: #000000;">nmap -sn 192.168.0.100/24</span></p>
<p><img src="http://i0.wp.com/1.bp.blogspot.com/-MjVqNKG3R9Y/UMDT9JKzsPI/AAAAAAAAE90/VZut_FyjYD0/s1600/a+cnnected+pc.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><span style="color: #000000;"><strong>How to Scan Network Exclude a Specific Host</strong></span></h4>
<p><span style="color: #000000;">nmap &#8211;exclude 192.168.0.108 192.168.0.1/24</span></p>
<p><img src="http://i2.wp.com/2.bp.blogspot.com/-cZpNdmFqbgk/UMDUI8l3FJI/AAAAAAAAE98/VISRsEO87F0/s1600/excude.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><img src="http://i0.wp.com/4.bp.blogspot.com/-mxFrbvLR-jQ/UMDUOHklIEI/AAAAAAAAE-E/d47x_yh2KDI/s1600/excude+11.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>How to Detect Installed OS in Remote PC</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">nmap -O 192.168.0.102</span></p>
<p style="text-align: justify;"><img src="http://i0.wp.com/4.bp.blogspot.com/-nFuFzqbXViQ/UMDUaWFLHfI/AAAAAAAAE-M/l-p6eYan1qc/s1600/insta+s.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h4><span style="color: #000000;"><strong>How to Scan All TCP Port in All Remote PC</strong></span></h4>
<p><span style="color: #000000;">nmap -sT 192.168.0.100/24</span></p>
<p><img src="http://i1.wp.com/2.bp.blogspot.com/-68N7s1T2qqo/UMDUopD7zSI/AAAAAAAAE-U/1din6iSu6yw/s1600/tcp+scan.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>How to Scan All UDP Ports in Remote PC</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">nmap -sU 192.168.0.102</span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/2.bp.blogspot.com/-S0plbQZdhjA/UMDUyMGeH7I/AAAAAAAAE-c/fSYvPYPTAi0/s1600/udp.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h4><span style="color: #000000;"><strong>How to Scan IP Protocol</strong></span></h4>
<p><span style="color: #000000;">nmap -sO 192.168.0.102</span></p>
<p><img src="http://i0.wp.com/3.bp.blogspot.com/-bys1UkuIEHI/UMDU_it-GsI/AAAAAAAAE-k/ArN_EOwnkMU/s1600/prtc.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><span style="color: #000000;"><strong>How to Detect services of Remote PC</strong></span></h4>
<p><span style="color: #000000;">nmap -sV 192.168.1.2</span></p>
<p><img src="http://i0.wp.com/2.bp.blogspot.com/-4i92096qaJE/UMDVKDZmFWI/AAAAAAAAE-s/mC7SSXhyWek/s1600/service+versin.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p>&nbsp;</p>
<h4><span style="color: #000000;"><strong>How to Scan Name Server of Website</strong></span></h4>
<p><span style="color: #000000;">nmap -sV -T4 -F www.upscportal.in</span></p>
<p><img src="http://i1.wp.com/2.bp.blogspot.com/-WFdLs1l9l1s/UMDVVSaQOtI/AAAAAAAAE-0/2my7svAbhzs/s1600/name+server.jpg?w=620" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-use-nmap-beginner-tutorial/" data-title="How to use Nmap (Beginner Tutorial)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-use-nmap-beginner-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Best of Wikipedia Tricks (Part1)</title>
		<link>http://www.hackingarticles.in/best-of-wikipedia-tricks-part1/</link>
		<comments>http://www.hackingarticles.in/best-of-wikipedia-tricks-part1/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 09:09:59 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Best of Hacking]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7312</guid>
		<description><![CDATA[How to Search Your Website Link in Wikipedia http://en.wikipedia.org/w/index.php?title=Special:LinkSearch &#160; How to Find the Editors of Particular Wikipedia Articles This site shows some current status and analysis of en.wikipedia. The data upon which this site&#8217;s contents are based is publicly available on wikipedia. The author of this site has no affiliation with wikipedia or other wikimedia [...]]]></description>
				<content:encoded><![CDATA[<h4><span style="color: #800000;"><strong>How to Search Your Website Link in Wikipedia</strong></span></h4>
<h4><img src="http://i0.wp.com/2.bp.blogspot.com/-QGBkpb1pUh8/ULJTObh77pI/AAAAAAAAE1M/p8Pu6YC2QMA/s1600/link+searh.jpg?w=620" alt="" data-recalc-dims="1" /></h4>
<p><a href="http://en.wikipedia.org/w/index.php?title=Special:LinkSearch"><strong>http://en.wikipedia.org/w/index.php?title=Special:LinkSearch</strong></a></p>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #800000;"><strong>How to Find the Editors of Particular Wikipedia Articles</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">This site shows some current status and analysis of en.wikipedia. The data upon which this site&#8217;s contents are based is publicly available on wikipedia. The author of this site has no affiliation with wikipedia or other wikimedia projects.</span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/2.bp.blogspot.com/-WgqJFhYihc8/ULJTaI6Hk_I/AAAAAAAAE1U/DBL9aZ-1DQI/s1600/article+check.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><a href="http://en.wikichecker.com/article/"><strong>http://en.wikichecker.com/article/</strong></a></p>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #800000;"><strong>How to Convert Wikipedia Article to MP3</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Pediaphon is a free service by Andreas Bischoff, which generates MP3 audio files from Wikipedia articles by speech synthesis. The service was developed at the University of Hagen, Germany. These files can be played immediately in the web browser or be downloaded for later use in a MP3-Player. A podcast will be generated for each inquiry.</span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/2.bp.blogspot.com/-YZ2r4vqFMrw/ULJTxtKEkWI/AAAAAAAAE1c/ZHh6NLdLqpI/s1600/mp3.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><a href="http://www.pediaphon.org/~bischoff/radiopedia/index_en.html"><strong>http://www.pediaphon.org/~bischoff/radiopedia/index_en.html</strong></a></p>
<p>&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #800000;"><strong>How to Track Wikipedia Article Page View Statics</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">stats.grok.se will add a link to a site showing traffic information for any given page on Wikipedia. By default the link is included in a pre-formatted sentence and links to statistics for the previous month. The default behavior can be manipulated using a small set of parameters.</span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/2.bp.blogspot.com/-HfEl47zcgic/ULJT9fFfKBI/AAAAAAAAE1k/XRphK94P5Ug/s1600/st.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p style="text-align: justify;">
<h4 style="text-align: justify;"><span style="color: #800000;"><strong>How to View Deleted Wikipedia Webpage</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Deletionpedia</strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;">Deletionpedia is a web site containing articles deleted from the English Wikipedia between February and September 2008. Its version of each article includes a header with more information about the deletion such as whether a speedy deletion occurred, where the deletion discussion about the article can be found and which editor deleted the article.</span></p>
<p><strong><a href="http://deletionpedia.dbatley.com/w/index.php?title=Main_Page">http://deletionpedia.dbatley.com/w/index.php?title=Main_Page</a></strong></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/best-of-wikipedia-tricks-part1/" data-title="Best of Wikipedia Tricks (Part1)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/best-of-wikipedia-tricks-part1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Track Lost Vehicles (GPS Hacking Part 2)</title>
		<link>http://www.hackingarticles.in/how-to-track-lost-vehicles-gps-hacking-part-2/</link>
		<comments>http://www.hackingarticles.in/how-to-track-lost-vehicles-gps-hacking-part-2/#comments</comments>
		<pubDate>Sat, 10 Nov 2012 19:36:25 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Others]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7253</guid>
		<description><![CDATA[Worried about security of your Vehicles and assets , need to know where your vehicles are moving are they on right direction , have the goods been delivered on time and was the journey safe , all these queries have a single resolution and that too of only three characters , this solution is GPS. [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Worried about security of your Vehicles and assets , need to know where your vehicles are moving are they on right direction , have the goods been delivered on time and was the journey safe , all these queries have a single resolution and that too of only three characters , this solution is GPS.</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><em>For introduction to GPS please refer <strong><a href="http://www.hackingarticles.in/global-positioning-system-gps-hacking-part-1/">GPS</a></strong></em></span></p>
<p style="text-align: justify;"><span style="color: #000000;">This Article will make us aware about the working of a basic GPS Tracking Software</span></p>
<p style="text-align: justify;"><span style="color: #000000;">A GPS Application provides the following features</span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>Mapping</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Mapping feature is provided by almost every GPS Application, this feature enables to view the physical location of a device on a Map, and there are several mapping service providers available offering a wide range of offline, online as well as customized maps, and GPS application integrates with multiple maps simultaneously.</span></p>
<p><span style="color: #000000;"><strong>Individual Device Map</strong>: Displaying a single tracker at a given time </span></p>
<p><img src="http://i2.wp.com/2.bp.blogspot.com/-u6S2gpgU6Ao/UJ6pE68Z1nI/AAAAAAAAEtg/_vaX1fBBNv8/s1600/2+Individua+Deevice+Map.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>Group Map</strong>: Displaying multiple Trackers at a given time</span></p>
<p><img src="http://i0.wp.com/2.bp.blogspot.com/-4eOtUzOywsk/UJ6pXlJ8C6I/AAAAAAAAEto/dMJ4gG3lW4c/s1600/5+group+map.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>Route Map</strong>: Displaying the route taken by the tracker</span></p>
<p><img src="http://i1.wp.com/4.bp.blogspot.com/-SFv0rhEnEVQ/UJ6pkLuxfJI/AAAAAAAAEtw/cFMoHd1thlY/s1600/3+Vehice+Rute.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>Reporting </strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Reporting is another major feature provided by almost every GPS Application , reports are tabular representation of tracking information, tracking application are capable of providing multiple reports based on end user requirements some of the basic reports generated by tracking application but we can have a lot more based on our requirement.</span></p>
<p><span style="color: #000000;"><strong>Device Detail Report</strong>: Providing complete description of Tracker</span></p>
<p><img src="http://i2.wp.com/3.bp.blogspot.com/-m_Wom8kOPzE/UJ6p0OxsDlI/AAAAAAAAEt4/XYFV-fdxQcw/s1600/Device+Detai.jpg?resize=620%2C476" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>Group Report</strong>: Providing description of Multiple Trackers in a single screen</span></p>
<p><img src="http://i2.wp.com/3.bp.blogspot.com/--9VwjVmE04g/UJ6qAkPSBaI/AAAAAAAAEuA/cI9IjbnMRUs/s1600/8+Group+Report.jpg?resize=617%2C86" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>Over Speed Report</strong>: Providing detail of tracker Over Speeding</span></p>
<p><img src="http://i1.wp.com/4.bp.blogspot.com/-HP5aSijAAcw/UJ6qRp2HnSI/AAAAAAAAEuI/CucbRYTUQkw/s1600/6+over+speed+reprt.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong>Administration </strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;">Administration is a very important feature of any GPS Application; this option is available in every GPS application but can be known by different names. This feature is required to manage all the user, trackers, groups etc, maps, reports, etc. This is mainly for use of the system admin. The following are basic administration options</span></p>
<p><span style="color: #000000;"><strong>Tracker Admin</strong>: For managing tracker on like Adding a new tracker, changing its Details, Etc.</span></p>
<p><img src="http://i2.wp.com/3.bp.blogspot.com/-yEOxX11Zm18/UJ6qdLGHSXI/AAAAAAAAEuQ/KxrJmXm9FZ0/s1600/Tracker+Admin.jpg?resize=620%2C130" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>Account / User Admin</strong>: For managing account and users on the application on like Adding a new Account or user, changing its Details, Etc.</span></p>
<p><img src="http://i2.wp.com/2.bp.blogspot.com/-YkJOGqCnjb8/UJ6qolhnuII/AAAAAAAAEuY/9bKIevLplNg/s1600/Accunt+Admin.jpg?resize=620%2C357" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-track-lost-vehicles-gps-hacking-part-2/" data-title="How to Track Lost Vehicles (GPS Hacking Part 2)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-track-lost-vehicles-gps-hacking-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
