<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5281427034255222341</id><updated>2024-11-05T18:56:13.050-08:00</updated><category term="Linux"/><category term="Backtrack"/><category term="Hacking"/><category term="Penteration Testing Lab"/><category term="Mobile"/><title type='text'>SECURITY BENT</title><subtitle type='html'>Home of Linux, Security, Programming and Technology.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default?start-index=26&amp;max-results=25'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>31</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-4763156424328034785</id><published>2018-04-21T18:19:00.003-07:00</published><updated>2018-04-21T18:19:55.500-07:00</updated><title type='text'>Spawning a TTY Shell</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;header class=&quot;entry-header&quot; style=&quot;box-sizing: border-box; font-size: 16px;&quot;&gt;&lt;h1 class=&quot;entry-title&quot; itemprop=&quot;headline&quot; style=&quot;box-sizing: border-box; color: #333333; font-family: Lato, sans-serif; font-size: 3.6rem; line-height: 1; margin: 0px 0px 1.6rem;&quot;&gt;
&lt;u&gt;Spawning a TTY Shell&lt;/u&gt;&lt;/h1&gt;
&lt;/header&gt;&lt;div class=&quot;entry-content&quot; itemprop=&quot;text&quot; style=&quot;box-sizing: border-box;&quot;&gt;
&lt;div style=&quot;box-sizing: border-box; font-size: 16px; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Often during pen tests you may obtain a shell without having tty, yet wish to interact further with the system. Here are some commands which will allow you to spawn a tty shell. Obviously some of this will depend on the system environment and installed packages.&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot; /&gt;&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;span id=&quot;more-337&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; color: #666666; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;&lt;u&gt;Shell Spawning&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;1. python -c &#39;import pty; pty.spawn(&quot;/bin/sh&quot;)&#39;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;2. echo os.system(&#39;/bin/bash&#39;)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;3. /bin/sh -i&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;4. perl —e &#39;exec &quot;/bin/sh&quot;;&#39;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;5. perl: exec &quot;/bin/sh&quot;;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;6. ruby: exec &quot;/bin/sh&quot;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;7. lua: os.execute(&#39;/bin/sh&#39;)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;8.(From within IRB)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;exec &quot;/bin/sh&quot;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;9. (From within vi)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;:!bash&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;10. (From within vi)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;:set shell=/bin/bash:shell&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;11. (From within nmap)&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;!sh&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;&quot;&gt;&lt;b&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; margin-bottom: 2.6rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;b&gt;Many of these will also allow you to escape jail shells. The top 3 would be my most successful in general for spawning from the command line.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/4763156424328034785/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2018/04/spawning-tty-shell.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/4763156424328034785'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/4763156424328034785'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2018/04/spawning-tty-shell.html' title='Spawning a TTY Shell'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-6943573842712315390</id><published>2017-05-19T03:45:00.000-07:00</published><updated>2017-05-19T03:45:33.213-07:00</updated><title type='text'>Metasploit Tutorial | Windows Cracking | Exploit - ms03_026_dcom</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/JQzVL36APps/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/JQzVL36APps?feature=player_embedded&quot; width=&quot;650&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/6943573842712315390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2017/05/metasploit-tutorial-windows-cracking_19.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/6943573842712315390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/6943573842712315390'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2017/05/metasploit-tutorial-windows-cracking_19.html' title='Metasploit Tutorial | Windows Cracking | Exploit - ms03_026_dcom'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/JQzVL36APps/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-2545285540924567635</id><published>2017-05-18T09:22:00.002-07:00</published><updated>2017-05-19T04:52:27.386-07:00</updated><title type='text'>Metasploit Tutorial | Windows Cracking | Exploit - ms08_067</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/joT8NxlXxVY/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/joT8NxlXxVY?feature=player_embedded&quot; width=&quot;600&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/2545285540924567635/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2017/05/metasploit-tutorial-windows-cracking.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/2545285540924567635'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/2545285540924567635'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2017/05/metasploit-tutorial-windows-cracking.html' title='Metasploit Tutorial | Windows Cracking | Exploit - ms08_067'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/joT8NxlXxVY/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-5513706582257456044</id><published>2017-01-18T21:27:00.002-08:00</published><updated>2017-01-18T21:27:52.952-08:00</updated><title type='text'>India: Hackers Infiltrate Govt-owned Bank Systems and Create Fake Trade Docs</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;post-text&quot; style=&quot;background-color: white; box-sizing: border-box; color: #73879c; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif;&quot;&gt;
&lt;div style=&quot;box-sizing: border-box; color: black; font-size: 1.3em; line-height: 1.5em; padding-bottom: 0px !important;&quot;&gt;
Indian banks are waking up to a new kind of cyber attack. Hackers recently infiltrated the systems of three government-owned banks - two head headquartered in Mumbai and one in Kolkata - to create fake trade documents that may have been used to raise finance abroad or facilitate dealings in banned items. The banks in question discovered that their SWIFT systems - the global financial messaging service banks use to move millions of dollars and documents across borders every day - have been compromised to create fake documents. The banks are still unsure about the origin of the attack and the intention of the hackers. It&#39;s learnt that soon after the breaches were reported to the Reserve Bank of India, the regulator last month directed several banks to cross-check all trade documents issued over the past one year.&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; color: black; font-size: 1.3em; line-height: 1.5em; padding-bottom: 0px !important;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; color: black; line-height: 1.5em; padding-bottom: 0px !important;&quot;&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;Source: www.cyware.com&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; color: black; font-size: 1.3em; line-height: 1.5em; padding-bottom: 0px !important;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: 15px; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnGBTEiFOp5b4dJqkVOHl7GLiUz9zCBCkhKUjaLbf3q__EwC9zvSKC5S6B_ElpRxX4KX9p17ykXjgf5kKBHrScpJlru6FT2f7zdU8HPcpzP0jcFs-yJsagvD1Ivl3gl6pKCTO1qCvSJGdu/s1600/t647_111316030027.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;249&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnGBTEiFOp5b4dJqkVOHl7GLiUz9zCBCkhKUjaLbf3q__EwC9zvSKC5S6B_ElpRxX4KX9p17ykXjgf5kKBHrScpJlru6FT2f7zdU8HPcpzP0jcFs-yJsagvD1Ivl3gl6pKCTO1qCvSJGdu/s400/t647_111316030027.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: border-box; color: black; font-size: 1.3em; line-height: 1.5em; padding-bottom: 0px !important; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-item&quot; style=&quot;background-color: white; box-sizing: border-box; color: #73879c; font-family: &amp;quot;Source Sans Pro&amp;quot;, sans-serif; font-size: 0.88em; font-style: italic; padding-top: 3em;&quot;&gt;
&lt;ul class=&quot;news-links&quot; style=&quot;box-sizing: border-box; list-style: none; margin-bottom: 10px; margin-top: 0px; padding: 0px; position: relative;&quot;&gt;
&lt;li class=&quot;post-source&quot; style=&quot;box-sizing: border-box; display: inline-block; padding-left: 2px; padding-right: 5px;&quot;&gt;More at&amp;nbsp;&lt;a href=&quot;http://tech.economictimes.indiatimes.com/news/technology/hackers-infiltrate-govt-owned-bank-systems-to-create-fake-trade-docs/56583688&quot; rel=&quot;nofollow&quot; style=&quot;background-color: transparent; box-sizing: border-box; color: #424648; font-weight: 700; text-decoration: none; transition: all 0.2s ease-out;&quot; target=&quot;_blank&quot;&gt;ETtech&lt;/a&gt;&lt;/li&gt;
&amp;nbsp;
&lt;li class=&quot;meta-pipe&quot; style=&quot;box-sizing: border-box; display: inline-block; margin: 0px 3px; padding-left: 2px; padding-right: 5px;&quot;&gt;|&lt;/li&gt;
&amp;nbsp;
&lt;li class=&quot;cyware-like like-check &quot; id=&quot;like&quot; style=&quot;box-sizing: border-box; color: #02a0ff; display: inline-block; padding-left: 2px; padding-right: 5px;&quot; title=&quot;Click to spread awareness on this topic&quot;&gt;&lt;i class=&quot;svg-icon svg-icon-cyware&quot; id=&quot;like-counter&quot; style=&quot;background: url(&amp;quot;assets/images/icons/icons_cyware.svg&amp;quot;); box-sizing: border-box; display: inline-block; float: left; height: 15px; margin-right: 0px; margin-top: 3px; width: 25px;&quot;&gt;&lt;/i&gt;+&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&amp;nbsp;Aware&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/5513706582257456044/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2017/01/india-hackers-infiltrate-govt-owned.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5513706582257456044'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5513706582257456044'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2017/01/india-hackers-infiltrate-govt-owned.html' title='India: Hackers Infiltrate Govt-owned Bank Systems and Create Fake Trade Docs'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnGBTEiFOp5b4dJqkVOHl7GLiUz9zCBCkhKUjaLbf3q__EwC9zvSKC5S6B_ElpRxX4KX9p17ykXjgf5kKBHrScpJlru6FT2f7zdU8HPcpzP0jcFs-yJsagvD1Ivl3gl6pKCTO1qCvSJGdu/s72-c/t647_111316030027.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-8491228061869013293</id><published>2015-03-29T07:50:00.002-07:00</published><updated>2015-03-29T07:52:23.444-07:00</updated><title type='text'>Batch Scripting Lesson 5 - How to use variables in the Batch Scripts</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/buL9OIaAfuo&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Batch Scripting Lesson 5&lt;/h2&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/8491228061869013293/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-5-how-to-use.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/8491228061869013293'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/8491228061869013293'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-5-how-to-use.html' title='Batch Scripting Lesson 5 - How to use variables in the Batch Scripts'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/buL9OIaAfuo/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-1434469069220485652</id><published>2015-03-29T07:48:00.002-07:00</published><updated>2015-03-29T07:52:32.820-07:00</updated><title type='text'>Batch scripting Lesson 4 - User Input Exercise ! </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/KcwuyX9o2O0&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Batch Scripting Lesson 4&lt;/h2&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/1434469069220485652/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-4-user-input.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/1434469069220485652'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/1434469069220485652'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-4-user-input.html' title='Batch scripting Lesson 4 - User Input Exercise ! '/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/KcwuyX9o2O0/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-4178011143315942414</id><published>2015-03-29T07:43:00.002-07:00</published><updated>2015-03-29T07:52:42.086-07:00</updated><title type='text'>Batch Scripting Lesson 3</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/ZMGsaQR-gnI&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Batch Scripting Lesson 3&lt;/h2&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/4178011143315942414/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/4178011143315942414'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/4178011143315942414'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-3.html' title='Batch Scripting Lesson 3'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/ZMGsaQR-gnI/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-6583670669712665938</id><published>2015-03-29T07:41:00.001-07:00</published><updated>2015-03-29T07:42:06.900-07:00</updated><title type='text'>Batch Scripting Lesson 2 </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/vSf5ROdViPY&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Batch Scripting Lesson 2&lt;/h2&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/6583670669712665938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/6583670669712665938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/6583670669712665938'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-2.html' title='Batch Scripting Lesson 2 '/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/vSf5ROdViPY/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-3809417194175199968</id><published>2015-03-29T07:35:00.000-07:00</published><updated>2015-03-29T07:42:30.534-07:00</updated><title type='text'>Batch Scripting Lesson 1</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;400&quot; src=&quot;https://www.youtube.com/embed/HVPxLaM2NWs&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Batch Scripting Lesson 1&lt;/h2&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/3809417194175199968/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3809417194175199968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3809417194175199968'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/batch-scripting-lesson-part-1.html' title='Batch Scripting Lesson 1'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/HVPxLaM2NWs/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-3538874847485619331</id><published>2015-03-14T10:47:00.001-07:00</published><updated>2015-03-14T10:48:44.734-07:00</updated><title type='text'>Sandisk unveils the 200 GB Micro SD to meet the storage requirement of SmartPhones at MWC2015 !</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Sandisk has announced the first 200 GB Ultra microSD cards at MWC 2015.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;While the MWC2015 noticed slew of &amp;nbsp;new smartphones and tech wearables launches on its 1st days at Barcelona, flash memory specialist&lt;/span&gt;&lt;a href=&quot;http://www.sandisk.com/about-sandisk/press-room/press-releases/2015/200gb-sandisk-ultra-microsdxc-uhs-i-card-premium-edition/&quot; style=&quot;-webkit-transition: all 0.4s ease-in-out; background-color: white; border: 0px; color: #487be4; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px; margin: 0px; padding: 0px; text-decoration: none; transition: all 0.4s ease-in-out; vertical-align: baseline;&quot; target=&quot;_blank&quot;&gt;SanDisk&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&amp;nbsp;also joined the fray and&amp;nbsp;came up with its latest,&amp;nbsp;Ultra microSDXC UHS-I which will store a whopping 200 GB Storage Giant that can meet the storage requirements of any of the smartphones unveiled at MWC.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC0Vwtm2AL-WbgpHHkBz-Ox9MffYYQKQVWJ0yk9Y6ejdQtqzz3RliR9vY2jLy1tpdtrsEUy2zYDqZCVuzaAJ7M3t8MqIFXp6WblfKESi6iVXhyphenhyphenvW7ITkDDzxgBeEjBBVTAVnkn3BnAlb_E/s1600/sandisk.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC0Vwtm2AL-WbgpHHkBz-Ox9MffYYQKQVWJ0yk9Y6ejdQtqzz3RliR9vY2jLy1tpdtrsEUy2zYDqZCVuzaAJ7M3t8MqIFXp6WblfKESi6iVXhyphenhyphenvW7ITkDDzxgBeEjBBVTAVnkn3BnAlb_E/s1600/sandisk.jpg&quot; height=&quot;194&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;While the company announced a number of&amp;nbsp;microSD cards for&amp;nbsp;the smartphone market, its&amp;nbsp;200 GB storage giant created a new storage record for microSD family.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;Replacing previous record holder from its family of the&amp;nbsp;128GB microSDXC card it introduced last year,&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.techworm.net/2014/09/sandisks-512gb-sd-card-worlds-highest-capacity-sd-card-till-now.html&quot; style=&quot;-webkit-transition: all 0.4s ease-in-out; background-color: white; border: 0px; color: #487be4; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px; margin: 0px; padding: 0px; text-decoration: none; transition: all 0.4s ease-in-out; vertical-align: baseline;&quot; target=&quot;_blank&quot;&gt;SanDisk&lt;/a&gt;&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&amp;nbsp;has increased storage capacity by 56% within the same fingernail-sized form factor. Keeping up with the demands of today’s mobile users, the new card provides the freedom to capture, save and share photos, videos and other files without worrying about storage limitations.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;The 200GB memory giant&amp;nbsp;will go on sale probably in the second quarter of 2015 at around a price of $399.99 with 10 years warranty.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;Similar to its&amp;nbsp;predecessor, the 200 GB microSDXC UHS-I version is shock proof and waterproof, and resistant to&amp;nbsp;40F to 185ºF (-40ºC to 85ºC) temperature.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #0e0b0b; font-family: &#39;Roboto Condensed&#39;, Arial, sans-serif; font-size: 17px; line-height: 31.569000244140625px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/3538874847485619331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/sandisk-unveils-200-gb-micro-sd-to-meet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3538874847485619331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3538874847485619331'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/sandisk-unveils-200-gb-micro-sd-to-meet.html' title='Sandisk unveils the 200 GB Micro SD to meet the storage requirement of SmartPhones at MWC2015 !'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC0Vwtm2AL-WbgpHHkBz-Ox9MffYYQKQVWJ0yk9Y6ejdQtqzz3RliR9vY2jLy1tpdtrsEUy2zYDqZCVuzaAJ7M3t8MqIFXp6WblfKESi6iVXhyphenhyphenvW7ITkDDzxgBeEjBBVTAVnkn3BnAlb_E/s72-c/sandisk.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-4185062667947602075</id><published>2015-03-14T03:33:00.001-07:00</published><updated>2015-03-14T03:33:35.749-07:00</updated><title type='text'>WhatsApp reaches 1 Billion installs on Android, 2nd Non Google App to do so !</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
WhatsApp for android has now notched the staggering 1 Billion downloads for android alone, Making it the only 2nd Non- Google App ever to do so.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3oai3FOEfN59G1tZpsC7wi7CHaT-Rx1QtLZXcesPx4Ck8AmfP2ckopJaIdoNNHEwz1Rd3DFRbBgU6MA0AchMWd4eldduQJKTNx0kpVLVOGK6S_2bxEY_0MPo9hVymAOkM4wkzNDLKoO4S/s1600/whatsapp-king.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3oai3FOEfN59G1tZpsC7wi7CHaT-Rx1QtLZXcesPx4Ck8AmfP2ckopJaIdoNNHEwz1Rd3DFRbBgU6MA0AchMWd4eldduQJKTNx0kpVLVOGK6S_2bxEY_0MPo9hVymAOkM4wkzNDLKoO4S/s1600/whatsapp-king.jpg&quot; height=&quot;286&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
We Know this because Google Play publishes installation ranges for each app and for WhatsApp this now show &amp;nbsp;between 1 Billion and 5 Billion Downloads..&lt;br /&gt;
&lt;br /&gt;
While many questioned whether facebook had paid too much to aquire WhatsApp and it may be a bad deal,but it is proving to be a success investment for the Facebook. WhatsApp last year had seen a formidable number of increase in the downloads and the number of users. And it has grown even with much more surprising numbers in the last 12 Months.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/4185062667947602075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/whatsapp-reaches-1-billion-installs-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/4185062667947602075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/4185062667947602075'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/whatsapp-reaches-1-billion-installs-on.html' title='WhatsApp reaches 1 Billion installs on Android, 2nd Non Google App to do so !'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3oai3FOEfN59G1tZpsC7wi7CHaT-Rx1QtLZXcesPx4Ck8AmfP2ckopJaIdoNNHEwz1Rd3DFRbBgU6MA0AchMWd4eldduQJKTNx0kpVLVOGK6S_2bxEY_0MPo9hVymAOkM4wkzNDLKoO4S/s72-c/whatsapp-king.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-5766764418175801255</id><published>2015-03-13T14:36:00.001-07:00</published><updated>2015-03-13T14:36:16.530-07:00</updated><title type='text'>What you Need to know about Google Nearline Storage !</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;What is Google Nearline Storage ?&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Google have announced a new way to store massive amount of data for those who have very large data requirements. That is what is called as Nearline storage, a Cloud based storage technique in order to store 100&#39;s of terabyted (TB).&lt;br /&gt;
&lt;br /&gt;
It is presently in Beta and charges are 1 cent per GB per month of data.Calculating the cost, it is cheaper than the Dropbox and the Google Drive Paid versions.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_RbGVd8SArPnfzHTCw8MI9dWQ574ywWRnYMwyaydZYPHRh87rLVVGGpD_xZ0s6GJhlLL9pknGEWXetnE3UTvTxvUOAIfSW11SbvI5nIOki4YzV9fKBiO2tKVlGIWmvnjuzltDvAqVnijC/s1600/google-nearline-cloud-storage-infinite-data-.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_RbGVd8SArPnfzHTCw8MI9dWQ574ywWRnYMwyaydZYPHRh87rLVVGGpD_xZ0s6GJhlLL9pknGEWXetnE3UTvTxvUOAIfSW11SbvI5nIOki4YzV9fKBiO2tKVlGIWmvnjuzltDvAqVnijC/s1600/google-nearline-cloud-storage-infinite-data-.jpg&quot; height=&quot;229&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Advantages&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;
This is actually important for the corporate houses who ave massive amount of data and which is not important enough to keep and important to delete.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic4BoYwvPkVmMKT_A7aSTzEnYMnbNNXm7HSXzlHjwNoCZo9IKwaMMkk5saJ9xYvhozNjWo_8e_y9EYHWSMGT8_-Z6qHuqkiHXui8Y7Z6QhfnoQPlwcE708_-aty8ecFxIgKv65rZ0F_w7q/s1600/google-nearline-cloud-storage-infinite-data.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEic4BoYwvPkVmMKT_A7aSTzEnYMnbNNXm7HSXzlHjwNoCZo9IKwaMMkk5saJ9xYvhozNjWo_8e_y9EYHWSMGT8_-Z6qHuqkiHXui8Y7Z6QhfnoQPlwcE708_-aty8ecFxIgKv65rZ0F_w7q/s1600/google-nearline-cloud-storage-infinite-data.jpg&quot; height=&quot;282&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Google Nearline is faster than the traditional cold stored data and the offline stored data and it could be accessed within seconds.&lt;br /&gt;
&lt;br /&gt;
Google will probably make use of off-site backup creation of the critical information.For nearline google is partnering with many decade old storage companies like Iron Mountain, Geminare, NetApp.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/5766764418175801255/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/what-you-need-to-know-about-google.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5766764418175801255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5766764418175801255'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/what-you-need-to-know-about-google.html' title='What you Need to know about Google Nearline Storage !'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_RbGVd8SArPnfzHTCw8MI9dWQ574ywWRnYMwyaydZYPHRh87rLVVGGpD_xZ0s6GJhlLL9pknGEWXetnE3UTvTxvUOAIfSW11SbvI5nIOki4YzV9fKBiO2tKVlGIWmvnjuzltDvAqVnijC/s72-c/google-nearline-cloud-storage-infinite-data-.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-3398692894937094643</id><published>2015-03-13T11:12:00.001-07:00</published><updated>2015-03-13T11:12:36.011-07:00</updated><title type='text'>Google Code is Shutting Down !</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;Its official that Google Project hosting service i.e. Google Code is shutting Down. If you are having anything hosted on the Google code then please start migrating it to some other free service providers.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Google Code was originally launched in 2006 and has lasted almost a decade .Today the world search engine leader officially announced that they are going to shut down the service.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCC-0ijj_HjMsO1qbFrLe2UOdkl23KjGzROj3EUeywpdRpZZsPLDp2iI-kTYe5hv9pdu_LUd93ies5kDqYu25LAOgG8Y1gH7wOD68__V7_sg9g_fjx6LHjd021JLkDVH051LrKcwMRPvXr/s1600/google_code_703.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCC-0ijj_HjMsO1qbFrLe2UOdkl23KjGzROj3EUeywpdRpZZsPLDp2iI-kTYe5hv9pdu_LUd93ies5kDqYu25LAOgG8Y1gH7wOD68__V7_sg9g_fjx6LHjd021JLkDVH051LrKcwMRPvXr/s1600/google_code_703.png&quot; height=&quot;196&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Google Code projects still remaining will no longer be able to be updated. However you will still be able to read and view source code, issues and wikis.&lt;br /&gt;
&lt;br /&gt;
Official date for the shutdown announced is 25th January 2016.&lt;br /&gt;
&lt;br /&gt;
You can export your current projects to the Github easily. Google has an &lt;a href=&quot;https://code.google.com/export-to-github/&quot; target=&quot;_blank&quot;&gt;Export to Github tool&lt;/a&gt;&amp;nbsp;to make migration easy.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/3398692894937094643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/03/google-code-is-shutting-down.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3398692894937094643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3398692894937094643'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/03/google-code-is-shutting-down.html' title='Google Code is Shutting Down !'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCC-0ijj_HjMsO1qbFrLe2UOdkl23KjGzROj3EUeywpdRpZZsPLDp2iI-kTYe5hv9pdu_LUd93ies5kDqYu25LAOgG8Y1gH7wOD68__V7_sg9g_fjx6LHjd021JLkDVH051LrKcwMRPvXr/s72-c/google_code_703.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-5576819353309897694</id><published>2015-01-25T06:18:00.003-08:00</published><updated>2015-01-25T06:18:33.257-08:00</updated><title type='text'>DIGIT ! A Phone based login system for Twitter on Web .</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZBLnv6gyl_TA7E9jaeGyWnYOPlfrs9v82k9RNHNMkHqdzHhXI9wSi92JzDFUdNviMl3sProF0bviZE25daNesZyd3JRE38RJ8b88DbB1fJl1CTF_QL1IzJY0y0k3NIUcStD6P9YHgAmG2/s1600/download.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZBLnv6gyl_TA7E9jaeGyWnYOPlfrs9v82k9RNHNMkHqdzHhXI9wSi92JzDFUdNviMl3sProF0bviZE25daNesZyd3JRE38RJ8b88DbB1fJl1CTF_QL1IzJY0y0k3NIUcStD6P9YHgAmG2/s1600/download.png&quot; height=&quot;324&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Twitter has officially launched there new telephone based login technique called &quot;DIGIT&quot; that allows customers to log in to the vendors and application employing only their telephone. This Function actually helps in lowering the recalling the number of passwords.&lt;br /&gt;
&lt;br /&gt;
This Information comes couple of days later after whatsapp released for giving messages from the browsers on the desktop which is indeed a brand new service.&lt;br /&gt;
Whatsapp which explained more 500 million Customers, explained that its web service is going to be a mirror and it require a smartphone which is already obliged and have a working whatsapp installed on it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: xx-small;&quot;&gt;Source: techgig.com&lt;/span&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/5576819353309897694/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/01/digit-phone-based-login-system-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5576819353309897694'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5576819353309897694'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/01/digit-phone-based-login-system-for.html' title='DIGIT ! A Phone based login system for Twitter on Web .'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZBLnv6gyl_TA7E9jaeGyWnYOPlfrs9v82k9RNHNMkHqdzHhXI9wSi92JzDFUdNviMl3sProF0bviZE25daNesZyd3JRE38RJ8b88DbB1fJl1CTF_QL1IzJY0y0k3NIUcStD6P9YHgAmG2/s72-c/download.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-259682429982792907</id><published>2015-01-11T08:08:00.001-08:00</published><updated>2015-01-11T08:08:38.999-08:00</updated><title type='text'>5 Ways To Quantify Your Coding Skills</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyZErKRCy2zx06CTl9BKScSbfu4xPtMS1gYxaSqlwguhPFgzLl9Aj9E7OtbDXaWsJolDmKeMgPmQclEXNdOLeoVTCTKUzK1ybfYFh5xJA9ExN6QwB1IuA0sBpgfVi1MnLoLTf3gLX2QFC/s1600/Cyberbrain.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyZErKRCy2zx06CTl9BKScSbfu4xPtMS1gYxaSqlwguhPFgzLl9Aj9E7OtbDXaWsJolDmKeMgPmQclEXNdOLeoVTCTKUzK1ybfYFh5xJA9ExN6QwB1IuA0sBpgfVi1MnLoLTf3gLX2QFC/s1600/Cyberbrain.jpg&quot; height=&quot;380&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
Some People finds it easy when it comes to quantifying their job performance.For Example Sales person can measure their performance in dollars($) and cents.Marketing Guys can measure it by calculating their target.&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
But when it comes to Software Developers it becomes sort of question mark. How to Measure the coding skills..?&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
So how do we can value the application we develop, scale, Test, or Monitor.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Here are the some pretty good approaches which each of us can take to &quot;Quantify our Skills&quot;.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
1.ALWAYS THINK IN PERCENTAGES(%):&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Because programmers can&#39;t point directly to numbers or figures like revenue,profit and loss. But that doesn&#39;t means that we can&#39;t put some percentage to mark ourselves.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Always try to measure yourselves in context to percentage. Try to evaluate what things you have gone through in each project.Try to make note on those and analyse your development.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXbsfz5kZfumrnfK-144ZYGGuxPC38ZlGuWqHOcWrkOk05sf0yZFQ2Kcb2LWm1_c5B-WjKEeh9g0pp93m7wNjzeR7m1gr2t6CJ6_x745SMZ0zJ2dKnls_YqVHLhbhs8KTz0oN6eZ6RuVeC/s1600/images+(6).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXbsfz5kZfumrnfK-144ZYGGuxPC38ZlGuWqHOcWrkOk05sf0yZFQ2Kcb2LWm1_c5B-WjKEeh9g0pp93m7wNjzeR7m1gr2t6CJ6_x745SMZ0zJ2dKnls_YqVHLhbhs8KTz0oN6eZ6RuVeC/s1600/images+(6).jpg&quot; height=&quot;400&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&amp;nbsp;2.GET INVOLVED WITH THE OPEN SOURCE PROJECTS:&lt;br /&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Open Source Projects are the best way to measure yourselves. Try to find work in Open Source Projects because mostly it lets you to involve with others of the same industry and give you a chance to measure yourselves in compare to others which is not actually good in every condition but we are coders we have no choice we do it other way always ;) .&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Open Source also gives you a platform for sharing knowledge and skills.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5VVsOkDxWWgIp-MZSgd4ubV4ezmuY8RpdGJ73UPG9XWpyhmZykgCS8y8PprNXzZjLaJutJh19e-DOaprHcmI5JAd92ZI4hzUlkXIHnve2g0h9aY66qHc464PUw-V5blY0JmNn3wPeC6H9/s1600/images+(2).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5VVsOkDxWWgIp-MZSgd4ubV4ezmuY8RpdGJ73UPG9XWpyhmZykgCS8y8PprNXzZjLaJutJh19e-DOaprHcmI5JAd92ZI4hzUlkXIHnve2g0h9aY66qHc464PUw-V5blY0JmNn3wPeC6H9/s1600/images+(2).jpg&quot; height=&quot;400&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
3.ALWAYS MEASURE YOUR PROGRESS NOT PRODUCTS:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Sometimes it takes time.It might be possible that despite of all your efforts you are not able to complete the project on time.But that doesn&#39;t count on the roads of your skill development. You just take a look back and count what are the things that you have learned, that&#39;s important!.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4ggRRwbEt0NgTEiSODJgZAVf4eZi14YktgpShzIvxtcRDJfJxFR1uyihnfo4hECQRk6AHyaIUbdRMtIFnJ-y-z9JIKZ6xJR402yozw48FrPhVC34CPgaXNoaGPNpp1heN_xa-2BJt3msc/s1600/images+(4).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4ggRRwbEt0NgTEiSODJgZAVf4eZi14YktgpShzIvxtcRDJfJxFR1uyihnfo4hECQRk6AHyaIUbdRMtIFnJ-y-z9JIKZ6xJR402yozw48FrPhVC34CPgaXNoaGPNpp1heN_xa-2BJt3msc/s1600/images+(4).jpg&quot; height=&quot;266&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
4.ALWAYS KEEP A JOURNAL:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
If you want to prove the value you and your applications will provide. You need some efforts to make your hard labor count. So its always a good practice to make a journal of your project and your development.On the road what was your problems and how you overcome it. This will also help you in future if you face the problem.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHzss7YpGFCnOhOoDG-D7xsna5fcteonKbRFoj0DhHaPwjIEOi8oweZcpnIjs3nIjYIgMMTWaic4X9QisC6ZUgU2QUvs_csuTXt1iiiagn5Ym8J849niv9LNCXeBFJFcFz05TmRufNy1Gn/s1600/images+(3).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjHzss7YpGFCnOhOoDG-D7xsna5fcteonKbRFoj0DhHaPwjIEOi8oweZcpnIjs3nIjYIgMMTWaic4X9QisC6ZUgU2QUvs_csuTXt1iiiagn5Ym8J849niv9LNCXeBFJFcFz05TmRufNy1Gn/s1600/images+(3).jpg&quot; height=&quot;224&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
5.COLLECT RECOMMENDATIONS:&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
If you are getting recognized for specific skills and accomplishments,make sure you collect those recommendations.Here linkedin can be a good platform for your help.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqzK4uvQfiekocMnCOKNFACQmciguVQTzoV3Ffpt2xBJ5gZx-xFHgTq3HkR7Wpzhn4bKyJoYuuoED1E51wlZSnRhGlDqtBpPvuq7r2SUKF0Cntzedh6gw41royhnqZmBow2tBpkSbf2Grv/s1600/images+(7).jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqzK4uvQfiekocMnCOKNFACQmciguVQTzoV3Ffpt2xBJ5gZx-xFHgTq3HkR7Wpzhn4bKyJoYuuoED1E51wlZSnRhGlDqtBpPvuq7r2SUKF0Cntzedh6gw41royhnqZmBow2tBpkSbf2Grv/s1600/images+(7).jpg&quot; height=&quot;400&quot; width=&quot;380&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
Note: Do leave your valuable comments and like us on Facebook. For more news follow us on Twitter.&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/259682429982792907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2015/01/5-ways-to-quantify-your-coding-skills.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/259682429982792907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/259682429982792907'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2015/01/5-ways-to-quantify-your-coding-skills.html' title='5 Ways To Quantify Your Coding Skills'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipyZErKRCy2zx06CTl9BKScSbfu4xPtMS1gYxaSqlwguhPFgzLl9Aj9E7OtbDXaWsJolDmKeMgPmQclEXNdOLeoVTCTKUzK1ybfYFh5xJA9ExN6QwB1IuA0sBpgfVi1MnLoLTf3gLX2QFC/s72-c/Cyberbrain.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-5616500412666092892</id><published>2014-05-23T12:40:00.001-07:00</published><updated>2014-05-28T11:06:02.837-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Hacking"/><category scheme="http://www.blogger.com/atom/ns#" term="Penteration Testing Lab"/><title type='text'>Step by Step Tutorial on how to search for the XSS vulnearbility on the website</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;360&quot; src=&quot;//www.youtube.com/embed/CA7hsdhJHNs&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
Step by Step Tutorial on how to search for the XSS vulnearbility on the website&lt;/h2&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/5616500412666092892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2014/05/blog-post_1740.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5616500412666092892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5616500412666092892'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2014/05/blog-post_1740.html' title='Step by Step Tutorial on how to search for the XSS vulnearbility on the website'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-2045056590082413137</id><published>2014-03-07T19:15:00.002-08:00</published><updated>2014-03-07T20:42:48.190-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Video Tutorial on &quot;How Man Commands Works&quot; .</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;//www.youtube.com/embed/ZZcgm1x0LJI&quot; width=&quot;580&quot;&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;If You want to View the detail Tutorial for the same Video Please Visit my Previous post on the Man Command in Linux on this Link&lt;/span&gt;:&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://securitybent.blogspot.in/2013/02/ever-thought-about-working-of-man.html&quot; target=&quot;_blank&quot;&gt;Working of the Man Command in Linux&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/2045056590082413137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2014/03/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/2045056590082413137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/2045056590082413137'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2014/03/blog-post.html' title='Video Tutorial on &quot;How Man Commands Works&quot; .'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-8567987916986759258</id><published>2014-03-04T11:51:00.000-08:00</published><updated>2014-03-06T09:24:03.923-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Penteration Testing Lab"/><title type='text'>How to Instal OWASP and DVWA Penetration testing  lab on your System.</title><content type='html'>&lt;iframe width=&quot;580&quot; height=&quot;315&quot; src=&quot;//www.youtube-nocookie.com/embed/AyENB76jwW4&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/8567987916986759258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2014/03/how-to-instal-owasp-and-dvwa.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/8567987916986759258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/8567987916986759258'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2014/03/how-to-instal-owasp-and-dvwa.html' title='How to Instal OWASP and DVWA Penetration testing  lab on your System.'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-617988545723873248</id><published>2013-12-26T02:03:00.001-08:00</published><updated>2014-03-06T21:43:48.180-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Backtrack"/><category scheme="http://www.blogger.com/atom/ns#" term="Hacking"/><category scheme="http://www.blogger.com/atom/ns#" term="Mobile"/><title type='text'>How to Collect the Ip Address of the Sever hosting different services of the Website</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;iframe width=&quot;580&quot; height=&quot;315&quot; src=&quot;//www.youtube.com/embed/jBjKW4NGyBs&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/617988545723873248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2013/12/how-to-collect-ip-address-of-sever.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/617988545723873248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/617988545723873248'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2013/12/how-to-collect-ip-address-of-sever.html' title='How to Collect the Ip Address of the Sever hosting different services of the Website'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-633274179611382106</id><published>2013-01-19T10:35:00.001-08:00</published><updated>2013-01-19T10:49:15.547-08:00</updated><title type='text'>  The top web vulnerabilities</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQpazEBHBUngr2FNUAg95JiBPCkLwf5sYIaWvAOl48eyDGko4uYSl_-Ou9nqtjoNwyihZzgNW21mmyUcQmoxhV-ypmNiAMk4GXqNo385vtxo2SVkRVu-gwEw1sGS8jhFb-ranqwrjrRWj0/s1600/CB062423.jpg&quot; imageanchor=&quot;1&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQpazEBHBUngr2FNUAg95JiBPCkLwf5sYIaWvAOl48eyDGko4uYSl_-Ou9nqtjoNwyihZzgNW21mmyUcQmoxhV-ypmNiAMk4GXqNo385vtxo2SVkRVu-gwEw1sGS8jhFb-ranqwrjrRWj0/s640/CB062423.jpg&quot; width=&quot;427&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;NOTE: These all 10 are not only the Web Vulnerabilities there are many and many are discovered everyday. These 10 only satisfies the most common and most frequent vulnerabilities which are being noticed on Web Apps.&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;

