<?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>active directory Archives - Tech Chronicles</title>
	<atom:link href="http://kostacipo.stream/tag/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>https://kostacipo.stream/tag/active-directory/</link>
	<description>Ramblings of a Tech Dude</description>
	<lastBuildDate>Thu, 26 Dec 2019 10:37:54 +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>active directory Archives - Tech Chronicles</title>
	<link>https://kostacipo.stream/tag/active-directory/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Spraykatz &#8211; Retrieve Credentials On Windows and Active Directory</title>
		<link>http://kostacipo.stream/spraykatz-retrieve-credentials-on-windows-and-active-directory/</link>
					<comments>http://kostacipo.stream/spraykatz-retrieve-credentials-on-windows-and-active-directory/#respond</comments>
		
		<dc:creator><![CDATA[Majordomo]]></dc:creator>
		<pubDate>Thu, 26 Dec 2019 10:37:09 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://www.kostacipo.stream/?p=1577</guid>

					<description><![CDATA[<p>&#160; &#160; Spraykatz is a tool without any pretention able to retrieve credentials on Windows machines and large Active Directory environments.It simply tries to procdump machines and parse dumps remotely in order to avoid detections by antivirus softwares as much as possible. InstallationThis tool is written for python&#62;=3. Do not use this on production environments! [&#8230;]</p>
<p>The post <a href="http://kostacipo.stream/spraykatz-retrieve-credentials-on-windows-and-active-directory/">Spraykatz &#8211; Retrieve Credentials On Windows and Active Directory</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<div id="main-wrapper">
<div id="main" class="main section">
<div id="Blog1" class="widget Blog" data-version="1">
<div class="blog-posts hfeed">
<div class="post-outer">
<div class="post">
<div class="post-header">
<div class="post-meta">
<div class="meta-details"><span class="post-timestamp">&nbsp;</span></div>
</div>
</div>
<p><a name="ad-title"></a></p>
<article>
<div id="post-body-8928365112807509806" class="post-body entry-content">
<div class="separator"><a href="https://1.bp.blogspot.com/-c414ixsdyT8/Xf_ewy8gmuI/AAAAAAAARLc/4M7CJPMLzMg2UsjzgRctfbhe7SzmhwBDwCNcBGAsYHQ/s1600/spraykatz_5_preview.gif"><img fetchpriority="high" decoding="async" src="https://1.bp.blogspot.com/-c414ixsdyT8/Xf_ewy8gmuI/AAAAAAAARLc/4M7CJPMLzMg2UsjzgRctfbhe7SzmhwBDwCNcBGAsYHQ/s640/spraykatz_5_preview.gif" data-original-height="464" data-original-width="915" width="640" height="324" border="0"></a></div>
<p>Spraykatz is a tool without any pretention able to <strong>retrieve credentials</strong> on Windows machines and large Active Directory environments.<br />It simply tries to <strong>procdump</strong> machines and <strong>parse dumps remotely</strong> in order to <strong>avoid detections</strong> by antivirus softwares as much as possible.<br /><a name="more"></a></p>
<p><b>Installation</b><br />This tool is written for <strong><code>python&gt;=3</code></strong>. Do not use this on production environments!</p>
<p><b>Ubuntu</b><br />On a fresh updated Ubuntu.</p>
<div>
<pre><code>apt update
apt install -y python3.6 python3-pip git nmap
git clone --recurse-submodules https://github.com/aas-n/spraykatz.git
cd spraykatz
pip3 install -r requirements.txt</code></pre>
</div>
<p><b>Using Spraykatz</b><br />A quick start could be:</p>
<div>
<pre><code>./spraykatz.py -u H4x0r -p L0c4L4dm1n -t 192.168.1.0/24</code></pre>
</div>
<h3 align="center"><b>Mandatory arguments</b></h3>
<table>
<tbody>
<tr>
<th>Switches</th>
<th align="left">Description</th>
</tr>
<tr>
<td>-u, &#8211;username</td>
<td align="left">User to spray with. He must have admin rights on targeted systems in order to gain remote code execution.</td>
</tr>
<tr>
<td>-p, &#8211;password</td>
<td align="left">User&#8217;s password or NTLM hash in the <code>LM:NT</code> format.</td>
</tr>
<tr>
<td>-t, &#8211;targets</td>
<td align="left">IP addresses and/or IP address ranges. You can submit them via a file of targets (one target per line), or inline (separated by commas).</td>
</tr>
</tbody>
</table>
<p><b><br />Optional arguments</b></p>
<table>
<tbody>
<tr>
<th>Switches</th>
<th align="left">Description</th>
</tr>
<tr>
<td>-d, &#8211;domain</td>
<td align="left">User&#8217;s domain. If he is <strong>not</strong> member of a domain, simply use <code>-d .</code> instead.</td>
</tr>
<tr>
<td>-v, &#8211;verbosity</td>
<td align="left">Verbosity mode {warning, info, debug}. Default == info.</td>
</tr>
</tbody>
</table>
<p><b><br />Acknowlegments</b><br />Spraykatz uses slighlty modified parts of the following projects:</p>
<ul>
<li><a title="Mimikatz" href="https://github.com/gentilkiwi/mimikatz" target="_blank" rel="nofollow noopener noreferrer">Mimikatz</a></li>
<li><a title="Impacket" href="https://github.com/SecureAuthCorp/impacket" target="_blank" rel="nofollow noopener noreferrer">Impacket</a></li>
<li><a title="Pypykatz" href="https://github.com/skelsec/pypykatz" target="_blank" rel="nofollow noopener noreferrer">Pypykatz</a></li>
<li><a title="Pywerview" href="https://github.com/the-useless-one/pywerview" target="_blank" rel="nofollow noopener noreferrer">Pywerview</a></li>
<li><a title="Sysinternals" href="https://docs.microsoft.com/en-us/sysinternals/downloads/" target="_blank" rel="nofollow noopener noreferrer">Sysinternals</a></li>
<li><a title="hackndo" href="https://beta.hackndo.com/" target="_blank" rel="nofollow noopener noreferrer">hackndo</a></li>
</ul>
<div><b><a class="kiploit-download" title="Download Spraykatz" href="https://github.com/aas-n/spraykatz" target="_blank" rel="nofollow noopener noreferrer">Download Spraykatz</a></b></div>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
<p>The post <a href="http://kostacipo.stream/spraykatz-retrieve-credentials-on-windows-and-active-directory/">Spraykatz &#8211; Retrieve Credentials On Windows and Active Directory</a> appeared first on <a href="http://kostacipo.stream">Tech Chronicles</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://kostacipo.stream/spraykatz-retrieve-credentials-on-windows-and-active-directory/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
