{"id":75917,"date":"2020-03-29T13:42:35","date_gmt":"2020-03-29T11:42:35","guid":{"rendered":"https:\/\/prohoster.info\/blog\/administrirovanie\/rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov"},"modified":"2020-03-29T13:42:35","modified_gmt":"2020-03-29T11:42:35","slug":"rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov","title":{"rendered":"Aircrack-ng Guide for Beginners in Linux","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><i>Hello everyone. In anticipation of the start of the course <noindex><a rel=\"nofollow\" href=\"https:\/\/otus.pw\/2T7g\/\">\u2018Kali Linux Practicum\u2019<\/a><\/noindex> we have prepared a translation of an interesting article for you.<\/i><\/p>\n<p><img decoding=\"async\" alt=\"Aircrack-ng Guide for Beginners in Linux\" src=\"\/wp-content\/uploads\/2020\/03\/f794182b2398b8742e8b706f279a857c.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nToday's guide will introduce you to the fundamentals to begin working with the package <i>aircrack-ng<\/i>. Of course, it\u2019s impossible to provide all the necessary information and cover every scenario. So be prepared to do your homework and conduct research on your own. There are many additional tutorials and useful information on <noindex><a rel=\"nofollow\" href=\"https:\/\/forum.aircrack-ng.org\/\">the forum<\/a><\/noindex> and in <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=main\">Wiki<\/a><\/noindex> .<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><\/p>\n<p>Although it does not cover all steps from start to finish, the guide <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=simple_wep_crack\">Simple WEP Crack<\/a><\/noindex> elaborates on working with <i>aircrack-ng<\/i>.<\/p>\n<h3>Setting up hardware, installing Aircrack-ng<\/h3>\n<p>\n The first step in ensuring proper functionality <i>aircrack-ng<\/i> in your Linux system is to patch and install the appropriate driver for your wireless network card. Many cards work with multiple drivers, some of which provide the necessary functionality for using <i>aircrack-ng<\/i>, while others do not. <\/p>\n<p>I think it\u2019s unnecessary to mention that you need a network card compatible with the package <i>aircrack-ng<\/i>. This means hardware that is fully compatible and can inject packets. With a compatible network card, you can crack a wireless access point in less than an hour.<\/p>\n<p>To determine which category your card falls into, review the page <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=compatibility_drivers\">hardware compatibility<\/a><\/noindex>. Read <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=compatible_cards\">Tutorial: Is My Wireless Card Compatible?<\/a><\/noindex>, if you\u2019re unsure how to navigate the table. Nevertheless, this will not hinder you while reading the guide, which will help you learn something new and confirm various properties of your card.<\/p>\n<p>To start, you need to know which chipset is used in your network card and which driver you will need for it. You should determine this using the information from the paragraph above. In the section <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=install_drivers\">drivers<\/a><\/noindex> you will learn which drivers you require.<\/p>\n<h3>Installing aircrack-ng<\/h3>\n<p>\n You can obtain the latest version of aircrack-ng by <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=main\">downloading it from the main page<\/a><\/noindex>, or you can use a distribution for penetration testing, such as Kali Linux or Pentoo, which includes the latest version. <i>aircrack-ng<\/i>.<\/p>\n<p>To install aircrack-ng, refer to the <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=install_aircrack\">installation documentation on the page<\/a><\/noindex>.<\/p>\n<h3>Basics of IEEE 802.11<\/h3>\n<p>\n Well, now that everything is ready, it's time to take a break before we start acting and learn a little about how wireless networks work. <\/p>\n<p>The next part is important to understand in order to troubleshoot if something doesn't work as expected. Understanding how this all works will help you find the problem or at least describe it accurately so that someone else can assist you. This part is a bit complex, and you might want to skip it. However, cracking wireless networks requires some knowledge, so it's a little more than just typing one command and letting aircrack do everything for you.<\/p>\n<h3>How to find a wireless network<\/h3>\n<p>\n This section is a brief introduction to managed networks that operate with access points (Access Point, AP). Each access point sends about 10 so-called beacon frames per second. These packets contain the following information:<\/p>\n<ul>\n<li>Network name (ESSID);<\/li>\n<li>Whether encryption is used (and what type of encryption is used, but note that this information may not be truthful simply because the access point reports it);<\/li>\n<li>What data transfer rates are supported (in MBit);<\/li>\n<li>What channel the network is on.<\/li>\n<\/ul>\n<p>This information is displayed in the tool that connects specifically to this network. It shows up when you allow the card to scan networks using <code><code>iwlist &lt;<\/code>interface&gt; scan<\/code> and when you run <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=airodump-ng\">airodump-ng<\/a><\/noindex>.<\/p>\n<p>Each access point has a unique MAC address (48 bits, 6 pairs of hexadecimal numbers). It looks something like this: 00:01:23:4A:BC:DE. Every network device has such an address, and network devices interact with each other using it. So it's somewhat like a unique name. MAC addresses are unique, and no two devices have the same MAC address.<\/p>\n<h3>Network connection<\/h3>\n<p>\nThere are several ways to connect to a wireless network. In most cases, Open System Authentication is used. (Optional: if you want to know more about authentication, <noindex><a rel=\"nofollow\" href=\"http:\/\/documentation.netgear.com\/reference\/fra\/wireless\/WirelessNetworkingBasics-3-06.html\">read this<\/a><\/noindex>.)<\/p>\n<p>Open System Authentication:<\/p>\n<ol>\n<li>Requests authentication from the access point;<\/li>\n<li>The access point responds: OK, you are authenticated.<\/li>\n<li>Requests association with the access point;<\/li>\n<li>The access point responds: OK, you are connected.<\/li>\n<\/ol>\n<p>This is the simplest case, but problems arise when you do not have access rights because:<\/p>\n<ul>\n<li>WPA\/WPA2 is used, and you need APOL authentication. The access point will respond with a refusal at the second step.<\/li>\n<li>The access point has a list of allowed clients (MAC addresses) and will not allow anyone else to connect. This is called MAC filtering.<\/li>\n<li>The access point uses Shared Key Authentication, which means you need to provide the correct WEP key to connect. (See the section <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=shared_key\">\"How to perform fake authentication with a shared key?\"<\/a><\/noindex> to learn more about it)<\/li>\n<\/ul>\n<h3>Simple sniffing and hacking <\/h3>\n<p><\/p>\n<h4>Network discovery<\/h4>\n<p>\nThe first thing to do is find a potential target. The aircrack-ng package has a tool for this, <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=airodump-ng\">airodump-ng<\/a><\/noindex>but you can also use other programs such as <noindex><a rel=\"nofollow\" href=\"https:\/\/kismetwireless.net\/\">Kismet.<\/a><\/noindex>.<\/p>\n<p>Before searching for networks, you need to switch your card to what is known as \"monitor mode.\" Monitor mode is a special mode that allows your computer to listen to network packets. This mode also allows for injections. We will talk about injections next time.<\/p>\n<p>To switch the network card to monitor mode, use <i><noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=airmon-ng\">airmon-ng.<\/a><\/noindex><\/i>:<\/p>\n<pre><code class=\"bash\">airmon-ng start wlan0<\/code><\/pre>\n<p>This will create another interface and add to it <i>\"mon.\"<\/i>So, <i>wlan0<\/i> the optional status of Paint and WordPad. These two programs are among the oldest, and it seems they will be installable or removable independently, just like any other applications. <i>becomes wlan0mon.<\/i>To check if the network card is truly in monitor mode, execute <code>iwconfig<\/code> and verify it for yourself. <\/p>\n<p>Then, run <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=airodump-ng\">airodump-ng<\/a><\/noindex> to search for networks:<\/p>\n<pre><code class=\"bash\">airodump-ng wlan0mon<\/code><\/pre>\n<p>If <i>airodump-ng<\/i> if unable to connect to the WLAN device, you will see something like:<\/p>\n<p><img decoding=\"async\" alt=\"Aircrack-ng Guide for Beginners in Linux\" src=\"\/wp-content\/uploads\/2020\/03\/c554cbdf6f062b0aa7029cc257ac350a.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\n<noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=airodump-ng\">airodump-ng<\/a><\/noindex> jumping from channel to channel and showing all access points from which it receives beacons. Channels 1 to 14 are used for 802.11 b and g standards (in the USA, only channels 1 to 11 are allowed; in Europe, channels 1 to 13 with some exceptions; in Japan, channels 1 to 14). 802.11a operates in the 5 GHz range, and its availability varies across countries more than in the 2.4 GHz range. In general, known channels start from 36 (32 in some countries) to 64 (68 in some countries) and from 96 to 165. You can find more detailed information about channel availability on Wikipedia. In Linux, the permission\/restriction for transmission on certain channels for your country is managed by <noindex><a rel=\"nofollow\" href=\"https:\/\/wireless.wiki.kernel.org\/en\/developers\/Regulatory\/CRDA\">Central Regulatory Domain Agent,<\/a><\/noindex>; however, it must be configured appropriately.<\/p>\n<p>The current channel is shown in the top left corner.<br \/>\nAfter a while, access points will appear and (hopefully) some associated clients.<br \/>\nThe upper block shows the detected access points:<\/p>\n<p>bssid<br \/>\nMAC address of the access point<\/p>\n<p>pwr<br \/>\nsignal quality when the channel is selected <\/p>\n<p>pwr<br \/>\nsignal strength. Some drivers do not report it.<\/p>\n<p>beacons<br \/>\nthe number of received beacons. If you do not have a signal strength indicator, you can measure it in beacons: the more beacons, the better the signal.<\/p>\n<p>data<br \/>\nthe number of received data frames<\/p>\n<p>ch<br \/>\nthe channel on which the access point operates<\/p>\n<p>mb<br \/>\nthe speed or mode of the access point. 11 is pure 802.11b, 54 is pure 802.11g. Values in between are a mixture.<\/p>\n<p>enc<br \/>\nencryption: opn: no encryption, wep: WEP encryption, wpa: WPA or WPA2, wep?: WEP or WPA (unclear for now)<\/p>\n<p>essid<br \/>\nnetwork name, sometimes hidden<\/p>\n<p>The lower block shows detected clients:<\/p>\n<p>bssid<br \/>\nMAC address that the client is associated with at this access point<\/p>\n<p>station<br \/>\nMAC address of the client itself<\/p>\n<p>pwr<br \/>\nsignal strength. Some drivers do not report it.<\/p>\n<p>packets<br \/>\nthe number of received data frames<\/p>\n<p>probes<br \/>\nnetwork names (essid) that this client has probed already<\/p>\n<p>Now you need to monitor the target network. At least one client must be connected to it, as hacking networks without clients is a more complex subject (see section <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=how_to_crack_wep_with_no_clients\">How to Hack WEP without Clients<\/a><\/noindex>). It should use WEP encryption and have a good signal. You might be able to adjust the antenna position to improve signal reception. Sometimes just a few centimeters can be crucial for signal strength.<\/p>\n<p>In the example above, there is a network 00:01:02:03:04:05. It turned out to be the only possible target since only one client is connected to it. Plus, it has a good signal, which makes it a suitable target for practice.<\/p>\n<h3>Sniffing Initialization Vectors<\/h3>\n<p>\n Due to hopping between channels, you will not capture all packets from the target network. Therefore, we want to listen only on one channel and additionally save all data to disk so that we can later use it for hacking:<\/p>\n<pre><code class=\"bash\">airodump-ng -c 11 --bssid 00:01:02:03:04:05 -w dump wlan0mon<\/code><\/pre>\n<p> With the parameter <code>-c<\/code> you choose the channel, and the parameter after <code>-w<\/code> is the prefix for network dumps recorded to the disk. The flag <code>\u2013bssid<\/code> together with the MAC address of the access point limits packet capture to a single access point. The flag <code>\u2013bssid<\/code> is only available in newer versions. <i>airodump-ng<\/i>.<\/p>\n<p>Before exploiting WEP, you will need between 40,000 to 85,000 different Initialization Vectors (IVs). Each data packet contains an initialization vector. They can be reused, so the number of vectors is usually slightly less than the number of intercepted packets. <br \/>\n Therefore, you will have to wait to intercept between 40k to 85k data packets (with IVs). If the network is not busy, this can take a very long time. You can speed up this process by using an active attack (or replay attack). We'll discuss these in the next section.<\/p>\n<h3>Hacking<\/h3>\n<p>\n If you already have enough intercepted initialization vectors stored in one or more files, you can try to crack the WEP key:<\/p>\n<pre><code class=\"bash\">aircrack-ng -b 00:01:02:03:04:05 dump-01.cap<\/code><\/pre>\n<p> The MAC address after the flag <code>-b<\/code> \u2013 is the target BSSID, and <code>dump-01.cap<\/code> \u2013 is the file containing the intercepted packets. You can use multiple files; just add all the names to the command or use a wildcard, for example <code>dump*.cap<\/code>.<\/p>\n<p>You can get more information about the options <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=aircrack-ng\">aircrack-ng<\/a><\/noindex>, output, and usage from <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=aircrack-ng\">guides<\/a><\/noindex>. <\/p>\n<p>The number of initialization vectors needed to crack the key is not fixed. This is because some vectors are weaker and reveal more information about the key than others. Typically, these initialization vectors are mixed with stronger ones. So, if you're lucky, you might crack the key with just 20,000 initialization vectors. However, often this is not enough, <i>aircrack-ng<\/i> it can take a long time (a week or more in cases with high error rates) and then tell you that the key cannot be cracked. The more initialization vectors you have, the faster the crack can occur, and usually this happens in a few minutes or even seconds. Experience shows that 40,000 \u2013 85,000 vectors are sufficient for cracking.<\/p>\n<p> There are more advanced access points that use special algorithms to filter out weak initialization vectors. As a result, you will not be able to obtain more than N vectors from the access point, or you will need millions of vectors (for example, 5-7 million) to crack the key. You can <noindex><a rel=\"nofollow\" href=\"https:\/\/forum.aircrack-ng.org\/\">read on the forum<\/a><\/noindex>, what to do in such situations.<\/p>\n<p>Active attacks<br \/>\n Most devices do not support injections, at least without patched drivers. Some only support certain attacks. Refer to <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=compatibility_drivers\">the compatibility page<\/a><\/noindex> and check the column for <i>aireplay<\/i>. Sometimes this table does not provide accurate information, so if you see the word <i>\"NO\"<\/i> next to your driver, do not get discouraged; instead, check the driver's homepage, or the driver mailing list at <noindex><a rel=\"nofollow\" href=\"https:\/\/forum.aircrack-ng.org\/\">our forum<\/a><\/noindex>. If you successfully performed a replay with a driver not listed as supported, feel free to suggest changes on the compatibility table page and add a link to a short guide. (To do this, you need to request a wiki account on IRC.)<\/p>\n<p>First, you need to ensure that packet injection works with your network card and driver. The easiest way to test this is to perform a test injection attack. Before proceeding, make sure you have completed this test. Your card must be capable of injecting to proceed to the next steps.<\/p>\n<p>You will need the BSSID (MAC address of the access point) and the ESSID (network name) of the access point that does not perform MAC address filtering (for example, your own) and is within range.<\/p>\n<p>Try connecting to the access point with <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=aireplay-ng\">aireplay-ng<\/a><\/noindex>:<\/p>\n<pre><code class=\"bash\">aireplay-ng --fakeauth 0 -e \"your network ESSID\" -a 00:01:02:03:04:05 wlan0mon<\/code><\/pre>\n<p> The value after <code>-a<\/code> will be the BSSID of your access point.<br \/>\n Injection was successful if you see something like this:<\/p>\n<pre><code class=\"bash\">12:14:06  Sending Authentication Request\n12:14:06  Authentication successful\n12:14:06  Sending Association Request\n12:14:07  Association successful :-)<\/code><\/pre>\n<p> If not:<\/p>\n<ul>\n<li>Double-check the ESSID and BSSID;<\/li>\n<li>Ensure that MAC address filtering is disabled on your access point;<\/li>\n<li>Try this on another access point;<\/li>\n<li>Ensure that your driver is correctly configured and supported;<\/li>\n<li>Instead of \"0\", try \"6000 -o 1 -q 10.\"<\/li>\n<\/ul>\n<h3>ARP replay <\/h3>\n<p>\nNow that we know packet injection works, we can do something that will significantly speed up capturing initialization vector attacks: ARP request injection <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=arp-request_reinjection\">attacks<\/a><\/noindex>.<\/p>\n<h3>The main idea<\/h3>\n<p>\nIn simple terms, ARP works by sending a broadcast request to an IP address, and the device with that IP address sends back a response. Since WEP does not protect against replay attacks, you can sniff the packet and resend it over and over as long as it is valid. Thus, you only need to intercept and replay the ARP request sent to the access point to create traffic (and obtain initialization vectors).<\/p>\n<h3>Lazy method<\/h3>\n<p>\nFirst, open a window with <i>airodump-ng<\/i>, which sniffs traffic (see above). <i>Aireplay-ng<\/i> and <i>airodump-ng<\/i> can work simultaneously. Wait for a client to appear on the target network and begin the attack:<\/p>\n<pre><code class=\"bash\">aireplay-ng --arpreplay -b 00:01:02:03:04:05 -h 00:04:05:06:07:08 wlan0mon<\/code><\/pre>\n<p><code>-b<\/code> indicates the target BSSID, <code>-h<\/code> to the MAC address of the connected client.<\/p>\n<p>Now you need to wait for an ARP packet. Usually, it takes a few minutes (or read further in the article). <br \/>\nIf you're lucky, you will see something like this:<\/p>\n<pre><code class=\"bash\">Saving ARP requests in replay_arp-0627-121526.cap\nYou must also start airodump to capture replies.\nRead 2493 packets (got 1 ARP requests), sent 1305 packets...<\/code><\/pre>\n<p>If you need to stop replaying, you don't have to wait for the next ARP packet; you can just use previously intercepted packets with the option <code>-r<\/code> <code><code>&lt;<\/code>filename&gt;<\/code>.<br \/>\nWhen using ARP injections, you can apply the PTW method to crack the WEP key. It significantly reduces the number of packets needed, and thus the time for cracking. You need to capture a full packet using <i>airodump-ng<\/i>, meaning do not use the option <code>\u201c--ivs\u201d<\/code> when executing the command. For <i>aircrack-ng<\/i> use <code><code>\u201caircrack -z &lt;<\/code>file name&gt;\u201d<\/code>. (PTW is the default attack type)<\/p>\n<p>If the number of data packets received <i>airodump-ng<\/i> stops increasing, you may need to reduce the replay speed. Do this with the option <code>-x<\/code> <code><code>&lt;<\/code>packets per second&gt;<\/code>. I usually start with 50 and decrease until packets start being received continuously again. Changing the antenna's position may also help. <\/p>\n<h3>Aggressive method<\/h3>\n<p>\n Most operating systems clear the ARP cache when disconnected. If you need to send the next packet after reconnecting (or just using DHCP), they send an ARP request. As a side effect, you may sniff the ESSID and possibly the keystream during reconnection. This is useful if the ESSID of your target is hidden or it uses shared-key authentication.<br \/>\n Let\u2019s <i>airodump-ng<\/i> and <i>aireplay-ng<\/i> get to work. Open another window and launch <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=deauthentication\">the deauthentication attack<\/a><\/noindex>:<\/p>\n<p> Here <code>-a<\/code> \u2013 this is the BSSID of the access point, <code>-c<\/code> the MAC address of the selected client.<br \/>\n Wait a few seconds and the ARP replay will work.<br \/>\n Most clients attempt to automatically reconnect. However, the risk of someone detecting this attack, or at least noticing what\u2019s happening on the WLAN, is higher than with other types of attacks.<\/p>\n<p>You can find more tools and information about them <noindex><a rel=\"nofollow\" href=\"https:\/\/www.aircrack-ng.org\/doku.php?id=tutorial\">here<\/a><\/noindex>.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/otus.pw\/2T7g\/\">Theory and practice of using ClickHouse in real applications. Alexander Zaitsev (2018)<\/a><\/noindex><br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/otus\/blog\/494356\/\">habr.com<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442. \u0412 \u043f\u0440\u0435\u0434\u0434\u0432\u0435\u0440\u0438\u0438 \u0441\u0442\u0430\u0440\u0442\u0430 \u043a\u0443\u0440\u0441\u0430 \u00ab\u041f\u0440\u0430\u043a\u0442\u0438\u043a\u0443\u043c \u043f\u043e Kali Linux\u00bb \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u0438\u043b\u0438 \u0434\u043b\u044f \u0432\u0430\u0441 \u043f\u0435\u0440\u0435\u0432\u043e\u0434 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0438. \u0421\u0435\u0433\u043e\u0434\u043d\u044f\u0448\u043d\u0435\u0435 \u0440\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442 \u0432\u0430\u0441 \u0441 \u043e\u0441\u043d\u043e\u0432\u0430\u043c\u0438 \u0434\u043b\u044f \u043d\u0430\u0447\u0430\u043b\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043f\u0430\u043a\u0435\u0442\u043e\u043c aircrack-ng. \u041a\u043e\u043d\u0435\u0447\u043d\u043e, \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u0438\u0442\u044c \u0432\u0441\u044e \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0443\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0438 \u043e\u0445\u0432\u0430\u0442\u0438\u0442\u044c \u043a\u0430\u0436\u0434\u044b\u0439 \u0441\u0446\u0435\u043d\u0430\u0440\u0438\u0439. \u0422\u0430\u043a \u0447\u0442\u043e \u0431\u0443\u0434\u044c\u0442\u0435 \u0433\u043e\u0442\u043e\u0432\u044b \u0434\u0435\u043b\u0430\u0442\u044c \u0434\u043e\u043c\u0430\u0448\u043d\u0438\u0435 \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u0438\u0441\u0441\u043b\u0435\u0434\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u0430\u043c\u043e\u0441\u0442\u043e\u044f\u0442\u0435\u043b\u044c\u043d\u043e. \u041d\u0430 \u0444\u043e\u0440\u0443\u043c\u0435 \u0438 \u0432 Wiki \u0435\u0441\u0442\u044c [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":75918,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-75917","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e Aircrack-ng \u0432 Linux \u0434\u043b\u044f \u043d\u043e\u0432\u0438\u0447\u043a\u043e\u0432 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-03-29T11:42:35+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2020-03-29T11:42:35+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Aircrack-ng Guide in Linux for Beginners | ProHoster","description":"Hello everyone.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u043f\u043e Aircrack-ng \u0432 Linux \u0434\u043b\u044f \u043d\u043e\u0432\u0438\u0447\u043a\u043e\u0432 | ProHoster","og:description":"\u0412\u0441\u0435\u043c \u043f\u0440\u0438\u0432\u0435\u0442.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/rukovodstvo-po-aircrack-ng-v-linux-dlya-novichkov","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2020-03-29T11:42:35+00:00","article:modified_time":"2020-03-29T11:42:35+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"75917","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-02-28 17:46:23","updated":"2022-09-28 19:00:03","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/75917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=75917"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/75917\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/75918"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=75917"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=75917"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=75917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}