&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;1. Unvalidated inputs:&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;br /&gt;&lt;/b&gt;
&lt;span style=&quot;background-color: white; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;Definition: Not checking whether text a user types into a field on a website is appropriate for that field.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: Hackers use these fields to type commands that allow them to scan for vulnerabilities and gain access.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Validate that each field accepts only those characters that are common for that field (such as numbers for a post code field) and are an appropriate length. Run the inputs against a small library of post codes and addresses to confirm that the information is valid.&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b style=&quot;background-color: white; color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;
&lt;span style=&quot;background-color: white; margin: 0px; padding: 0px;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;color: #424343; font-family: Arial; font-size: 1.05em; font-weight: normal; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;b style=&quot;font-size: 15px; margin: 0px; padding: 0px;&quot;&gt;2. Broken access control&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 22.671875px;&quot;&gt;Definition: Access controls determine what a user can access after logging in to his personal account and blocks access to other accounts.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 22.671875px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: About half of all websites have serious access problems because of poor testing during development.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 22.671875px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Test all possible permutations of what a user may do to try to access information that is not his own.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;b style=&quot;font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;b style=&quot;margin: 0px; padding: 0px;&quot;&gt;3. Broken authentication and session management&lt;/b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 22.671875px;&quot;&gt;Definition: After logging into a website with a user name and password, you receive a cookie that works like a hand stamp at a night club, authenticating your identity as you go through the site.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, &#39;Times New Roman&#39;, serif; line-height: 22.671875px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 22.671875px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: Sometimes companies will customize authentication, inadvertently allowing hackers to infiltrate sessions and use the ID cookie to access the legitimate user&#39;s account.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 22.671875px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Rely on the built-in authentication schemes in the application; use secured sockets layer (SSL) to encrypt the session.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #424343; font-family: Arial; font-size: 1.05em; font-weight: normal; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;b style=&quot;font-size: 15px; margin: 0px; padding: 0px;&quot;&gt;4. Cross-site scripting&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 22.671875px;&quot;&gt;Definition: When a hacker sends commands embedded in queries to a website.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 22.671875px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: A hacker types JavaScript into any text field, such as a change-of-address field. When a legitimate user types information into that field, the JavaScript is activated, which allows the hacker to take control of the session and grants him all the user&#39;s session rights, enabling him to move money or steal credit card numbers.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 22.671875px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Make sure every text field will accept only those characters and length of characters that are suitable for that field--for example, five numbers in a ZIP code field and five numbers only.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b style=&quot;color: #424343; font-family: Arial; font-size: 15px; line-height: 1.35em; margin: 0px; padding: 0px;&quot;&gt;5. Buffer overflow&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: small;&quot;&gt;Definition: Allows an attacker to input more information than the buffer can manage.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: small;&quot;&gt;Problem: Attacker can take control of application server, gaining access to all the data that the server manages.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: small;&quot;&gt;What you can do: Move away from C++ programming language, which is most vulnerable, to Java or .Net languages. If you must use C++, use static analysis tools to find overflow vulnerabilities.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;b style=&quot;color: #424343; font-family: Arial; font-size: 14px; margin: 0px; padding: 0px;&quot;&gt;6. Injection flaws&lt;/b&gt;&lt;/h2&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px; text-align: left;&quot;&gt;
&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;Definition: Web applications that use interpreters, specific so-called stake words that are instructions for a database to return specific information, are susceptible to commands written in the middle of a query, thereby changing the nature of the query.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px; text-align: left;&quot;&gt;
&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: Hacker can send a specific command in a user name and password field so that instead of accessing one file or account attached to that user name and password, the database is commanded to send back all accounts.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px; text-align: left;&quot;&gt;
&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Use parameter queries, in which the command and data are separate. Each command is associated with certain files, so that a hacker has no way to manipulate the command.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: inline !important; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;color: #424343; font-family: Arial; font-size: 1.05em; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;b style=&quot;margin: 0px; padding: 0px;&quot;&gt;7. Improper error management&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 20.828125px;&quot;&gt;Definition: Purposefully inputting errors into fields to receive an error message or to open up a secure area.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 20.828125px;&quot;&gt;Problem: Error messages contain information about the information that may lie underneath, such as receiving an &quot;access denied&quot; message, which indicates a file is associated with the data the hacker input.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 20.828125px;&quot;&gt;What you can do: Keep track of errors and log users out after three errors. Do not provide specific information about the infrastructure or directory in error messages.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;color: #424343; font-family: Arial; font-size: 1.05em; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;b style=&quot;font-size: 15px; line-height: 1.35em; margin: 0px; padding: 0px;&quot;&gt;8. Unsecured storage&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 23.8125px;&quot;&gt;Definition: Not protecting stored data using encryption, not properly securing the keys for accessing encrypted data, and not using effective randomness for passwords.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 23.8125px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: Once a hacker gains access to a system, non-encrypted data is easily accessed or hacker can find unsecured encryption keys to gain access to encrypted data.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 23.8125px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Do not store data that is not absolutely necessary for the operation of the business, and minimize use of encryption. If encryption is used, store the master secret to open the encryption in two locations (say, a configuration file and an external sever) and assemble it at runtime.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;b style=&quot;color: #424343; font-family: Arial; font-size: 15px; line-height: 1.35em; margin: 0px; padding: 0px;&quot;&gt;9. Denial of Service&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;line-height: 23.8125px;&quot;&gt;Definition: Sending thousands of queries to a Web server to overload the system, slowing it down or causing it to crash.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 23.8125px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: While not an attack meant to steal personal information, the attack is meant to be purely malicious by slowing down a business&#39;s online services and commerce.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;span style=&quot;color: #424343; line-height: 23.8125px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Require users to log on to your site so that you process queries only from legitimate users. Limit the number of queries within a certain time frame per user. After three log-in failures, lock out the user for a certain amount of time to thwart a DNS attack on the log-in app.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;b style=&quot;color: #424343; font-family: Arial; font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;10. Insecure configuration management&lt;/b&gt;&lt;br /&gt;
&lt;div style=&quot;color: #424343; font-size: 1.05em; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;b style=&quot;font-size: 15px; line-height: 20.40625px; margin: 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;font-size: 1.05em; font-weight: normal; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Definition: Unpatched security flaws on server, use of
default passwords or improperly secured passwords, improper file and directory
permissions, and others.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;Problem: A hacker scans for these vulnerabilities, and if
found, gains access to administrative and other sensitive accounts.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;What you can do: Create configuration security guidelines
that lay out the specific steps that developers and Web operations staff must
check off. Removes the debate between staff on how to set up proper
configuration.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;color: #424343; font-family: Arial; font-size: 1.05em; font-weight: normal; line-height: 1.35em; margin-bottom: 15px; padding: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/633274179611382106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2013/01/the-top-web-vulnerabilities.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/633274179611382106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/633274179611382106'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2013/01/the-top-web-vulnerabilities.html' title='  The top web vulnerabilities'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQpazEBHBUngr2FNUAg95JiBPCkLwf5sYIaWvAOl48eyDGko4uYSl_-Ou9nqtjoNwyihZzgNW21mmyUcQmoxhV-ypmNiAMk4GXqNo385vtxo2SVkRVu-gwEw1sGS8jhFb-ranqwrjrRWj0/s72-c/CB062423.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-3327731092372090647</id><published>2012-10-18T14:11:00.000-07:00</published><updated>2012-10-18T14:11:32.441-07:00</updated><title type='text'>DNS Cache Snooping.!! Checking whether the hostname resides in cache of the nameserver users were using currently.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
After Hearing the Word Snooping the First Thing that can come to mind is that&amp;nbsp;What is Snooping..????&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So, Snooping means Spying on something or Secretly look on something to findout something really important.&lt;br /&gt;&lt;br /&gt;So Now you must be Knowing that we are Gonna Snoop Around the DNS Server.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3cnWS3TfzOpkn2m7U3WJj1OgpGSsZFRbiZ_Jt7kMozFJCGT3RfKO9ayXn99N1Cm4gj6myxSNPkncGHVU24VLqvDkJzCIkaj7jq2UInqCbWk-RnCuw9NombwsgwJ9wh_DRJ2iwZVy_FaId/s1600/download.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;400&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3cnWS3TfzOpkn2m7U3WJj1OgpGSsZFRbiZ_Jt7kMozFJCGT3RfKO9ayXn99N1Cm4gj6myxSNPkncGHVU24VLqvDkJzCIkaj7jq2UInqCbWk-RnCuw9NombwsgwJ9wh_DRJ2iwZVy_FaId/s400/download.gif&quot; width=&quot;322&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So lets Start..............&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. &lt;b&gt;Introduction:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;DNS&lt;/b&gt; or &lt;b&gt;Name Server&lt;/b&gt; are the servers that resolve a hostname to their &lt;u&gt;IP representation&lt;/u&gt;.There are numerous DNS Servers out there,all of which resolves specific domains,but each of them stores specific DNS records.Those records can be the following: &lt;b&gt;A&lt;/b&gt; , &lt;b&gt;MX&lt;/b&gt; ,&lt;b&gt; NS&lt;/b&gt; , &lt;b&gt;AAAA&lt;/b&gt; , etc&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
All the DNS servers are connected together to form a hierarchial DNS networks. For Example if we nslookup any website , it will give its server address, its &lt;b&gt;address&lt;/b&gt; , &lt;b&gt;Name&lt;/b&gt; , and other &lt;b&gt;Addresses&lt;/b&gt; if the website has any.&lt;br /&gt;Let&#39;s Check it out for the www.google.com&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# nslookup www.google.com 192.168.1.1

