Skip to content

Commit

Permalink
deploy: 2d024b3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeygalkin committed Nov 26, 2023
1 parent 2eb615f commit d317a7a
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 4 deletions.
10 changes: 10 additions & 0 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ linux-image-cloud-arm64
<h3 id="prepare">Prepare</h3>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>apt update
</span></span><span style="display:flex;"><span>apt install tshark hcxdumptool hcxtools iw bettercap
</span></span></code></pre></div><h3 id="exclude-wlan0-from-nodemanager">Exclude wlan0 from NodeManager</h3>
<p>Update <code>/etc/NetworkManager/NetworkManager.conf</code> and restart NetworkManager</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-ini" data-lang="ini"><span style="display:flex;"><span><span style="color:#66d9ef">[main]</span>
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">plugins</span><span style="color:#f92672">=</span><span style="color:#e6db74">ifupdown,keyfile</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">[ifupdown]</span>
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">managed</span><span style="color:#f92672">=</span><span style="color:#e6db74">false</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">[keyfile]</span>
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">unmanaged-devices</span><span style="color:#f92672">=</span><span style="color:#e6db74">interface-name:wlan0</span>
</span></span></code></pre></div><h3 id="run">Run</h3>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e"># Setup monitor mode</span>
</span></span><span style="display:flex;"><span>ip link set wlan0 down <span style="color:#f92672">&&</span> iw wlan0 set monitor none <span style="color:#f92672">&&</span> ip link set wlan0 up
Expand Down
10 changes: 10 additions & 0 deletions posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ linux-image-cloud-arm64
<h3 id="prepare">Prepare</h3>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>apt update
</span></span><span style="display:flex;"><span>apt install tshark hcxdumptool hcxtools iw bettercap
</span></span></code></pre></div><h3 id="exclude-wlan0-from-nodemanager">Exclude wlan0 from NodeManager</h3>
<p>Update <code>/etc/NetworkManager/NetworkManager.conf</code> and restart NetworkManager</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-ini" data-lang="ini"><span style="display:flex;"><span><span style="color:#66d9ef">[main]</span>
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">plugins</span><span style="color:#f92672">=</span><span style="color:#e6db74">ifupdown,keyfile</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">[ifupdown]</span>
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">managed</span><span style="color:#f92672">=</span><span style="color:#e6db74">false</span>
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span><span style="color:#66d9ef">[keyfile]</span>
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">unmanaged-devices</span><span style="color:#f92672">=</span><span style="color:#e6db74">interface-name:wlan0</span>
</span></span></code></pre></div><h3 id="run">Run</h3>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span><span style="color:#75715e"># Setup monitor mode</span>
</span></span><span style="display:flex;"><span>ip link set wlan0 down <span style="color:#f92672">&&</span> iw wlan0 set monitor none <span style="color:#f92672">&&</span> ip link set wlan0 up
Expand Down
12 changes: 10 additions & 2 deletions posts/wifi-pentest/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!doctype html><html lang=ru><head><title>Simple WiFi pentest :: Всякое</title>
<meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content="Simple WiFi pentest"><meta name=keywords content="wifi,kali,gentoo,orange pi5"><meta name=robots content="noodp"><link rel=canonical href=/posts/wifi-pentest/><script async src="https://www.googletagmanager.com/gtag/js?id=G-Z5MR5322PH"></script><script>var doNotTrack=!1;if(!doNotTrack){window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)}gtag("js",new Date),gtag("config","G-Z5MR5322PH",{anonymize_ip:!1})}</script><link rel=stylesheet href=/styles.css><link rel="shortcut icon" href=/img/theme-colors/orange.png><link rel=apple-touch-icon href=/img/theme-colors/orange.png><meta name=twitter:card content="summary"><meta name=twitter:site content><meta name=twitter:creator content><meta property="og:locale" content="ru"><meta property="og:type" content="article"><meta property="og:title" content="Simple WiFi pentest"><meta property="og:description" content="Simple WiFi pentest"><meta property="og:url" content="/posts/wifi-pentest/"><meta property="og:site_name" content="Всякое"><meta property="og:image" content="/"><meta property="og:image:width" content="1200"><meta property="og:image:height" content="627"><meta property="article:published_time" content="2023-11-16 20:36:04 +0400 +0400"></head><body class=orange><div class="container headings--one-size"><header class=header><div class=header__inner><div class=header__logo><a href=/><div class=logo>Всякое</div></a></div><ul class="menu menu--mobile"><li class=menu__trigger>Menu&nbsp;▾</li><li><ul class=menu__dropdown><li><a href=/about>About</a></li></ul></li></ul></div><nav class=navigation-menu><ul class="navigation-menu__inner menu--desktop"><li><a href=/about>About</a></li></ul></nav></header><div class=content><article class=post><h1 class=post-title><a href=/posts/wifi-pentest/>Simple WiFi pentest</a></h1><div class=post-meta><time class=post-date>2023-11-16 ::
[Updated :: 2023-11-17]
[Updated :: 2023-11-26]
</time><span class=post-author>gals</span>
<span class=post-reading-time>:: 2 min read (346 words)</span></div><span class=post-tags>#<a href=/tags/wifi/>wifi</a>&nbsp;
<span class=post-reading-time>:: 2 min read (361 words)</span></div><span class=post-tags>#<a href=/tags/wifi/>wifi</a>&nbsp;
#<a href=/tags/kali/>kali</a>&nbsp;
#<a href=/tags/gentoo/>gentoo</a>&nbsp;
#<a href=/tags/orange-pi5/>orange pi5</a>&nbsp;</span><div class=post-content><div><h1 id=simple-wifi-pentest>Simple WiFi pentest<a href=#simple-wifi-pentest class=hanchor arialabel=Anchor>&#8983;</a></h1><h2 id=hardware>Hardware<a href=#hardware class=hanchor arialabel=Anchor>&#8983;</a></h2><h3 id=orange-pi-5--tp-link-archer-t2u-plus-rtl8821au>Orange Pi 5 + TP-Link Archer T2U PLUS [RTL8821AU]<a href=#orange-pi-5--tp-link-archer-t2u-plus-rtl8821au class=hanchor arialabel=Anchor>&#8983;</a></h3><p>The OS is <a href=https://github.com/leeboby/kali-images>Kali Linux</a>. Don&rsquo;t forget to do <code>rm /boot/*cloud-arm64* && /usr/sbin/u-boot-update</code> after <code>apt update && apt upgrade</code> otherwise you can&rsquo;t boot after reboot. In my case, the main reason for the appearance incorrect kernel is <code>apt install wireguard</code>. As you can see</p><pre tabindex=0><code>└─# apt depends wireguard
Expand All @@ -12,6 +12,14 @@
linux-image-cloud-arm64
</code></pre><p>you can use it in any place with powerbank.</p><h3 id=some-computer-with-video-card>Some computer with video card<a href=#some-computer-with-video-card class=hanchor arialabel=Anchor>&#8983;</a></h3><p>In my case it&rsquo;s Gentoo with GeForce RTX 3070 Lite Hash Rate</p><h2 id=orange-pi-5>Orange PI 5<a href=#orange-pi-5 class=hanchor arialabel=Anchor>&#8983;</a></h2><h3 id=prepare>Prepare<a href=#prepare class=hanchor arialabel=Anchor>&#8983;</a></h3><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash><span style=display:flex><span>apt update
</span></span><span style=display:flex><span>apt install tshark hcxdumptool hcxtools iw bettercap
</span></span></code></pre></div><h3 id=exclude-wlan0-from-nodemanager>Exclude wlan0 from NodeManager<a href=#exclude-wlan0-from-nodemanager class=hanchor arialabel=Anchor>&#8983;</a></h3><p>Update <code>/etc/NetworkManager/NetworkManager.conf</code> and restart NetworkManager</p><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-ini data-lang=ini><span style=display:flex><span><span style=color:#66d9ef>[main]</span>
</span></span><span style=display:flex><span><span style=color:#a6e22e>plugins</span><span style=color:#f92672>=</span><span style=color:#e6db74>ifupdown,keyfile</span>
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span style=color:#66d9ef>[ifupdown]</span>
</span></span><span style=display:flex><span><span style=color:#a6e22e>managed</span><span style=color:#f92672>=</span><span style=color:#e6db74>false</span>
</span></span><span style=display:flex><span>
</span></span><span style=display:flex><span><span style=color:#66d9ef>[keyfile]</span>
</span></span><span style=display:flex><span><span style=color:#a6e22e>unmanaged-devices</span><span style=color:#f92672>=</span><span style=color:#e6db74>interface-name:wlan0</span>
</span></span></code></pre></div><h3 id=run>Run<a href=#run class=hanchor arialabel=Anchor>&#8983;</a></h3><div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash><span style=display:flex><span><span style=color:#75715e># Setup monitor mode</span>
</span></span><span style=display:flex><span>ip link set wlan0 down <span style=color:#f92672>&amp;&amp;</span> iw wlan0 set monitor none <span style=color:#f92672>&amp;&amp;</span> ip link set wlan0 up
</span></span><span style=display:flex><span><span style=color:#75715e># Run tool for hcxdumptool 6.3.1 (C) 2023 ZeroBeat</span>
Expand Down
2 changes: 1 addition & 1 deletion ru/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/tags/gentoo/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></url><url><loc>/tags/kali/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></url><url><loc>/tags/orange-pi5/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></url><url><loc>/posts/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></url><url><loc>/posts/wifi-pentest/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></url><url><loc>/tags/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod><xhtml:link rel="alternate" hreflang="en" href="/en/tags/"/><xhtml:link rel="alternate" hreflang="ru" href="/tags/"/></url><url><loc>/tags/wifi/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></url><url><loc>/</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod><xhtml:link rel="alternate" hreflang="en" href="/en/"/><xhtml:link rel="alternate" hreflang="ru" href="/"/></url><url><loc>/tags/3d-%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D1%8C/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/ender/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/ender-5/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/posts/ender-5-pro-marlin/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/%D1%85%D0%BE%D0%B1%D0%B1%D0%B8/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/oh-my-zsh/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/termux/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/termux-/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/zsh/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/brewcask/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/macos/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/macos-default-soft/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/3d-print-advanced/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/3d-print-example/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/3%D0%B4-%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D1%8C/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/3d-print-intro/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/hammock/</loc><lastmod>2023-08-31T10:57:42+04:00</lastmod></url><url><loc>/tags/%D1%82%D1%83%D1%80%D0%B8%D0%B7%D0%BC/</loc><lastmod>2023-08-31T10:57:42+04:00</lastmod></url><url><loc>/about/</loc><lastmod>2022-11-16T10:01:43+04:00</lastmod></url><url><loc>/categories/</loc><xhtml:link rel="alternate" hreflang="en" href="/en/categories/"/><xhtml:link rel="alternate" hreflang="ru" href="/categories/"/></url></urlset>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/tags/gentoo/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></url><url><loc>/tags/kali/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></url><url><loc>/tags/orange-pi5/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></url><url><loc>/posts/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></url><url><loc>/posts/wifi-pentest/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></url><url><loc>/tags/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod><xhtml:link rel="alternate" hreflang="en" href="/en/tags/"/><xhtml:link rel="alternate" hreflang="ru" href="/tags/"/></url><url><loc>/tags/wifi/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></url><url><loc>/</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod><xhtml:link rel="alternate" hreflang="en" href="/en/"/><xhtml:link rel="alternate" hreflang="ru" href="/"/></url><url><loc>/tags/3d-%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D1%8C/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/ender/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/ender-5/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/posts/ender-5-pro-marlin/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/%D1%85%D0%BE%D0%B1%D0%B1%D0%B8/</loc><lastmod>2023-11-16T22:10:23+04:00</lastmod></url><url><loc>/tags/oh-my-zsh/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/termux/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/termux-/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/zsh/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/brewcask/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/macos/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/macos-default-soft/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/3d-print-advanced/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/3d-print-example/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/tags/3%D0%B4-%D0%BF%D0%B5%D1%87%D0%B0%D1%82%D1%8C/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/3d-print-intro/</loc><lastmod>2023-01-30T22:50:17+03:00</lastmod></url><url><loc>/posts/hammock/</loc><lastmod>2023-08-31T10:57:42+04:00</lastmod></url><url><loc>/tags/%D1%82%D1%83%D1%80%D0%B8%D0%B7%D0%BC/</loc><lastmod>2023-08-31T10:57:42+04:00</lastmod></url><url><loc>/about/</loc><lastmod>2022-11-16T10:01:43+04:00</lastmod></url><url><loc>/categories/</loc><xhtml:link rel="alternate" hreflang="en" href="/en/categories/"/><xhtml:link rel="alternate" hreflang="ru" href="/categories/"/></url></urlset>
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc></sitemap><sitemap><loc>/ru/sitemap.xml</loc><lastmod>2023-11-17T08:50:42+04:00</lastmod></sitemap></sitemapindex>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc></sitemap><sitemap><loc>/ru/sitemap.xml</loc><lastmod>2023-11-26T22:54:58+04:00</lastmod></sitemap></sitemapindex>
10 changes: 10 additions & 0 deletions tags/gentoo/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ linux-image-cloud-arm64
&lt;h3 id="prepare">Prepare&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>apt update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>apt install tshark hcxdumptool hcxtools iw bettercap
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="exclude-wlan0-from-nodemanager">Exclude wlan0 from NodeManager&lt;/h3>
&lt;p>Update &lt;code>/etc/NetworkManager/NetworkManager.conf&lt;/code> and restart NetworkManager&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-ini" data-lang="ini">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">[main]&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a6e22e">plugins&lt;/span>&lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">ifupdown,keyfile&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">[ifupdown]&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a6e22e">managed&lt;/span>&lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">false&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">[keyfile]&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a6e22e">unmanaged-devices&lt;/span>&lt;span style="color:#f92672">=&lt;/span>&lt;span style="color:#e6db74">interface-name:wlan0&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="run">Run&lt;/h3>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#75715e"># Setup monitor mode&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>ip link set wlan0 down &lt;span style="color:#f92672">&amp;amp;&amp;amp;&lt;/span> iw wlan0 set monitor none &lt;span style="color:#f92672">&amp;amp;&amp;amp;&lt;/span> ip link set wlan0 up
Expand Down
Loading

0 comments on commit d317a7a

Please sign in to comment.