<?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>Hackers Enigma &#187; Hackers Enigma</title>
	<atom:link href="http://www.hackersenigma.com/category/amol-wagh/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackersenigma.com</link>
	<description>An Ethical Hacking Blog - Network Security, Penetration testing, Vulnerabilities &#38; Mobile Hacks</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:12:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Port Scanners Selection Factors</title>
		<link>http://www.hackersenigma.com/amol-wagh/port-scanners-selection-factors/</link>
		<comments>http://www.hackersenigma.com/amol-wagh/port-scanners-selection-factors/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 07:58:25 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Amol Wagh]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Port Scanning]]></category>
		<category><![CDATA[attacks]]></category>
		<category><![CDATA[enumerating]]></category>
		<category><![CDATA[intrusion]]></category>
		<category><![CDATA[parallel attacks]]></category>
		<category><![CDATA[port scanning]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[scanner selection]]></category>
		<category><![CDATA[Scanning]]></category>

		<guid isPermaLink="false">http://www.hackersenigma.com/?p=255</guid>
		<description><![CDATA[We have covered brief introduction about port scanning and its techniques in our previous topic. Here we are, with requirements of a good port scanner. Dynamic delay time calculations: Delay time is necessary for some scanners to send the data chunks.  So you need to check whether it is working properly or not with ping, [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>We have covered brief introduction about<strong> port scanning and its techniques</strong> in our previous topic. Here we are, with requirements of a good port scanner.</p>
<p><strong>Dynamic delay time calculations:</strong> Delay time is necessary for some scanners to send the data chunks.  So you need to check whether it is working properly or not with <strong>ping</strong>, which gives replies to every execution. But that is some time cumbersome, so you can use <strong>connect ( )</strong> to a closed port on target. Which can gives you an initial delay time you’re your scanner. Simple, isn’t it!!!<br />
 <br />
<strong>Parallel Port Scanning:</strong> Scanners generally scans orts linearly and one by one till total ports are reached, but this old technique only works better with <strong>TCP</strong> on a faster network. So you need to test whether your port scanner has parallel port scanning or not because we have to scan over larger area or wide area network.</p>
<div id="attachment_256" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/portscanner.png"><img class="size-medium wp-image-256" title="portscanner" src="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/portscanner-300x244.png" alt="Port Scanners" width="300" height="244" /></a><p class="wp-caption-text">Port Scanners</p></div>
<p><strong>Flexible Port Specification:</strong> Can you believe we need to scan all 65535 ports. It will be slow and tiresome process. Also, the scanners which only allow you to scan ports 1 &#8211; N often fall short of an <strong>intruder’s need</strong>. Test whether your scanner has ranges option available which can allow you to scan the <strong>ports </strong>in better manner.</p>
<p><strong>Flexible target specification:</strong> On a larger network you may surely want to scan more than one or two hosts.  So you should have flexible target specification available on your port scanner.</p>
<p><strong>Retransmission:</strong> Sending <strong>chunks</strong> and collecting for response is a way old technique for scanners. But this can lead to false positives or negatives in the case where packets are dropped. So, check whether your scanner have automated retransmission available.</p>
<p>So these are some of the primary facts of considerations. Some secondary consideration includes <strong>Down Host Detection, Own IP detector, and IP scanner</strong> etc.</p>
<div class="shr-publisher-255"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.hackersenigma.com/amol-wagh/port-scanners-selection-factors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packet Sniffing Attack &amp; Vulnerable Ethernet Communications &#8211; II</title>
		<link>http://www.hackersenigma.com/amol-wagh/packet-sniffing-attack-vulnerable-ethernet-communications-ii/</link>
		<comments>http://www.hackersenigma.com/amol-wagh/packet-sniffing-attack-vulnerable-ethernet-communications-ii/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 07:52:07 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Amol Wagh]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Packet Sniffing]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[sniffing attacks]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[TCP/IP Architecture]]></category>

		<guid isPermaLink="false">http://www.hackersenigma.com/?p=250</guid>
		<description><![CDATA[Continues From Last Post  . . . So each machine has unique identification to send and receive data and avoid the confusion. This doesn’t happen with dial-up modems; because it is assumed that any data you send to the modem is destined for the other side of the phone line. But when you send data [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p><strong>Continues From Last Post  . . .</strong></p>
<p>So each machine has unique identification to send and receive data and avoid the confusion. This doesn’t happen with dial-up modems; because it is assumed that any data you send to the modem is destined for the other side of the phone line. But when you send data out onto an Ethernet wire, you have to be clear which machine you intend to send the data to.</p>
<p>In many cases we can analyze today that mostly to machines make communication to each other and few scenarios are like a conference But Ethernet is designed to share plenty of machines to covers together. This is accomplished by putting a unique 12-digit hex number in every piece of Ethernet hardware.<a href="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/sniffer.gif"><img class="aligncenter size-full wp-image-251" title="sniffer" src="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/sniffer.gif" alt="sniffer" width="445" height="373" /></a></p>
<p>This is so important from the aspect of <strong>data and information security</strong>. Ethernet was designed to carry other traffic than just TCP/IP, and TCP/IP was designed to run over other wires (such as dial-up lines, which use no Ethernet).</p>
<p><strong>NETBEUI</strong> is something that many home users use to share files or data. This does not use <strong>TCP/IP </strong>protocols to transfer the data. It makes harder for intruders to hack the data.  Raw transmission and reception on <strong>Ethernet</strong> is governed by the Ethernet equipment. You just can’t send data raw over the wire; you must first do something to it that Ethernet understands. In much the same way, you can’t stick a letter in a mailbox, you must first wrap it in an envelope with an address and stamp. This is what used in traditional <strong>TCP/IP Architecture.</strong> </p>
<p>So this is how sniffing attacks get vulnerable to Ethernet.  There are many techniques which gives internet and networks a flexibility through Ethernet is exploited by the use of <strong>packet sniffing</strong>.</p>
<p>This is not just a dark side, all packet sniffers can be detected even if they have stealth inside them. Also Non promiscus mode conversion can be a great way to stop all types of  packet <strong>sniffing attacks</strong>.</p>
<div class="shr-publisher-250"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.hackersenigma.com/amol-wagh/packet-sniffing-attack-vulnerable-ethernet-communications-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packet Sniffing Attack &amp; Vulnerable Ethernet Communications &#8211; I</title>
		<link>http://www.hackersenigma.com/amol-wagh/packet-sniffing-attack-vulnerable-ethernet-communications-i/</link>
		<comments>http://www.hackersenigma.com/amol-wagh/packet-sniffing-attack-vulnerable-ethernet-communications-i/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 07:42:10 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Amol Wagh]]></category>
		<category><![CDATA[Firewalls Breaking]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Packet Sniffing]]></category>
		<category><![CDATA[Student Series]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Non-promiscus mode]]></category>
		<category><![CDATA[Packet Sniffer or protocol analyzer]]></category>
		<category><![CDATA[promiscus mode]]></category>

		<guid isPermaLink="false">http://www.hackersenigma.com/?p=246</guid>
		<description><![CDATA[A wire-tap device that plugs into computer networks and eavesdrops on the network traffic is known as the Packet Sniffer or protocol analyzer. Same as we tap any phone call this sniffing allows us to listen to communication between two or more computers. Computer conversations consist of apparently random binary data. Therefore, network wiretap programs [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><div class="mceTemp mceIEcenter" style="text-align: left;">A wire-tap device that plugs into computer networks and eavesdrops on the network traffic is known as the <strong>Packet Sniffer or protocol analyzer</strong>. Same as we tap any phone call this sniffing allows us to listen to communication between two or more computers.</div>
<p>Computer conversations consist of apparently random binary data. Therefore, network wiretap programs also come with a feature known as <strong>“protocol analysis”,</strong> which allow them to “decode” the computer traffic and make sense of it. We don’t directly need to break in to actual communication, we can install device on network and tap other network’s conversation which is the other advantage of packet Sniffer.</p>
<p>This shared technology is known as promiscus mode in sniffing, but bad news for black hats is this shared technology is getting transferred to <strong>Non-promiscus mode </strong>which is making it harder for intruder to install the sniffing programs.Internet is place where no place is available to see the all communication. Means we need to concentrate on single communication at a time. This architecture of internet prevents any single point of packet sniffing.</p>
<div id="attachment_248" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/colasoft_capsa_-_expert_packet_sniffer-25203-1.jpg"><img class="size-medium wp-image-248" title="colasoft_capsa_-_expert_packet_sniffer-25203-1" src="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/colasoft_capsa_-_expert_packet_sniffer-25203-1-300x216.jpg" alt="Packet Sniffing" width="300" height="216" /></a><p class="wp-caption-text">Packet Sniffing</p></div>
<p>If we have two machines in our own office talking to each other, and both are on the Internet. They take a direct route of communication, and the traffic never goes across the outside public portion of the Internet. Any communication anywhere in the net follows a similar “least-cost-path” principle.  <strong>Ethernet </strong>was built around a “shared” principle: all machines on a local network share the same wire.</p>
<p>This scenario implies that all the machines are able to “see” all the traffic on the same wire. Therefore, the next Ethernet hardware is built with a “filter” that ignores all traffic that doesn’t belong to it. It does this by ignoring all frames whose MAC address doesn’t match their own. A wiretap program effectively turns off this filter, putting the Ethernet hardware into “promiscuous mode”. <strong>MAC</strong> works on non promiscus mode and so only that traffic can be heard who is on same Ethernet wire. Like victim and intruder should share same Ethernet wire to make any attack possible.</p>
<p><strong>To be Continued in Next Post . . . </strong></p>
<div class="shr-publisher-246"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.hackersenigma.com/amol-wagh/packet-sniffing-attack-vulnerable-ethernet-communications-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewalk Attack: Beyond The Boundaries of Security.</title>
		<link>http://www.hackersenigma.com/ethical-hacking/firewalk-attack-beyond-the-boundaries-of-security/</link>
		<comments>http://www.hackersenigma.com/ethical-hacking/firewalk-attack-beyond-the-boundaries-of-security/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:25:26 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Amol Wagh]]></category>
		<category><![CDATA[Black Hat]]></category>
		<category><![CDATA[Ethical hacking]]></category>
		<category><![CDATA[Exclusive]]></category>
		<category><![CDATA[Student Series]]></category>
		<category><![CDATA[attack types]]></category>
		<category><![CDATA[bypassing firewalls]]></category>
		<category><![CDATA[Firealk]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[security gateways]]></category>
		<category><![CDATA[TCP IP]]></category>

		<guid isPermaLink="false">http://www.hackersenigma.com/?p=180</guid>
		<description><![CDATA[Firewalk which was developed by two masterminds known as developed by Mike Schiffman and Dave Goldsmith furthers the techniques used both by static port traceroutes and hping. It can be successfully implemented to scan a host downstream from a security gateway to assess what rules relate to the target system, without any packets having to [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p><strong>Firewalk</strong> which was developed by two masterminds known as developed by Mike Schiffman and Dave Goldsmith furthers the techniques used both by static port <strong>traceroutes</strong> and <strong>hping. </strong></p>
<p>It can be successfully implemented to scan a host downstream from a security gateway to assess what rules relate to the target system, without any packets having to reach it.</p>
<p>Firewalk utilizes the <strong>TTL functions </strong>to carry out the whole attack. This was different to analyze by any firewall. And so it was called as beyond the boundaries of security.</p>
<p><a href="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/code2.jpg"><img class="aligncenter size-medium wp-image-181" title="Firewalk" src="http://www.hackersenigma.com/wp-content/uploads/images/2009/03/code2-232x300.jpg" alt="Firewalk" width="232" height="300" /></a></p>
<p>Some of the fact that should be true for any kind of <strong>firewall responses</strong> are:</p>
<p>If the packet is passed by the Firewall, a TTL expired should be received.</p>
<p><strong>If the packet is blocked by the Firewall, this could be caused be either of the following:</strong><br />
An <strong>ICMP </strong>administratively prohibited response is received or The packet is dropped without comment. Again, uncertainty is introduced through packets lost in transit. Some<strong> security gateways</strong> will detect the packet is due to expire and send the expired message whether the policy would have allowed the packet or not.</p>
<p>Firewalls and <strong>intruders</strong> are always the big rivals as firewalls updates with technologies implemented by intruders. Which sometimes makes it harder for firewall vendors and sometimes for <strong>hackers.</strong></p>
<div class="shr-publisher-180"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.hackersenigma.com/ethical-hacking/firewalk-attack-beyond-the-boundaries-of-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After Suspecting Hackers On SBI Website, Bank Shut Off Its Corporate Website</title>
		<link>http://www.hackersenigma.com/amol-wagh/after-suspecting-hackers-on-sbi-website-bank-shut-off-its-corporate-website/</link>
		<comments>http://www.hackersenigma.com/amol-wagh/after-suspecting-hackers-on-sbi-website-bank-shut-off-its-corporate-website/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 06:25:06 +0000</pubDate>
		<dc:creator>Amol Wagh</dc:creator>
				<category><![CDATA[Amol Wagh]]></category>
		<category><![CDATA[Latest News]]></category>
		<category><![CDATA[SBI attack]]></category>

		<guid isPermaLink="false">http://www.hackersenigma.com/?p=164</guid>
		<description><![CDATA[This Wednesday, The Security of State Bank Of India (SBI) Noticed that the traffic suddenly increased on their corporate website www.sbi.co.in . By suspecting this is a try from hackers who are trying to get information about the website for further break-in attack they temporarily shuts down the this website as a security measure. The [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>This Wednesday, The Security of State Bank Of India (SBI) Noticed that the traffic suddenly increased on their corporate website www.sbi.co.in . By suspecting this is a try from hackers who are trying to get information about the website for further break-in attack they temporarily shuts down the this website as a security measure.</p>
<p><a href="http://www.topnews.in/files/SBI-logo_0.jpg"><img class="aligncenter" title="SBI" src="http://www.topnews.in/files/SBI-logo_0.jpg" alt="" width="500" height="500" /></a></p>
<p>The attack was instantly reported to Central Government and Mumbai Cyber Cell Who are now working the insights of these attacks and criminals behind them. They haven&#8217;t commented anything about it in the public except that they are still investigating. Surely this is the part of National Security and these details should never be exposed to media.</p>
<p>Many banks in India have faced such trouble in past but SBI is the one of the newest, which are being attacked. This may be because from last 2 years SBI is promoting mostly its Internet Banking Services.</p>
<p>The website www.sbi.co.in was made temporarily unavailable by its security department which was quick and perfect step to avoid that attack. The security department is working in best possible ways to diagonose this attack and avoid such situation in he future.</p>
<p>But Question remains  . . .</p>
<p>Can Indian Cyber Crime Experts catch these criminals ?</p>
<p>As an Indian Ethical Hacker  &#8211; My Answer Will be Yes.</p>
<div class="shr-publisher-164"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://www.hackersenigma.com/amol-wagh/after-suspecting-hackers-on-sbi-website-bank-shut-off-its-corporate-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