Server:&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.1

Address 1: 192.168.1.1

Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; www.google.com

Address 1: 173.194.35.148&amp;nbsp;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Address 2: 173.194.35.144&amp;nbsp;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Address 3: 173.194.35.147 &lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Address 4: 173.194.35.145 &lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Address 5: 173.194.35.146 &lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Note: All these commands were tested on the Linux Operating System . It may or may not be possible that the Result may vary as per the different OS&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
We can see clearly in the above output that the query returned the different address which are used for the load balancing of the server.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2. &lt;b&gt;DNS Queries:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Yeah we all know that the main job of any of the DNS server id to respond back to the Queries it recieves.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Whenever the DNS server recieves the query regarding the IP Address of the Domain,then it look for the address of the Domain in its cache.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
If it Found in its cache then it quickly returns the IP Addresses and if &amp;nbsp;not found then it forwards the query to the other DNS Server.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Whenever the Server recieves the Query , the DNS server checks that which type of query it is.&lt;/div&gt;
&lt;div&gt;
Whether it is:&lt;/div&gt;
&lt;div&gt;
1. Recursive query.&lt;/div&gt;
&lt;div&gt;
2. Interactive Non - Recursive Query.&lt;/div&gt;
&lt;div&gt;
3. DNS cache snooping.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. Since the DNS server doesnot have the knowledge about the hostname in query. It will ask its own DNS server to resolve it . The recursive Query thus always returns the IP Address of the domain or the hostname if such IP exist.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2. If &amp;nbsp;DNS server does&#39;nt have the Knowledge about the hostname in the query , it returns the list of DNS servers, which might can have the information about the hostname.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
3. DNS CACHE SNOOPING:&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;a) when non-recursive query are enabled&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;DNS cache snooping is actually the process of figuring out the already resolved queries by the DNS Server&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
DNS cache snooping can be useful if we want to check the hostname that the local network already resolved.&lt;/div&gt;
&lt;div&gt;
This means that the nodes on the local network using that DNS server (the server we are connected and the local network we are connected) requested specific hostname in the near past , which can be used to snoop webpages that the users are visiting at any time.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
* A &lt;b&gt;DNS&lt;/b&gt; Server is suspectible to &lt;b&gt;DNS&lt;/b&gt; &lt;b&gt;Cache snooping&lt;/b&gt; if we can make the &lt;b&gt;non-recursive&lt;/b&gt; query to a &lt;b&gt;DNS&lt;/b&gt; Server looking for already resolved hostnames.&lt;/div&gt;
&lt;div&gt;
To check whether the &lt;b&gt;DNS&lt;/b&gt; Server is suspectible to &lt;b&gt;cache snooping&lt;/b&gt; we can try to find out the &lt;b&gt;IP Addres&lt;/b&gt;s of the hostname by querying the &lt;b&gt;DNS&lt;/b&gt; Server &lt;b&gt;non-recursively&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Example:&lt;/div&gt;
&lt;div&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# nslookup -norecursive -type=A www.xyz.com&lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-size: 12px;&quot;&gt;Server:&amp;nbsp; x.x.x.x&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Address: x.x.x.x#53

