<?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>cameras Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/cameras/feed/" rel="self" type="application/rss+xml" />
	<link>https://kostacipo.stream/tag/cameras/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Wed, 29 Jan 2020 15:33:12 +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>cameras Archives - Tech Chronicles</title>
	<link>https://kostacipo.stream/tag/cameras/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Cameradar – Hack RTSP Video Surveillance CCTV Cameras</title>
		<link>http://kostacipo.stream/cameradar-hack-rtsp-video-surveillance-cctv-cameras/</link>
					<comments>http://kostacipo.stream/cameradar-hack-rtsp-video-surveillance-cctv-cameras/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Wed, 29 Jan 2020 15:33:12 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Pentesting]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[cameras]]></category>
		<category><![CDATA[cctv]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1709</guid>

					<description><![CDATA[<p>&#160; Cameradar is a Go-based tool to hack RTSP Video Surveillance CCTV Cameras, it can detect open RTSP hosts, detect device models and launch automated attacks. &#160; The main features of Cameradar are: Detect open RTSP hosts on any accessible target host Detect which device model is streaming Launch automated dictionary attacks to get their [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/cameradar-hack-rtsp-video-surveillance-cctv-cameras/">Cameradar – Hack RTSP Video Surveillance CCTV Cameras</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Cameradar is a Go-based tool to hack RTSP Video Surveillance CCTV Cameras, it can detect open RTSP hosts, detect device models and launch automated attacks.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-medium wp-image-5389" src="https://cdn.darknet.org.uk/wp-content/uploads/2020/01/Cameradar-Hack-RTSP-Video-Surveillance-CCTV-Cameras-640x416.png" sizes="(max-width: 640px) 100vw, 640px" srcset="https://cdn.darknet.org.uk/wp-content/uploads/2020/01/Cameradar-Hack-RTSP-Video-Surveillance-CCTV-Cameras-640x416.png 640w, https://cdn.darknet.org.uk/wp-content/uploads/2020/01/Cameradar-Hack-RTSP-Video-Surveillance-CCTV-Cameras.png 654w" alt="Cameradar - Hack RTSP Video Surveillance CCTV Cameras" width="640" height="416"></p>
<div align="center">&nbsp;</div>
<p>The main features of Cameradar are:</p>
<ul>
<li>Detect open RTSP hosts on any accessible target host</li>
<li>Detect which device model is streaming</li>
<li>Launch automated dictionary attacks to get their stream route (e.g.: /live.sdp)</li>
<li>Launch automated dictionary attacks to get the username and password of the cameras</li>
<li>Retrieve a complete and user-friendly report of the results</li>
</ul>
<h2>Using Cameradar to Hack RTSP Video Cameras</h2>
<p><code>"-t, --targets": Set target. Required. Target can be a file (see instructions on how to format the file), an IP, an IP range, a subnetwork, or a combination of those. Example: --targets="192.168.1.72,192.168.1.74"</code><br /><code>"-p, --ports": (Default: 554,5554,8554) Set custom ports.</code><br /><code>"-s, --scan-speed": (Default: 4) Set custom nmap discovery presets to improve speed or accuracy. It's recommended to lower it if you are attempting to scan an unstable and slow network, or to increase it if on a very performant and reliable network. You might also want to keep it low to keep your discovery stealthy. See this for more info on the nmap timing templates.</code><br /><code>"-I, --attack-interval": (Default: 0ms) Set custom interval after which an attack attempt without an answer should give up. It's recommended to increase it when attempting to scan unstable and slow networks or to decrease it on fast and reliable networks.</code><br /><code>"-T, --timeout": (Default: 2000ms) Set custom timeout value after which an attack attempt without an answer should give up. It's recommended to increase it when attempting to scan unstable and slow networks or to decrease it on fast and reliable networks.</code><br /><code>"-r, --custom-routes": (Default: &lt;CAMERADAR_GOPATH&gt;/dictionaries/routes) Set custom dictionary path for routes</code><br /><code>"-c, --custom-credentials": (Default: &lt;CAMERADAR_GOPATH&gt;/dictionaries/credentials.json) Set custom dictionary path for credentials</code><br /><code>"-o, --nmap-output": (Default: /tmp/cameradar_scan.xml) Set custom nmap output path</code><br /><code>"-d, --debug": Enable debug logs</code><br /><code>"-v, --verbose": Enable verbose curl logs (not recommended for most use)</code><br /><code>"-h": Display the usage information</code></p>
<h3>Examples to Hack RTSP Camera</h3>
<p>Running cameradar on your own machine to scan for default ports</p>
<p><code><span class="crayon-e">docker </span><span class="crayon-v">run</span> <span class="crayon-o">--</span><span class="crayon-v">net</span><span class="crayon-o">=</span><span class="crayon-v">host</span> <span class="crayon-o">-</span><span class="crayon-i">t</span> <span class="crayon-v">ullaakut</span><span class="crayon-o">/</span><span class="crayon-v">cameradar</span> <span class="crayon-o">-</span><span class="crayon-i">t</span> <span class="crayon-v">localhost</span></code></p>
<p>Running cameradar with an input file, logs enabled on port 8554</p>
<div class="crayon-pre">
<div id="crayon-5e31937e2eb11467387086-1" class="crayon-line"><code><span class="crayon-e">docker </span><span class="crayon-v">run</span> <span class="crayon-o">-</span><span class="crayon-v">v</span> <span class="crayon-o">/</span><span class="crayon-v">tmp</span><span class="crayon-o">:</span><span class="crayon-o">/</span><span class="crayon-v">tmp</span> <span class="crayon-o">--</span><span class="crayon-v">net</span><span class="crayon-o">=</span><span class="crayon-v">host</span> <span class="crayon-o">-</span><span class="crayon-i">t</span> <span class="crayon-v">ullaakut</span><span class="crayon-o">/</span><span class="crayon-v">cameradar</span> <span class="crayon-o">-</span><span class="crayon-v">t</span> <span class="crayon-o">/</span><span class="crayon-v">tmp</span><span class="crayon-o">/</span><span class="crayon-v">test</span><span class="crayon-sy">.</span><span class="crayon-v">txt</span> <span class="crayon-o">-</span><span class="crayon-i">p</span> <span class="crayon-cn">8554</span></code></div>
</div>
<p>&nbsp;</p>
<p>Running cameradar on a subnetwork with custom dictionaries, on ports 554, 5554 and 8554</p>
<div class="crayon-pre">
<div id="crayon-5e31937e2eb13029687411-1" class="crayon-line"><code><span class="crayon-e">docker </span><span class="crayon-v">run</span> <span class="crayon-o">-</span><span class="crayon-v">v</span> <span class="crayon-o">/</span><span class="crayon-v">tmp</span><span class="crayon-o">:</span><span class="crayon-o">/</span><span class="crayon-v">tmp</span> <span class="crayon-o">--</span><span class="crayon-v">net</span><span class="crayon-o">=</span><span class="crayon-v">host</span> <span class="crayon-o">-</span><span class="crayon-i">t</span> <span class="crayon-v">ullaakut</span><span class="crayon-o">/</span><span class="crayon-v">cameradar</span> <span class="crayon-o">-</span><span class="crayon-i">t</span> <span class="crayon-cn">192.168.0.0</span><span class="crayon-o">/</span><span class="crayon-cn">24</span> <span class="crayon-o">--</span><span class="crayon-v">custom</span><span class="crayon-o">-</span><span class="crayon-v">credentials</span><span class="crayon-o">=</span><span class="crayon-s">"/tmp/dictionaries/credentials.json"</span> <span class="crayon-o">--</span><span class="crayon-v">custom</span><span class="crayon-o">-</span><span class="crayon-v">routes</span><span class="crayon-o">=</span><span class="crayon-s">"/tmp/dictionaries/routes"</span> <span class="crayon-o">-</span><span class="crayon-i">p</span> <span class="crayon-cn">554</span><span class="crayon-sy">,</span><span class="crayon-cn">5554</span><span class="crayon-sy">,</span><span class="crayon-cn">8554</span></code></div>
</div>
<div>
<p>&nbsp;</p>
<p>You can download Cameradar here:</p>
<p><a href="https://github.com/Ullaakut/cameradar/archive/v4.1.3.zip">cameradar-v4.1.3.zip</a></p>
<p>Or read more <a href="https://github.com/Ullaakut/cameradar">here</a>.</p>
</div>
<p>The post <a href="http://kostacipo.stream/cameradar-hack-rtsp-video-surveillance-cctv-cameras/">Cameradar – Hack RTSP Video Surveillance CCTV Cameras</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/cameradar-hack-rtsp-video-surveillance-cctv-cameras/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
