<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>hacking on Andrés Álvarez</title>
    <link>https://aalvrz.me/tags/hacking/</link>
    <description>Recent content in hacking on Andrés Álvarez</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 25 Dec 2016 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://aalvrz.me/tags/hacking/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Cracking Passwords With aircrack-ng</title>
      <link>https://aalvrz.me/posts/cracking-passwords-with-aircrack-ng/</link>
      <pubDate>Sun, 25 Dec 2016 00:00:00 +0000</pubDate>
      
      <guid>https://aalvrz.me/posts/cracking-passwords-with-aircrack-ng/</guid>
      <description>&lt;p&gt;aircrack-ng is a powerful suite of tools that allows to assess wireless network security. The tools in the suite allows us to perform various actions such as packet monitoring in the environment, montoring of specific access points, de-authentication attacks on access points, and cracking of WEP and WPA PSK (WPA 1 and 2) passwords.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;http://www.aircrack-ng.org/resources/aircrack-ng-new-logo.jpg&#34; alt=&#34;aircrack-ng&#34;&gt;&lt;/p&gt;
&lt;p&gt;In this post I will explain on how to perform these actions.&lt;/p&gt;
&lt;h2 id=&#34;wireless-card-monitor-mode&#34;&gt;Wireless Card Monitor Mode&lt;/h2&gt;
&lt;p&gt;Before we begin it is crucial that we change the mode of our wireless network card to &lt;strong&gt;monitor mode&lt;/strong&gt;. BY default, our wireless network card&#39;s mode is &lt;strong&gt;managed mode&lt;/strong&gt;. In managed mode, the network card generally only listens to packets addressed to the card, whereas in monitor mode it will hear &lt;strong&gt;every packet in the air&lt;/strong&gt;. Additionally, monitor mode will also allows us to perform packet injection attacks (i.e. de-authentication attacks).&lt;/p&gt;
&lt;p&gt;To set our network card into monitor mode, we can run the following commands in a terminal:&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>