Non-authoritative answer:

*** Can&#39;t find www.xyz.com: No answer&lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Don&#39;t see the output with such a horrifying look , It looks like this because our &lt;b&gt;DNS&lt;/b&gt; server was not able to reveal the &lt;b&gt;IP Address&lt;/b&gt; after running&lt;b&gt; &quot; -norecursive &quot;&lt;/b&gt; command. But we want it to reveal .&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So before running the &lt;b&gt;&quot; -norecursive&quot;&lt;/b&gt; we will run the same statement with the &amp;nbsp;&lt;b&gt;&quot; -recursive&quot;&lt;/b&gt; command.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Now Lets see -&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# nslookup -recursive -type=A www.xyz.com&lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Server:&amp;nbsp; x.x.x.x

Address: x.x.x.x#53

Non-authoritative answer:

Name: www.xyz.com

Address: x.x.x.x&lt;/pre&gt;
&lt;/div&gt;
&lt;div&gt;
Here we can see that after using &lt;b&gt;&quot; -recursive&quot;&lt;/b&gt; it displays the &lt;b&gt;Name and IP&lt;/b&gt; of the hostname.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
And &lt;b&gt;note&lt;/b&gt; that now if we do &lt;b&gt;&quot; -norecursive&quot;&lt;/b&gt; it will display the &lt;b&gt;Name and IP&lt;/b&gt; for the same hostname , and that&#39;s because now the entry already exists in the &lt;b&gt;cache&lt;/b&gt; of the&lt;b&gt; DNS Server&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# nslookup -norecursive -type=A www.xyz.com&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;background-color: white; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Server:&amp;nbsp; x.x.x.x

