{"id":368,"date":"2010-05-06T03:44:35","date_gmt":"2010-05-06T08:44:35","guid":{"rendered":"http:\/\/zitstif.no-ip.org\/?p=368"},"modified":"2010-05-06T03:44:35","modified_gmt":"2010-05-06T08:44:35","slug":"kismet-passively-sniffing-wireless-network-traffic","status":"publish","type":"post","link":"http:\/\/zitstif.no-ip.org\/?p=368","title":{"rendered":"Kismet: passively sniffing wireless network traffic"},"content":{"rendered":"<p>The threat of information leakage via unencrypted wireless networks is quite real and needs to be taken into consideration. Especially if you&#8217;re an organization\/entity, who handles sensitive information.<\/p>\n<p>Today I&#8217;ll be covering a simple demonstration that will have 3 hosts. The three hosts are as follows:<\/p>\n<p>Host A (Attacker)<br \/>\nHost B (Client)<br \/>\nHost C (Server)<\/p>\n<p>Host A will be running kismet, so it will not be connected to the network. The network will only have MAC filtering deployed. Host B and C will be wireless clients on the network, but I will set up netcat loops that will just simply print a string over the network.<\/p>\n<p>Host B will be running this:<\/p>\n<pre lang=\"bash\">while true; do echo \"CAPTURE THIS WHILE NOT CONNECTED\" | nc -w2 hostC 8080; done<\/pre>\n<p>Host C will be running this:<\/p>\n<pre lang=\"bash\">while true; do nc -l -s hostCIP -p 8080 -vv; done<\/pre>\n<p>Host A which is the attacker, will simply be within close range of the network and will give the kismet log files a name as well by doing:<\/p>\n<pre lang=\"bash\">kismet -t capture-test<\/pre>\n<p>Once kismet has started to run, make sure to use &#8216;L&#8217; to lock onto the channel that the wireless network is on. With this done, wait a few minutes and you should have captured the test string.<\/p>\n<p>To view your captured information, you need to view the contents of the dump files. The dump files are located in<strong>\/var\/log\/kismet<\/strong>.<\/p>\n<p>Upon location of the dump file, what worked for me was using <strong>egrep<\/strong> to look for the captured string.<\/p>\n<pre lang=\"bash\">egrep 'CAP*' capture-test*.dump <\/pre>\n<p>This may &#8216;bork&#8217; your terminal, so just use <b>reset<\/b>. Per contra, you should see the captured text. <\/p>\n<p>This simple demo demonstrates how real of a threat passive wireless sniffing devices are. If you&#8217;re curious, I actually used my Nokia N810 as the attacker. \ud83d\ude42<\/p>\n<p>I&#8217;ll have more to come as usual&#8230; (I&#8217;m back in school so I&#8217;m going to have less time to work on ettersploit \ud83d\ude41 )<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The threat of information leakage via unencrypted wireless networks is quite real and needs to be taken into consideration. Especially if you&#8217;re an organization\/entity, who handles sensitive information. Today I&#8217;ll be covering a simple demonstration that will have 3 hosts. The three hosts are as follows: Host A (Attacker) Host B (Client) Host C (Server) &hellip; <a href=\"http:\/\/zitstif.no-ip.org\/?p=368\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Kismet: passively sniffing wireless network traffic<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,3],"tags":[191,190,187,189,192,193,188],"class_list":["post-368","post","type-post","status-publish","format-standard","hentry","category-code","category-posts","tag-dump","tag-egrep","tag-kismet","tag-network","tag-passive","tag-passively-capture","tag-wireless"],"_links":{"self":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts\/368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=368"}],"version-history":[{"count":3,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts\/368\/revisions"}],"predecessor-version":[{"id":371,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=\/wp\/v2\/posts\/368\/revisions\/371"}],"wp:attachment":[{"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=368"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/zitstif.no-ip.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}