<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>drones Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/drones/feed/" rel="self" type="application/rss+xml" />
	<link>http://kostacipo.stream/tag/drones/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Sun, 22 Nov 2020 13:07:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://kostacipo.stream/wp-content/uploads/2019/12/cropped-profile-32x32.jpg</url>
	<title>drones Archives - Tech Chronicles</title>
	<link>http://kostacipo.stream/tag/drones/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DroneSploit</title>
		<link>http://kostacipo.stream/dronesploit/</link>
					<comments>http://kostacipo.stream/dronesploit/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Sun, 22 Nov 2020 13:07:53 +0000</pubDate>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Vulnerability Analysis]]></category>
		<category><![CDATA[drones]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1896</guid>

					<description><![CDATA[<p>DroneSploit This CLI framework is based on&#160;sploitkit&#160;and is an attempt to gather hacking techniques and exploits especially focused on&#160;drone hacking. For the ease of use, the interface has a layout that looks like Metasploit. Setup This project is available on&#160;PyPi&#160;and can be simply installed using Pip: pip3 install dronesploit Basics Interface Modules This example shows [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/dronesploit/">DroneSploit</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>DroneSploit</h1>
<p>This CLI framework is based on&nbsp;<a href="https://github.com/dhondta/python-sploitkit"><code>sploitkit</code></a>&nbsp;and is an attempt to gather hacking techniques and exploits especially focused on&nbsp;<strong>drone hacking</strong>. For the ease of use, the interface has a layout that looks like Metasploit.</p>
<h2>Setup</h2>
<p>This project is available on&nbsp;<a href="https://pypi.python.org/pypi/dronesploit/" rel="nofollow">PyPi</a>&nbsp;and can be simply installed using Pip:</p>
<div class="highlight highlight-source-shell">
<pre>pip3 install dronesploit</pre>
</div>
<h1>Basics</h1>
<h2>Interface</h2>
<p><a href="https://camo.githubusercontent.com/420ed5a5f0d7244b40180d4e57030a8b5c631b9f/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742d636f6d6d616e64732e706e67" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://camo.githubusercontent.com/420ed5a5f0d7244b40180d4e57030a8b5c631b9f/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742d636f6d6d616e64732e706e67" alt="DroneSploit command examples" data-canonical-src="https://dhondta.github.io/dronesploit/docs/img/dronesploit-commands.png"></a></p>
<h2>Modules</h2>
<p>This example shows an example of module for DroneSploit aimed to change the password or the SSID of a particular model of drone.</p>
<p><a href="https://camo.githubusercontent.com/26088f3e8c1da173343d41532596a6ff641390f3/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742d6d6f64756c652e706e67" target="_blank" rel="noopener noreferrer"><img decoding="async" src="https://camo.githubusercontent.com/26088f3e8c1da173343d41532596a6ff641390f3/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742d6d6f64756c652e706e67" alt="DroneSploit module example" data-canonical-src="https://dhondta.github.io/dronesploit/docs/img/dronesploit-module.png"></a></p>
<h2><strong>Setup</strong></h2>
<p>This project is available on&nbsp;<a href="https://pypi.python.org/pypi/dronesploit/" rel="nofollow">PyPi</a>&nbsp;and can be simply installed using Pip:</p>
<pre>pip3 install dronesploit
</pre>
<h2 id="1-startup"><strong>1. Startup</strong></h2>
<pre>$ python3 main.py --help
usage: ./main.py <span class="o">[</span>--dev<span class="o">]</span> <span class="o">[</span>-h<span class="o">]</span> <span class="o">[</span>-v<span class="o">]</span>

Main

optional arguments:
  --dev          development mode <span class="o">(</span>default: False<span class="o">)</span>

extra arguments:
  -h, --help     show this <span class="nb">help</span> message and <span class="nb">exit</span>
  -v, --verbose  verbose mode <span class="o">(</span>default: False<span class="o">)</span></pre>
<p>The console is started using the launcher&nbsp;<code>main.py</code>. It may ask for sudo rights as it must have the permission for setting WiFi interfaces.</p>
<pre>$ python3 main.py
<span class="o">[</span>sudo<span class="o">]</span> password <span class="k">for</span> user:

<span class="o">[</span>...<span class="o">]</span></pre>
<p>At startup, a banner is shown and a summary of the available modules is shown.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67.jpg"><img fetchpriority="high" decoding="async" class="alignnone wp-image-162673" src="https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67.jpg" sizes="(max-width: 856px) 100vw, 856px" srcset="https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67.jpg 1022w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-460x324.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-768x540.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-500x352.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-200x141.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-378x266.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-565x397.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-120x84.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/68747470733a2f2f64686f6e6474612e6769746875622e696f2f64726f6e6573706c6f69742f646f63732f696d672f64726f6e6573706c6f69742e706e67-310x218.jpg 310w" alt="" width="856" height="602"></a></p>
<p>Some requirements can be unsatisfied at startup like in the picture above. The command&nbsp;<code>show issues</code>&nbsp;allows to identify how this can be fixed.</p>
<h3><strong>2.1 From the root console</strong></h3>
<pre>dronesploit &gt; <span class="nb">help</span>
<span class="o">[</span>...<span class="o">]
</span></pre>
<p>This will display multiple sections in function of the context ;</p>
<ul>
<li>General commands are always displayed.&nbsp;<strong>Example</strong>: Getting help in DroneSploit – General commands</li>
</ul>
<p><span class="o"><a href="https://hakin9.org/wp-content/uploads/2020/01/help-general.jpg"><img decoding="async" class="alignnone size-full wp-image-162676" src="https://hakin9.org/wp-content/uploads/2020/01/help-general.jpg" sizes="(max-width: 714px) 100vw, 714px" srcset="https://hakin9.org/wp-content/uploads/2020/01/help-general.jpg 714w, https://hakin9.org/wp-content/uploads/2020/01/help-general-460x312.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/help-general-500x339.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/help-general-200x136.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/help-general-378x256.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/help-general-565x383.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/help-general-120x81.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/help-general-310x210.jpg 310w" alt="" width="714" height="484"></a></span></p>
<ul>
<li>Level-specific commands are displayed according to the current console.&nbsp;<strong>Example</strong>: Getting help in DroneSploit – Specific commands:</li>
</ul>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/help-others.jpg"><img decoding="async" class="alignnone size-full wp-image-162677" src="https://hakin9.org/wp-content/uploads/2020/01/help-others.jpg" sizes="(max-width: 716px) 100vw, 716px" srcset="https://hakin9.org/wp-content/uploads/2020/01/help-others.jpg 716w, https://hakin9.org/wp-content/uploads/2020/01/help-others-460x294.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/help-others-500x320.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/help-others-200x128.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/help-others-378x242.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/help-others-565x361.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/help-others-120x77.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/help-others-310x198.jpg 310w" alt="" width="716" height="458"></a></p>
<h3><strong>2.2 From the project console</strong></h3>
<pre>dronesploit &gt; <span class="k">select</span> <span class="nb">test</span>
dronesploit<span class="o">[</span>test<span class="o">]</span> &gt; <span class="nb">help</span>
<span class="o">[</span>...<span class="o">]</span></pre>
<p>Now being into the context of a project, we now see the general commands again but with the project commands as the section for level-specific commands;&nbsp;<strong>Example</strong>: Getting help in DroneSploit – Project-level commands:</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/help-project.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162678" src="https://hakin9.org/wp-content/uploads/2020/01/help-project.jpg" sizes="auto, (max-width: 714px) 100vw, 714px" srcset="https://hakin9.org/wp-content/uploads/2020/01/help-project.jpg 714w, https://hakin9.org/wp-content/uploads/2020/01/help-project-460x422.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/help-project-500x459.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/help-project-200x183.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/help-project-378x347.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/help-project-565x518.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/help-project-120x110.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/help-project-310x284.jpg 310w" alt="" width="714" height="655"></a></p>
<h3><strong>2.3 From the module console</strong></h3>
<pre>dronesploit<span class="o">[</span>test<span class="o">]</span> &gt; use auxiliary/wifi/deauth
dronesploit<span class="o">[</span>test<span class="o">]</span> auxiliary<span class="o">(</span>wifi/deauth<span class="o">)</span> &gt; <span class="nb">help</span>
<span class="o">[</span>...<span class="o">]
</span></pre>
<p>Now being into the context of a module, we now see the general commands again but with the module commands as the section for level-specific commands;&nbsp;<strong>Example</strong>: Getting help in DroneSploit – Module-level commands:</p>
<p><span class="o"><a href="https://hakin9.org/wp-content/uploads/2020/01/help-module.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162679" src="https://hakin9.org/wp-content/uploads/2020/01/help-module.jpg" sizes="auto, (max-width: 697px) 100vw, 697px" srcset="https://hakin9.org/wp-content/uploads/2020/01/help-module.jpg 697w, https://hakin9.org/wp-content/uploads/2020/01/help-module-460x436.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/help-module-500x474.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/help-module-200x190.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/help-module-378x358.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/help-module-565x536.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/help-module-120x114.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/help-module-310x294.jpg 310w" alt="" width="697" height="661"></a></span></p>
<h2><strong>3. Listing available modules</strong></h2>
<p>This can be achieved by executing the following command:</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/modules.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-162680" src="https://hakin9.org/wp-content/uploads/2020/01/modules.jpg" sizes="auto, (max-width: 742px) 100vw, 742px" srcset="https://hakin9.org/wp-content/uploads/2020/01/modules.jpg 1076w, https://hakin9.org/wp-content/uploads/2020/01/modules-460x349.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/modules-1024x777.jpg 1024w, https://hakin9.org/wp-content/uploads/2020/01/modules-768x582.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/modules-500x379.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/modules-200x152.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/modules-378x287.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/modules-565x428.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/modules-120x91.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/modules-310x235.jpg 310w" alt="" width="742" height="563"></a></p>
<div class="admonition note">
<p>In the screenshot above, one can see two modules that are disabled, like shown at startup.</p>
</div>
<h2><strong>4. Enabling the WiFi monitor mode</strong></h2>
<p>The&nbsp;<code>toggle</code>&nbsp;command allows to toggle the WiFi mode for an interface. It autocompletes through the list of WiFi interfaces present on the system.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/monitor-mode.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162681" src="https://hakin9.org/wp-content/uploads/2020/01/monitor-mode.jpg" sizes="auto, (max-width: 408px) 100vw, 408px" srcset="https://hakin9.org/wp-content/uploads/2020/01/monitor-mode.jpg 408w, https://hakin9.org/wp-content/uploads/2020/01/monitor-mode-200x27.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/monitor-mode-378x52.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/monitor-mode-120x16.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/monitor-mode-310x43.jpg 310w" alt="" width="408" height="56"></a></p>
<p>When executed, it switches between the managed and monitor modes</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/managed-mode.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162682" src="https://hakin9.org/wp-content/uploads/2020/01/managed-mode.jpg" sizes="auto, (max-width: 402px) 100vw, 402px" srcset="https://hakin9.org/wp-content/uploads/2020/01/managed-mode.jpg 402w, https://hakin9.org/wp-content/uploads/2020/01/managed-mode-200x28.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/managed-mode-378x53.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/managed-mode-120x17.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/managed-mode-310x43.jpg 310w" alt="" width="402" height="56"></a></p>
<h2><strong>5. Scanning for targets</strong></h2>
<p>The&nbsp;<code>scan</code>&nbsp;command allows to quickly scan for targets (and requires a WiFi interface in monitor mode).</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/scanning.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162683" src="https://hakin9.org/wp-content/uploads/2020/01/scanning.jpg" sizes="auto, (max-width: 550px) 100vw, 550px" srcset="https://hakin9.org/wp-content/uploads/2020/01/scanning.jpg 550w, https://hakin9.org/wp-content/uploads/2020/01/scanning-460x63.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/scanning-500x68.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/scanning-200x27.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/scanning-378x52.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/scanning-120x16.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/scanning-310x42.jpg 310w" alt="" width="550" height="75"></a></p>
<p>The&nbsp;<code>targets</code>&nbsp;command then allows to list the discovered targets and their characteristics.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-list.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162684" src="https://hakin9.org/wp-content/uploads/2020/01/targets-list.jpg" sizes="auto, (max-width: 837px) 100vw, 837px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-list.jpg 837w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-460x98.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-768x163.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-500x106.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-200x43.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-378x80.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-565x120.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-120x26.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-list-310x66.jpg 310w" alt="" width="837" height="178"></a></p>
<div class="admonition note">
<p>Targets are valid during a period of 5 minutes, meaning that they will still be displayed after this period, but when using the&nbsp;<code>scan</code>&nbsp;command again, the list will be updated (and targets that are not in the vicinity anymore will disappear).</p>
</div>
<h2><strong>6. Breaking into a target</strong></h2>
<p>Now that we have a target, we can start an attack. For this purpose, we start the appropriate attack module. Note that, in the example hereafter, the&nbsp;<code>ESSID</code>&nbsp;and&nbsp;<code>INTERFACE</code>&nbsp;options are automatically filled in with the current information.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162685" src="https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack.jpg" sizes="auto, (max-width: 1074px) 100vw, 1074px" srcset="https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack.jpg 1074w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-460x155.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-1024x345.jpg 1024w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-768x259.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-500x169.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-200x67.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-378x127.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-565x190.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-120x40.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/wpa2-psk-attack-310x104.jpg 310w" alt="" width="1074" height="362"></a></p>
<p>The attack succeeded and the password is then known in the targets list.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-with-password.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162686" src="https://hakin9.org/wp-content/uploads/2020/01/targets-with-password.jpg" sizes="auto, (max-width: 832px) 100vw, 832px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-with-password.jpg 832w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-460x98.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-768x164.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-500x107.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-200x43.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-378x81.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-565x121.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-120x26.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-with-password-310x66.jpg 310w" alt="" width="832" height="178"></a></p>
<p>Sadly, lots of light commercial drones have the same default password ; the&nbsp;<code>password</code>&nbsp;command allows to fill in the password without having to run an attack.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-password.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162687" src="https://hakin9.org/wp-content/uploads/2020/01/targets-password.jpg" sizes="auto, (max-width: 430px) 100vw, 430px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-password.jpg 430w, https://hakin9.org/wp-content/uploads/2020/01/targets-password-200x18.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-password-378x34.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-password-120x11.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-password-310x28.jpg 310w" alt="" width="430" height="39"></a></p>
<h2><strong>7. Connecting to the target</strong></h2>
<p>At this point, we have a password for a target, we can know connect to it using the&nbsp;<code>connect</code>command.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-connect.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162688" src="https://hakin9.org/wp-content/uploads/2020/01/targets-connect.jpg" sizes="auto, (max-width: 837px) 100vw, 837px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-connect.jpg 837w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-460x118.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-768x196.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-500x128.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-200x51.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-378x97.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-565x144.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-120x31.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-310x79.jpg 310w" alt="" width="837" height="214"></a></p>
<div class="admonition note">
<p>Like shown in the screenshot above, the targets list has now a row highlighted in bold to show that we are connected to this target.</p>
</div>
<p>We can also connect to another target.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162689" src="https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another.jpg" sizes="auto, (max-width: 800px) 100vw, 800px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another.jpg 800w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-460x42.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-768x70.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-500x46.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-200x18.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-378x34.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-565x52.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-120x11.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-connect-another-310x28.jpg 310w" alt="" width="800" height="73"></a></p>
<p>In the case herebefore, we call a module for which the required model of target can not be found as connected to the attack machine, therefore raising a warning. If we show the options for this module, we get several required values that are not filled in.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162690" src="https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options.jpg" sizes="auto, (max-width: 621px) 100vw, 621px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options.jpg 621w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-460x156.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-500x169.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-200x68.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-378x128.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-565x191.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-120x41.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-required-options-310x105.jpg 310w" alt="" width="621" height="210"></a></p>
<h2><strong>8. Executing a module</strong></h2>
<p>We can now use a module for the connected drone using the&nbsp;<code>use</code>&nbsp;command.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-module-options.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162691" src="https://hakin9.org/wp-content/uploads/2020/01/targets-module-options.jpg" sizes="auto, (max-width: 805px) 100vw, 805px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-module-options.jpg 805w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-460x178.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-768x297.jpg 768w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-500x193.jpg 500w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-200x77.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-378x146.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-565x218.jpg 565w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-120x46.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-options-310x120.jpg 310w" alt="" width="805" height="311"></a></p>
<div class="admonition note">
<p>In this example, one can see that the value for the&nbsp;<code>TARGET</code>&nbsp;option is automatically filled in. The module is then directly ready to run.</p>
</div>
<p>Finally, we can run the module by using the&nbsp;<code>run</code>&nbsp;command.</p>
<p><a href="https://hakin9.org/wp-content/uploads/2020/01/targets-module-run.jpg"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-162692" src="https://hakin9.org/wp-content/uploads/2020/01/targets-module-run.jpg" sizes="auto, (max-width: 479px) 100vw, 479px" srcset="https://hakin9.org/wp-content/uploads/2020/01/targets-module-run.jpg 479w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-run-460x269.jpg 460w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-run-200x117.jpg 200w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-run-378x221.jpg 378w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-run-120x70.jpg 120w, https://hakin9.org/wp-content/uploads/2020/01/targets-module-run-310x181.jpg 310w" alt="" width="479" height="280"></a></p>
<p>The post <a href="http://kostacipo.stream/dronesploit/">DroneSploit</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/dronesploit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