Address: x.x.x.x#53

Non-authoritative answer:

Name: www.xyz.com

Address: x.x.x.x&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;
&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;Thus we Have seen that how to figure out if a &lt;b&gt;DNS server&lt;/b&gt; is &lt;b&gt;vulnerable&lt;/b&gt; to &lt;b&gt;cache snooping&lt;/b&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;&lt;b&gt;b) when non-recursive queries are disabled.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;For the information i want to mention here that the &lt;b&gt;non-recursive&lt;/b&gt; queries are not the big thing , they can be &lt;b&gt;disabled&lt;/b&gt; by the &lt;b&gt;administrator&lt;/b&gt; at the time of &lt;u&gt;configuring&lt;/u&gt; the &lt;b&gt;DNS&lt;/b&gt; server.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;But yet even the non-recursive queries are not allowed and we have only left with option to use the recursive queries, there are some other ways from where we can define that the certain hostname for which we are passing the query are taken from the cache or not.

This can be done in two ways:&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;1. &lt;b&gt;By checking the Time the query takes to process:&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;If the Query time is exactly equal to the time that it takes to send packets to the server, then it is quite much possible that the entry exists in the cache and have been accessed from there itself.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;We can check this by using the ping command and checking the total &lt;b&gt;RTT&lt;/b&gt;(&lt;u&gt;i.e round trip time&lt;/u&gt;) of the &lt;b&gt;ICMP&lt;/b&gt; packets being sent to the server. Let us look at the example:&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# ping -c 3 8.8.8.8

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

64 bytes from 8.8.8.8: icmp_req=1 ttl=47 time=29.7 ms

64 bytes from 8.8.8.8: icmp_req=2 ttl=47 time=30.7 ms

64 bytes from 8.8.8.8: icmp_req=3 ttl=47 time=30.6 ms

--- 8.8.8.8 ping statistics ---

3 packets transmitted, 3 received, 0% packet loss, time 200ms
&lt;/pre&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;Now we had the total time used to send the packets. Now we had to check the query request time by requesting any hostname using the&lt;b&gt; DNS nameserver&lt;/b&gt;. We will be using dig command here...&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# dig @8.8.8.8 www.google.com

; &amp;lt;&amp;lt;&amp;gt;&amp;gt; DiG 9.9.1-P2 &amp;lt;&amp;lt;&amp;gt;&amp;gt; @8.8.8.8 www.google.com

; (1 server found)

;; global options: +cmd

;; Got answer:

;; -&amp;gt;&amp;gt;HEADER&amp;lt;&amp;lt;- opcode: QUERY, status: NOERROR, id: 39294

;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:

; EDNS: version: 0, flags:; udp: 512

;; QUESTION SECTION:

;www.google.com.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A

;; ANSWER SECTION:

www.google.com.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 173.194.35.146

www.google.com.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 173.194.35.144

www.google.com.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 173.194.35.145

www.google.com.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 173.194.35.147

www.google.com.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 173.194.35.148

;; Query time: 31 msec

;; SERVER: 8.8.8.8#53(8.8.8.8)

;; MSG SIZE&amp;nbsp; rcvd: 123&lt;/pre&gt;
&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;
&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;now calculate the average time for both the sending packets and making query request. we found here that both the timings are same , hence this shows that the hostname already exist in the cache.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;Similarly do it for the other hostname as per your wish and see what is the output , based on the output you will know that the particular hostname lies there in the cache or not.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;2) &lt;b&gt;By Checking the TTL when querying the vulnerable DNS server&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;As we have no choice other than using the &lt;b&gt;&quot; recursive &quot;&lt;/b&gt;command , the another way to determine that the hostname exists in the cache or not we can look after the &lt;b&gt;TTL&lt;/b&gt; value which should be low if it already exist in the &lt;b&gt;cache.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;We can check the &lt;b&gt;TTL&lt;/b&gt; value by executing the command below:&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;# nslookup -type=A www.google.com 8.8.8.8 -debug&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: #333333; font-size: 12px; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;Server:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8

Address:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.8.8#53

------------

QUESTIONS:

www.google.com, type = A, class = IN

ANSWERS:

-&amp;gt;&amp;nbsp; www.google.com

internet address = 173.194.35.146

ttl = 300

-&amp;gt;&amp;nbsp; www.google.com

internet address = 173.194.35.148

ttl = 300

-&amp;gt;&amp;nbsp; www.google.com

internet address = 173.194.35.144

ttl = 300

-&amp;gt;&amp;nbsp; www.google.com

internet address = 173.194.35.145

ttl = 300

-&amp;gt;&amp;nbsp; www.google.com

internet address = 173.194.35.147

ttl = 300

AUTHORITY RECORDS:

ADDITIONAL RECORDS:

------------

Non-authoritative answer:

Name:&amp;nbsp;&amp;nbsp; www.google.com

Address: 173.194.35.146

Name:&amp;nbsp;&amp;nbsp; www.google.com

Address: 173.194.35.148

Name:&amp;nbsp;&amp;nbsp; www.google.com

Address: 173.194.35.144

Name:&amp;nbsp;&amp;nbsp; www.google.com

Address: 173.194.35.145

Name:&amp;nbsp;&amp;nbsp; www.google.com

Address: 173.194.35.147&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;
&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;In the above output the TTL value is Considerably low (i.e 300) which means that this hostname already resides in the cache of the DNS server.Similarly we can check for another hostnames of our choice to know whether it resides in the cache or not.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;&lt;b&gt;CONCLUSION:&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;So friends here we come tot he end of this tutorial. Here we seen that how can we see and query a DNS server to tell us that whether the hostname exits in the cache or not i.e whether it has been already resolved by the Specific DNS server or not.
This can be used to lookout that what hostname the users of that server were using recently.&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;
&lt;b&gt;NOTE: Here we have not discussed how to snoop the webpages but i will update that too, research work on that is in progress , so stay tuned.&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre class=&quot;brush: plain; title: ; notranslate&quot; style=&quot;color: black; font-size: medium; margin-bottom: 20px; overflow: auto; padding: 0px;&quot; title=&quot;&quot;&gt;&lt;span style=&quot;font-family: Times New Roman;&quot;&gt;&lt;span style=&quot;white-space: normal;&quot;&gt;Thank you for reading.
Admin&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/3327731092372090647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2012/10/dns-cache-snooping-checking-whether.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3327731092372090647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/3327731092372090647'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2012/10/dns-cache-snooping-checking-whether.html' title='DNS Cache Snooping.!! Checking whether the hostname resides in cache of the nameserver users were using currently.'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3cnWS3TfzOpkn2m7U3WJj1OgpGSsZFRbiZ_Jt7kMozFJCGT3RfKO9ayXn99N1Cm4gj6myxSNPkncGHVU24VLqvDkJzCIkaj7jq2UInqCbWk-RnCuw9NombwsgwJ9wh_DRJ2iwZVy_FaId/s72-c/download.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-7284836294380597782</id><published>2012-08-20T09:39:00.001-07:00</published><updated>2014-03-06T21:45:33.090-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Linux File System Tutorial Part 2</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGAEYeL_NcOH0o6yEF07asRxTX75fGDxtqzppJpcreNss3DpNAfQjJTkn10CQ1nsSbbG_vVEYRjUla5iAUWgiZF1zIucUgQiAFtnV8PG2c6e0Hmz1G0rsdm_bBcThoWp2thOcS3c7X9CI9/s1600/linux.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGAEYeL_NcOH0o6yEF07asRxTX75fGDxtqzppJpcreNss3DpNAfQjJTkn10CQ1nsSbbG_vVEYRjUla5iAUWgiZF1zIucUgQiAFtnV8PG2c6e0Hmz1G0rsdm_bBcThoWp2thOcS3c7X9CI9/s1600/linux.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Hello and welcome to the second part of the Linux File system Tutorial.&lt;br /&gt;
&lt;br /&gt;
In this tutorial we will be discussing these 4 directories of the Linux File System Structure.&lt;br /&gt;
&lt;br /&gt;
home , initrd , lib , lost+found .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So lets Begin....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1. home&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
To view the home directory type &lt;b&gt;ls home/&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Thic command will show the user in the home structure.Actually this will also be the home directory for the user from whom you are logged in.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;for Eg&lt;/b&gt;: i am logged in as nishant so its showing me nishant as the user. i.e nishant is my home directory.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to check you can type : &amp;nbsp;&lt;b&gt;whoami&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
this command will tell you how we are logged in and with what privileges.&lt;br /&gt;
For Eg:&lt;br /&gt;
[root@nishant/]#&lt;br /&gt;
here user nishant is logged in with the root privileges.&lt;br /&gt;
&lt;br /&gt;
but for the most part when you create users on the system a home directory will be created for them within the home directory.&lt;br /&gt;
&lt;br /&gt;
i.e&lt;br /&gt;
&lt;b&gt;&amp;nbsp;/home/&amp;lt;username&amp;gt;&lt;/b&gt;&lt;br /&gt;
Eg:&lt;br /&gt;
&lt;b&gt;&amp;nbsp;/home/nishant&lt;/b&gt;&lt;br /&gt;
if we had created a user with the name nishant.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note: We know that it is getting messup and complicated so we advise to do the practical of the tutorial to understand it more clearley.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2. initrd&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This Directory is actually Red-Hat Specific. So there is some deviation from the file system hierarchial standard.&lt;br /&gt;
&lt;br /&gt;
This particular entry should not be removed by anyone on the system it is temporarily mount when the system is booting for a RAM disc.&lt;br /&gt;
&lt;br /&gt;
When the system Boots Red-Hat Linux Temporarily mounts areas in the memory to this particular location on the disc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To see we can do &lt;b&gt;ls initrd/&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Here we can see that this directory contains nothing and its empty because it is already occupied when the system boots.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
Some Examples of the initrd commands are:&lt;br /&gt;
init0 , init6 etc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;3. lib&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
lib directory contains shared libraries . To see this directory&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;ls lib/&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This command will show you all the libraries .&lt;br /&gt;
Eg: lib SSL , lib SSH , lib crypto &amp;nbsp;etc&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Note: You can consider these lib directories equivalent to the windows operating system&#39;s &quot;DLL&quot; management.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;4. lost+found&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Lost and Found directory is exatly what its name tells. Its has fragmented portion of the hard disk,lost files etc.&lt;br /&gt;
To see this Directory:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;ls lost+found/ -all &amp;nbsp; or ls lost+found/&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Note: &lt;/b&gt;If you find this directory empty then don&#39;t panic it does&#39;nt means that your system is suffering this means that your system is working great. Because Finding enteries in this directory means that your system may have the fragmentation problem, Which may lead to the potential Disk Problem or other kind of problem. etc.&lt;br /&gt;
&lt;br /&gt;
These Directory is only for you to locate the files which has been fragmented or accidently deleted or not fully deleted and like wise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;So here we come to the end of the the second part of the tutorial....hope you all are liking and most of all understanding the tutorials....see we know it is quite difficult to understand the tutorials without a video training material, so we advise that keep doing the tutorials as the commands are stated ..... you won&#39;t be needing any of the video tutorial then...&lt;br /&gt;&lt;br /&gt;Keep doing the Practicals....!! It will help you alot...!! &amp;nbsp; &amp;nbsp;:D :D :D&lt;/b&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/7284836294380597782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2012/08/linux-file-system-tutorial-part-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/7284836294380597782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/7284836294380597782'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2012/08/linux-file-system-tutorial-part-2.html' title='Linux File System Tutorial Part 2'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGAEYeL_NcOH0o6yEF07asRxTX75fGDxtqzppJpcreNss3DpNAfQjJTkn10CQ1nsSbbG_vVEYRjUla5iAUWgiZF1zIucUgQiAFtnV8PG2c6e0Hmz1G0rsdm_bBcThoWp2thOcS3c7X9CI9/s72-c/linux.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-7789950010704061758</id><published>2012-08-13T13:36:00.001-07:00</published><updated>2014-03-06T21:45:33.098-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Linux"/><title type='text'>Linux File System Tutorial Part 1</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Today I am Posting here the Tutorial on Linux File System (LFS).&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4xC6Oswb-i1M5s2asrw44nbXgUtu5ZTjJ02LY0xtjEs5ZN1JJQSjTcHHNYtZDo3tL5i4tXxPxnCn93WKZIXY1VVd8jS7YYu7XCb2AOoayE_dwWrlLgbYFMa4a7nvBGsFpd7HJm1AOEntZ/s1600/linux.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4xC6Oswb-i1M5s2asrw44nbXgUtu5ZTjJ02LY0xtjEs5ZN1JJQSjTcHHNYtZDo3tL5i4tXxPxnCn93WKZIXY1VVd8jS7YYu7XCb2AOoayE_dwWrlLgbYFMa4a7nvBGsFpd7HJm1AOEntZ/s1600/linux.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
Every Linux File System includes some of the Basic Directories which are installed or are there on the System at the time of Installation of the Distribution.&lt;br /&gt;
Basically there are actually 17 Directories which are Installed at the time of Installation of any Linux Distribution.&lt;br /&gt;
You can view these Directories either graphically or using console.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;To see Graphically (Taking on Red Hat Linux 9 Distribution)&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
Just click on the &quot;Root&#39;s home&quot; icon on your desktop and replace the &quot;/root&quot; with only &quot;/&quot; in the address bar of the window.&lt;/div&gt;
&lt;div&gt;
This will take you to the all the Files and directories available in the root or on the System.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Note: But its recommended that you must use the console method if you are the beginer with the linux file system, that will help you learn more clearley.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrVL8qr02fz9UMN-1zWbdZADBvZICVjzFe9SA2VkePa1xXy5ri-J5R_bdPaQNi51pAnamRjwS95-eIpk3LTpHhCQ5hUXCjjDV9L661zUnfWo6iBTUJ78gipQsMNCFZ8kvvNMzJhZgyffHW/s1600/rh3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrVL8qr02fz9UMN-1zWbdZADBvZICVjzFe9SA2VkePa1xXy5ri-J5R_bdPaQNi51pAnamRjwS95-eIpk3LTpHhCQ5hUXCjjDV9L661zUnfWo6iBTUJ78gipQsMNCFZ8kvvNMzJhZgyffHW/s1600/rh3.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;To see Using Console (Taking on Red Hat Linux 9 Distribution)&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
By Default shell takes you to the &quot;home directory&quot; and if you are logged in as the root user your home directory will tbe the &quot;/root&quot;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
To show all the pre installed directories we have to go to the very root of the system i.e root of the directory which is indicated by the &quot;/&quot;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
to go to &amp;nbsp; &quot;/&quot; if you are not presently in the very root of the directory.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
type &quot;cd /&quot; without quotes and press enter.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
after this your address must look like this&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;[root@rhle /]#&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
now do &quot;ls&quot; without quotes&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This command will display all the various root files and directories that are available that can we use.These Directories are installed or made by default when we are installing the Distribution.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Following are the List of Directories which are Displayed i.e Which are Installed already on the system:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1.bin &amp;nbsp;2. dev &amp;nbsp;3. home &amp;nbsp;4.lib &amp;nbsp;5. misc 6.opt &amp;nbsp;7. root &amp;nbsp;8. tmp &amp;nbsp;9. var 10. boot &amp;nbsp; 11. etc &amp;nbsp; 12. initrd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
13. lost+found &amp;nbsp; 14. mnt &amp;nbsp; 15. &amp;nbsp;proc &amp;nbsp;16. sbin &amp;nbsp; 17. usr&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Note : &amp;nbsp;&lt;/b&gt;In the First Part of the Tutorial we will be dicussing only 4 Directories&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i.e bin, boot, dev, etc.&lt;br /&gt;The remaining of the Directories will be Discussed in the next part of the tutorial.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;So lets start with the first one...&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;1. &amp;nbsp;bin&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&quot;bin&quot; directory is designed to have by default basic binaries. Basic Binaries are the commands or you can say system utilities which are accessible by all the users of the system. Almost all the commands that we use for most part in Red Hat Linux enviornment for most of the user of the system are found in the bin directories.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
we can do ls bin/ to see all the directories and files present inside the bin directories.&lt;/div&gt;
&lt;div&gt;
some are as follows:&lt;/div&gt;
&lt;div&gt;
ln - it is used for creating links.&lt;/div&gt;
&lt;div&gt;
gawk&lt;/div&gt;
&lt;div&gt;
cut and many more.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Some of the example of the utilities that the bin directory includes are as&lt;/div&gt;
&lt;div&gt;
1.ls - to list all files&lt;/div&gt;
&lt;div&gt;
2.clear &amp;nbsp;- &amp;nbsp;to clear the screem&lt;/div&gt;
&lt;div&gt;
3.cat &amp;nbsp;- to view the file in txt format or else also&lt;/div&gt;
&lt;div&gt;
&amp;nbsp;4.cp &amp;nbsp;- to copy the file&lt;/div&gt;
&lt;div&gt;
5.mv - to move the file&lt;/div&gt;
&lt;div&gt;
6.date - to reveal the system date&lt;/div&gt;
&lt;div&gt;
7.dd&lt;/div&gt;
&lt;div&gt;
8. df&lt;/div&gt;
&lt;div&gt;
9.echo - to print anything on the screen just like printf in &#39;c&#39;&lt;/div&gt;
&lt;div&gt;
10. kill &amp;nbsp;- to kill any process&lt;/div&gt;
&lt;div&gt;
11. ps - to show the process status&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
To know where the particular binary is located we can use which command.&lt;/div&gt;
&lt;div&gt;
syntax: which &amp;lt;binary name&amp;gt;&lt;/div&gt;
&lt;div&gt;
Eg: &amp;nbsp;which ls&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;which cp&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;which dd &amp;nbsp; &amp;nbsp;and so on.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;2.boot:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This Directory basically deals with the kernel of the system so it includes various files related to the kernel.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
To see the files inside the boot directory we can do&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
ls boot/ and press enter&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The above command will list all the files under the boot directory which are related to the kernel even including the kernel itself. You can see the kernel in this list.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
There is one more directory inside this directory i.e you can see is the grub directory.&lt;/div&gt;
&lt;div&gt;
Grub is the boot loader of the system,it is related to the kernel. It starts the system so its also located here in the boot.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
when will do &quot;df -h&quot; it will list all the physical partition on the system hard disk.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;3. dev&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
This directory is very important directory because the physical devices which are attached to your linux system can be found within the &#39;dev&#39; directory.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
we can explore the dev directory by doing the &#39;ls dev/&#39; &amp;nbsp;without quotes&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
After you list the files of the dev directory you will see many types of the devices listed. These devices entry in here are almost for all the devices that you can imagine.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
If we insert a USB in the system which is compatible with the linux there will be a device located in the &#39;/dev&#39; directory that will support your particular piece of hardware. Or if you install the software that comes with the device there will be dev file that will be placed in &#39;/dev&#39; directory for you.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
In addition in /dev directory we can find files for the standard input devices i.e keyboard,mouse,monitor,printer,headphones (all USB devices).&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;4. etc:&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
as per the File system hierarchial structure the &#39;etc&#39; directory must contain configuration files,host specific files.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So anything specific with the particular host should be contained in the etc directory and typically you will find the configuration files that pretends to following&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
IP addresses information, DNS Information, DHCP Information, Network Informationn etc.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
/etc structure are assigned by the file system structure to contain the host specific files.&lt;/div&gt;
&lt;div&gt;
Eg: Files that will end with extension &quot;.conf&quot;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
To view the .conf &amp;nbsp;files.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
we have to do this:&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
cd etc/ &amp;nbsp; &amp;nbsp;- this will take you inside the etc directory&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
ls *.conf &amp;nbsp;-this will list all the configuration files. For Eg: dhcpd.conf and many others.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;So here we come to the end of the first part of the tutorial will see you soon in the second part of the tutorial. There we will be discussing the another 4 directories.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Thank you.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/7789950010704061758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2012/08/linux-file-system-tutorial-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/7789950010704061758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/7789950010704061758'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2012/08/linux-file-system-tutorial-part-1.html' title='Linux File System Tutorial Part 1'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4xC6Oswb-i1M5s2asrw44nbXgUtu5ZTjJ02LY0xtjEs5ZN1JJQSjTcHHNYtZDo3tL5i4tXxPxnCn93WKZIXY1VVd8jS7YYu7XCb2AOoayE_dwWrlLgbYFMa4a7nvBGsFpd7HJm1AOEntZ/s72-c/linux.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-8944576271578062944</id><published>2012-05-22T02:26:00.000-07:00</published><updated>2012-05-22T02:26:39.192-07:00</updated><title type='text'>How to get Dual Monitor Display of the single Computer ...!!</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Note: These are the steps to have Dual display of your 1st monitor on your second monitor, also you can call it as a extended display as usually used in the cubicles of the IT companies.&lt;br /&gt;
&lt;br /&gt;
So here we go.........&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;You can never have enough screen space. Instead of buying a
larger computer monitor, you can buy an inexpensive second monitor or make use
of a spare one and connect it to your computer (if you&#39;re using Windows 7,
Windows Vista, or Windows XP)—instantly doubling your desktop space.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-size: x-large;&quot;&gt;
&lt;u&gt;Dual monitor setup checklist&lt;/u&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;font-size: x-large;&quot;&gt;
&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
There’s a good chance you already have everything you need
to set up your second monitor.&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;If you need more detail about the necessary equipment.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
-Two monitors (one, if you’re setting up a laptop), which may
be flat-panel LCD monitors or CRT monitors or one of each—it doesn’t matter.
You can even use a TV screen as a monitor. If you’re going to buy a monitor,
there are many points to consider in addition to the price. For example,
picture quality, screen size, screen resolution, compatibility with your
computer port, higher contrast ratio, and richness of color are some of the
most important factors.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Although we refer to two monitors in this article, you can
use more than two as long as you have the connectors available on your
computer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
-Two monitor cables to connect the monitors to the computer
(one for a laptop). These need to match the connection types available on your
computer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
-A monitor connection on your computer for each monitor you
want to connect. These may be Digital Visual Interface (DVI) connectors, Video
Graphics Array (VGA) connectors, HDMI (High Definition Multimedia Interface)
connectors, or S-Video connectors for using your TV as a monitor. The
connections will need to match the monitor cables. These ports connect to video
cards in your computer. They are usually located on the back of your desktop
computer and on the side or back of your laptop computer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
-If you don’t have the connectors you need for your monitors,
you can install a video adapter to change the connector type, or, if you’re
using a desktop computer, you can replace your video card or install additional
cards. This involves opening your computer, so you may want to seek assistance
from a local computer retailer or watch this video for help to do it yourself.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: 16.0pt; line-height: 115%;&quot;&gt;How to set up your second monitor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: 16.0pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Connect the monitor cables&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
When you’re ready to connect the monitor cable to the
connector on your computer, make sure the monitor is plugged in and turned on.
Your computer should automatically detect the second monitor, although you may
have to restart your computer first. If you’re using Windows XP, you’ll need to
enable Dualview.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilb08aZZDkn92Twsx-ShjiZHAKu2xvfb5trcB-sMHI2N8s6MQVP0fRd2FeAd5reZGQBS1AR4z24vxNiF7lkpQ2gIzco7yNGvvq10nhmEYVKcRx5El8eIumeXb94ifEMubDoQq85ZwHJyb0/s1600/BothMonitorImages3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilb08aZZDkn92Twsx-ShjiZHAKu2xvfb5trcB-sMHI2N8s6MQVP0fRd2FeAd5reZGQBS1AR4z24vxNiF7lkpQ2gIzco7yNGvvq10nhmEYVKcRx5El8eIumeXb94ifEMubDoQq85ZwHJyb0/s1600/BothMonitorImages3.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
When your computer detects the monitor, it should also
automatically detect and apply the display settings appropriate for the
monitor.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Configure your
displays&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;You
may want to adjust display settings yourself, as described in the following
articles.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; line-height: 115%;&quot;&gt;&lt;b&gt;&lt;u&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;Settings For Windows 7&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
The settings shown here are for Windows 7, but they are
basically the same as those available for Windows Vista and Windows XP. If
necessary, you can drag the monitor icons so that they are arranged in the same
way as the monitors on your desk. Click Identify to verify which monitor is 1
and which monitor is 2. You’ll see the numbers appear on your monitors.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyr4TWtC5-83hnU93d-DcrxA5mahaJhWDV7y3ZMNvK4Ib6VkRg-VL0D7NLujMfcjAl0OuyDWzocIa_ts5j14EQoMjDbsJ1cN0J89ZS4XjyrK5gztBJ1yU2aO1xupk58i7Pgk460k767Lke/s1600/Two-monitors-screen.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyr4TWtC5-83hnU93d-DcrxA5mahaJhWDV7y3ZMNvK4Ib6VkRg-VL0D7NLujMfcjAl0OuyDWzocIa_ts5j14EQoMjDbsJ1cN0J89ZS4XjyrK5gztBJ1yU2aO1xupk58i7Pgk460k767Lke/s1600/Two-monitors-screen.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Under Multiple displays, you can also adjust what you see on
the second monitor. You have the following choices:&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;-Extend your displays&lt;/b&gt;.
This spreads your desktop over both monitors and lets you drag items between
the two screens. This is how most people use two monitors, and it&#39;s the default
setting for desktop computers. After your monitor is set up, you can use your
mouse to grab the title bar (the top portion) of a window and drag it to your
new display. If a window does not move when you drag it, double-click the title
bar first, and then drag it.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmI3IJyg3we_LUFlRBc9F7uXCzQ9NehLfOxmk-krZ8iEBVc1N6AqVNDgk-fx6HS5huNuTAvL5Hi_Xj_bjGLIQpiPdE1cDnzuO5jcVQZjmkKPmV1iB1LJvxzTjlfvN_qhwVlfgb41iKGBNU/s1600/Extended-desktop-display.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;248&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmI3IJyg3we_LUFlRBc9F7uXCzQ9NehLfOxmk-krZ8iEBVc1N6AqVNDgk-fx6HS5huNuTAvL5Hi_Xj_bjGLIQpiPdE1cDnzuO5jcVQZjmkKPmV1iB1LJvxzTjlfvN_qhwVlfgb41iKGBNU/s640/Extended-desktop-display.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;b&gt;-Duplicate
your displays.&lt;/b&gt; This displays the same desktop on both monitors. For a laptop,
this is the default setting. This is useful if you&#39;re giving a presentation
with your laptop connected to a projector or large monitor.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAPxsCWN6AwNn46bpXqhqVySTpePihlBHixBSe6996TqEIbWgJ0-Xo6LweKn1ec-qoWYbaTgy7GewYM5O49rbiAHnMrG8Q6VW2XWj27tmMo3xgUIDLMLaByMuVKPk3I75XfuFNuq4IPnOl/s1600/Mirrored-desktop-display.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;249&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAPxsCWN6AwNn46bpXqhqVySTpePihlBHixBSe6996TqEIbWgJ0-Xo6LweKn1ec-qoWYbaTgy7GewYM5O49rbiAHnMrG8Q6VW2XWj27tmMo3xgUIDLMLaByMuVKPk3I75XfuFNuq4IPnOl/s640/Mirrored-desktop-display.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; line-height: 115%; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-bidi-language: AR-SA; mso-bidi-theme-font: minor-bidi; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;-Show your desktop on
only one monitor&lt;/b&gt;. This is most commonly used with a laptop if you want to
keep your laptop screen blank after you connect to a large desktop monitor.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsxjFtiA_9nrbuV2KdZDZHNHwVEn5Dp_cVEynAsUR8OiYhjQ2qazHRM0L5GyhK6XMbYw501BiFVDxFdhSnq2Rgmovt9Yx95Yx1ZtvIb_3J5ETBF3aJwtyRpwt8MsEknlYh-5xkYxTtjE6/s1600/External-desktop-only-display.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;249&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTsxjFtiA_9nrbuV2KdZDZHNHwVEn5Dp_cVEynAsUR8OiYhjQ2qazHRM0L5GyhK6XMbYw501BiFVDxFdhSnq2Rgmovt9Yx95Yx1ZtvIb_3J5ETBF3aJwtyRpwt8MsEknlYh-5xkYxTtjE6/s640/External-desktop-only-display.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
When you disconnect the additional monitor, the original
display settings are restored to your primary display. In addition, all open
files and program windows are moved to the primary display. The next time that
you connect the same monitor, the Windows operating system automatically
applies the display settings that you used the last time that you connected
this monitor.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Troubleshooting: Normally, the process of setting up and
using a second monitor is seamless and automatic. However, because it involves
hardware and software from multiple sources, you may need to troubleshoot
problems and make adjustments. For example, if your computer fails to detect
the second monitor, first make sure it’s plugged in and turned on, and then, in
the display settings, click Detect. Or your computer might not support multiple
displays. Visit &lt;a href=&quot;http://update.microsoft.com/microsoftupdate/&quot; target=&quot;_blank&quot;&gt;Microsoft Update&lt;/a&gt;, click Custom, and install any available
hardware updates. You may also need to visit your computer manufacturer&#39;s
website to install an updated display driver. Or you may need to install an
additional display adapter. Read this &lt;a href=&quot;http://windows.microsoft.com/en-US/windows-vista/Troubleshoot-multiple-monitor-problems&quot; target=&quot;_blank&quot;&gt;troubleshooting article for Windows Vista&lt;/a&gt;
which also includes tips that pertain to other versions of Windows.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
You’ll find that having two monitors can forever change the
way you work with your computer. Be creative and experiment with the sizing of
application windows and what information you can keep in constant view while
doing multiple tasks. If you’re looking for more ideas on what to do with all
of the extra viewing space you will have, read the article, &lt;a href=&quot;http://windows.microsoft.com/en-us/windows7/work-and-play-better-with-multiple-monitors&quot; target=&quot;_blank&quot;&gt;Work and play better with multiple monitors&lt;/a&gt;.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;/div&gt;
&lt;div style=&quot;border-bottom: solid windowtext 1.0pt; border: none; mso-border-bottom-alt: solid windowtext .75pt; mso-element: para-border-div; padding: 0in 0in 1.0pt 0in;&quot;&gt;


&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;border: none; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; mso-border-bottom-alt: solid windowtext .75pt; mso-padding-alt: 0in 0in 1.0pt 0in; padding: 0in; text-align: center;&quot;&gt;
&lt;span style=&quot;display: none; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 8.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hide: all;&quot;&gt;Top of Form&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
To change your display settings to extended&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Open Screen Resolution by clicking the Start button ,
clicking Control Panel, and then, under Appearance and Personalization,
clicking Adjust screen resolution.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;border-top: solid windowtext 1.0pt; border: none; mso-border-top-alt: solid windowtext .75pt; mso-element: para-border-div; padding: 1.0pt 0in 0in 0in;&quot;&gt;


&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;border: none; line-height: normal; mso-border-top-alt: solid windowtext .75pt; mso-padding-alt: 1.0pt 0in 0in 0in; padding: 0in; text-align: center;&quot;&gt;
Click the drop-down list next to Multiple displays, click
Extend these displays, and then click OK.&lt;span style=&quot;display: none; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 8.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hide: all;&quot;&gt;Bottom of Form&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;border: none; line-height: normal; mso-border-top-alt: solid windowtext .75pt; mso-padding-alt: 1.0pt 0in 0in 0in; padding: 0in; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;border: none; line-height: normal; mso-border-top-alt: solid windowtext .75pt; mso-padding-alt: 1.0pt 0in 0in 0in; padding: 0in; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPOl4wk7ZI6ii2aYtJQWRJSV3PDJSPoljPLEAdcW8LifJzVhkm3XZ53Toi4j2eOMIf6pl-15wEk2Ex5-sW9hZyNyEo3UNSeznnrJ1ovRCXZVQ6AAp1OdAuVOg9W6zjDwrlqFLv9eOZQMrN/s1600/18fec5ad-1018-49ce-a4d8-3797bf07ee92_52.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPOl4wk7ZI6ii2aYtJQWRJSV3PDJSPoljPLEAdcW8LifJzVhkm3XZ53Toi4j2eOMIf6pl-15wEk2Ex5-sW9hZyNyEo3UNSeznnrJ1ovRCXZVQ6AAp1OdAuVOg9W6zjDwrlqFLv9eOZQMrN/s1600/18fec5ad-1018-49ce-a4d8-3797bf07ee92_52.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;border: none; line-height: normal; mso-border-top-alt: solid windowtext .75pt; mso-padding-alt: 1.0pt 0in 0in 0in; padding: 0in; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;border: none; line-height: normal; mso-border-top-alt: solid windowtext .75pt; mso-padding-alt: 1.0pt 0in 0in 0in; padding: 0in; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Note&lt;o:p&gt;&lt;/o:p&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
If you don&#39;t see an option named &lt;b style=&quot;mso-bidi-font-weight: normal;&quot;&gt;Multiple displays&lt;/b&gt; in your display settings, then Windows isn&#39;t
detecting a second monitor plugged into your desktop computer. Or, it is not
detecting an external monitor plugged into your laptop. When Windows detects
this monitor, it will appear in the drop-down list next to Display. If you
don&#39;t see it listed there, try clicking Detect.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Make sure the monitor you want to extend your desktop to is
turned on and plugged into the correct video port on your computer. You might
also need to select the correct source labeled on your monitor&#39;s controls to
ensure the monitor is using the correct video port. For more information, check
the manual for your monitor or go to the manufacturer&#39;s website.&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/8944576271578062944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2012/05/how-to-get-dual-monitor-display-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/8944576271578062944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/8944576271578062944'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2012/05/how-to-get-dual-monitor-display-of.html' title='How to get Dual Monitor Display of the single Computer ...!!'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilb08aZZDkn92Twsx-ShjiZHAKu2xvfb5trcB-sMHI2N8s6MQVP0fRd2FeAd5reZGQBS1AR4z24vxNiF7lkpQ2gIzco7yNGvvq10nhmEYVKcRx5El8eIumeXb94ifEMubDoQq85ZwHJyb0/s72-c/BothMonitorImages3.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5281427034255222341.post-5861914086897038698</id><published>2012-04-29T06:24:00.000-07:00</published><updated>2012-04-29T06:43:14.228-07:00</updated><title type='text'>How to Clean duplicate files  in your system.</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Dupliacate Files are something which are in every PC but users are unaware of it or in some cases they don&#39;t know that how to remove it permanently.&lt;br /&gt;
&lt;br /&gt;
here&#39;s the solution &quot;Duplicate remover&quot;.&lt;br /&gt;
&lt;br /&gt;
Using Duplicate Remover you can find duplicate files,photos,exe,musics,documents and much more and delte them.&lt;br /&gt;
&lt;br /&gt;
Features:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpFirst&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
1 .&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Find Duplicate Files, Images and Music&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
2 .&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Find Similar Images - rotated, resized and more!&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
3 .&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Find duplicate music, by tags or audio&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
4 .&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Find entire duplicate folders&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
5 .&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Search Inside Zip files&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpMiddle&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
6 .&lt;span style=&quot;font: normal normal normal 7pt/normal &#39;Times New Roman&#39;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Helpful selection assistant&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
7&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Download Duplicate Cleaner&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://dw.com.com/redir?edId=3&amp;amp;siteId=4&amp;amp;oId=3000-2248_4-10584403&amp;amp;ontId=2248_4&amp;amp;spi=ef38923ef5f46965a514244e61c56d6f&amp;amp;lop=link&amp;amp;tag=tdw_dltext&amp;amp;ltype=dl_dlnow&amp;amp;pid=12158985&amp;amp;mfgId=6286959&amp;amp;merId=6286959&amp;amp;pguid=T50-UwoOYI0AAElcV40AAAG4&amp;amp;destUrl=http%3A%2F%2Fdownload.cnet.com%2F3001-2248_4-10584403.html%3Fspi%3Def38923ef5f46965a514244e61c56d6f%26part%3Ddl-&quot; target=&quot;_blank&quot;&gt;Click to download&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Duplicate cleaner is a useful program to help you organize
the contents of your home hard drive or corporate network.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;&quot;&gt;You&#39;d
be surprised just how many redundant or duplicate files you could find
forgotten in an obscure documents folder. Duplicate Cleaner will deep scan for
all types of files - photos, music, films/video, Word documents, PowerPoint
presentations, text files - you name it, if it appears twice on your computer
then Duplicate Cleaner will find it. Once these files are found you are
provided with helper tools to enable you to select which copies to delete or
move.These files can be deleted to the recycle bin, moved into an archive
elsewhere, or replaced with hardlinks&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Duplicate Cleaner has found some duplicate files.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Duplicate files are arranged into Groups, each group
containing alike files. Right-clicking on a file gives more options.&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjed_-X4QC9yjE9ywxUYU4SmGzokzXTZ06UJgepCIMtUuyE7gMVR4gyWE47_2Ph59qoZ9WnNGAybAK1HzuYlIpS1a0IsZtJjoAFHlkIFumDDPYsLn6UOpvqd_RuIV9JIfWAOEfSxrZ2boLT/s1600/dc_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjed_-X4QC9yjE9ywxUYU4SmGzokzXTZ06UJgepCIMtUuyE7gMVR4gyWE47_2Ph59qoZ9WnNGAybAK1HzuYlIpS1a0IsZtJjoAFHlkIFumDDPYsLn6UOpvqd_RuIV9JIfWAOEfSxrZ2boLT/s1600/dc_1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span style=&quot;font-family: Calibri, sans-serif; font-size: 11pt; line-height: 115%;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
b&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;&quot;&gt;The
Selection Assistant. This tool helps you with the task of selecting files to
delete or move.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_qklgkJPy17tAkg19suq1UVFvOWXj_-bjDcLpRy_jWM1ByLilhUkpa5_ETWiqJBeqDdx4MQkGXI5BFlnpUlWbMlvczWHV0J65iJCR5Dx8biCRt6kOtINNT3Ce8vxFOuPMFzVBd6bjCYwV/s1600/SelAsst.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_qklgkJPy17tAkg19suq1UVFvOWXj_-bjDcLpRy_jWM1ByLilhUkpa5_ETWiqJBeqDdx4MQkGXI5BFlnpUlWbMlvczWHV0J65iJCR5Dx8biCRt6kOtINNT3Ce8vxFOuPMFzVBd6bjCYwV/s1600/SelAsst.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Calibri, sans-serif; font-size: 15px; line-height: 17px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
The Delete, Move and Hardlink window.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYhFEu1w1i-ACias2_3BBKsF81g4WuIrbGupH4r2q9pjvJMaf-c7U0wMfTop9o-Tn8Ct1_hM9Q-dkaTi_JS9tLWMuGwJ2PkLOVlWEa4CaeWdqbPOFZxIspzAqS7OAw2tP1RcU5Qe1txbbf/s1600/removefiles.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYhFEu1w1i-ACias2_3BBKsF81g4WuIrbGupH4r2q9pjvJMaf-c7U0wMfTop9o-Tn8Ct1_hM9Q-dkaTi_JS9tLWMuGwJ2PkLOVlWEa4CaeWdqbPOFZxIspzAqS7OAw2tP1RcU5Qe1txbbf/s1600/removefiles.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Options Menu.&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC_k8wNb5CO1VRUIGKVGQ4uhvq6qDLdDWi7nlAKuTHTs7tEUlD8UJ2fOg-4Uc6KHg5UpUmELitCxikf8QvoN7hsJLEC0IcRq84dzKLZmSZlu5ZYwpJXpkuo-FuJBZgd140Lq731M-NESqC/s1600/Optionsmenu.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC_k8wNb5CO1VRUIGKVGQ4uhvq6qDLdDWi7nlAKuTHTs7tEUlD8UJ2fOg-4Uc6KHg5UpUmELitCxikf8QvoN7hsJLEC0IcRq84dzKLZmSZlu5ZYwpJXpkuo-FuJBZgd140Lq731M-NESqC/s1600/Optionsmenu.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Features (Duplicate Cleaner Free)&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Find Duplicate Files by content, fast!&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Cleaner hard drives means faster performance&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Fast Scanning and accurate duplicate comparison (Uses the
MD5 Hash algorithm)&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Deep scans music - locate duplicate music formats (includes
MP3,&amp;nbsp; iTunes (M4A) and more.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Flexible search parameters&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Intelligent Selection Assistant&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Search home or networked drives&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Search multiple locations&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Export / Import results in CSV format&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
View Path,Size and Date of files&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Large, resizable list window&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Image preview window&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Delete duplicate files to the Recycle bin&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Move dupe files to a new location&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Turn duplicate file into hard links (NTFS file systems only)&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Protection for Windows and system files&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
Supports multiple languages&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
For Microsoft Windows XP, Windows Vista and Windows 7.&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoListParagraphCxSpLast&quot; style=&quot;mso-list: l0 level1 lfo1; text-indent: -.25in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://securitybent.blogspot.com/feeds/5861914086897038698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://securitybent.blogspot.com/2012/04/how-to-clean-duplicate-files-in-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5861914086897038698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5281427034255222341/posts/default/5861914086897038698'/><link rel='alternate' type='text/html' href='http://securitybent.blogspot.com/2012/04/how-to-clean-duplicate-files-in-your.html' title='How to Clean duplicate files  in your system.'/><author><name>CODER NIS</name><uri>http://www.blogger.com/profile/04765746742280010340</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='33' height='26' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif-7mBOtMEdQ9NzvTjOaUqA8HKQGs77o5t7LguyOX7k0bEY_XtS7K9GFYKPAhuThuP7y93-QYqGiS9L-5HST2kSAeeNCLhLt2qmacqRc9pUtRM2cIvC_UJff1tJLtIae0/s220/thc_eSecurity-300x240.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjed_-X4QC9yjE9ywxUYU4SmGzokzXTZ06UJgepCIMtUuyE7gMVR4gyWE47_2Ph59qoZ9WnNGAybAK1HzuYlIpS1a0IsZtJjoAFHlkIFumDDPYsLn6UOpvqd_RuIV9JIfWAOEfSxrZ2boLT/s72-c/dc_1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>