<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>WindowSpy &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/windowspy/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Tue, 09 Jan 2024 08:46:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>WindowSpy &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WindowSpy: Automatically monitor victims on Cobalt Strike</title>
		<link>https://en.anonyviet.com/windowspy-automatically-monitor-victims-on-cobalt-strike/</link>
					<comments>https://en.anonyviet.com/windowspy-automatically-monitor-victims-on-cobalt-strike/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Tue, 09 Jan 2024 08:46:58 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[Cobalt]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Strike]]></category>
		<category><![CDATA[victims]]></category>
		<category><![CDATA[WindowSpy]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=14349</guid>

					<description><![CDATA[If you have learned about hacking tools like metasploit, nmap or brute force, you have probably heard about Cobalt Strike. In short, this is a tool to help penetrate and control the victim&#39;s computer. But you can also monitor the victim&#39;s behavior by taking screenshots to see what they are doing. However, you cannot always [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div id="ftwp-postcontent">
<p>If you have learned about hacking tools like metasploit, nmap or brute force, you have probably heard about Cobalt Strike.  In short, this is a tool to help penetrate and control the victim&#39;s computer.  But you can also monitor the victim&#39;s behavior by taking screenshots to see what they are doing.  However, you cannot always track them, so in this article I will introduce to you the WindowSpy tool, which helps you automatically capture the victim&#39;s screen when detecting sensitive information.</p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> belong to <span style="color: #008080;">AnonyViet</span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietoffical" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><img post-id="14349" fifu-featured="1" loading="lazy" decoding="async" class="aligncenter wp-image-47499 size-full" src="https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike" title="WindowSpy: Automatically monitor victims on Cobalt Strike" width="600" height="400" title="WindowSpy: Automatically monitor victims on Cobalt Strike 15" srcset="https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1.png 600w, https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1-300x200.png 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/></p>
<h2 id="ftoc-cobalt-strike-la-gi" class="ftwp-heading">What is Cobalt Strike?</h2>
<p>Cobalt Strike is a framework used in penetration testing (pentest) for red teams (attack teams).  Hackers can use Cobalt Strike to create beacons that act as direct links into the victim&#39;s computer&#39;s network.  From here, hackers can remotely access the victim&#39;s machine to control and execute malicious commands and scripts.</p>
<p>The original purpose of Cobalt Strike was a tool for red teams, but cracked versions appeared, causing this tool to fall into the hands of hackers who specialize in attacking and sabotaging public systems.  Often, hackers will scan TCP ports 1433 to find MS-SQL servers and brute force the sa account, which is the MS-SQL system administrator account.  They will then create a command shell using cmd.exe or powershell.exe through the sqlservr.exe process and execute Cobalt Strike&#39;s payload.</p>
<h2 id="ftoc-windowspy-la-gi" class="ftwp-heading">What is WindowSpy?</h2>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2FCodeXTF2%2FWindowSpy" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">WindowSpy</a> is the Object Beacon file in Cobalt Strike used to monitor victims.  WindowSpy will only be activated when the victim performs certain actions such as logging in on the browser, opening sensitive documents, logging in to vpn, etc. The purpose of WindowSpy is to increase invisibility during monitoring. victims by not having to repeat actions like taking screenshots.  It also saves the red team time in filtering out a lot of unnecessary information, for example, if you only need to know Facebook login information, you can configure to only take screenshots when users access Facebook&#39;s home page. .</p>
<p dir="auto">Every time beacons check, BOF (Beacon Object Files) will run on the target&#39;s machine.  BOF has a list of common window titles, such as login, admin, control panel, vpn, etc. You can customize this list and recompile it yourself.  It lists the visible windows and compares the window titles with the above list and if the window name is in the list, it triggers the intruder function in WindowSpy.cna called spy().  By default, it will take screenshots.  You can customize the functionality of this function as you want, for example keylogging, WireTap, webcam,&#8230;</p>
<h2 id="ftoc-cach-su-dung-windowspy" class="ftwp-heading" dir="auto">How to use WindowSpy</h2>
<p><strong>Step 1:</strong> You implant beacons into the victim&#39;s computer.  If you don&#39;t know how to transplant, do it <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fcach-cai-dat-va-su-dung-cobalt-strike-danh-cho-red-team%2F" class="local-link" rel="noopener">Read this article again</a>.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-47500 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 13" width="828" height="84" title="WindowSpy: Automatically monitor victims on Cobalt Strike 16" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49.png 828w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49-300x30.png 300w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49-768x78.png 768w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49-750x76.png 750w" sizes="auto, (max-width: 828px) 100vw, 828px"/></p>
<p><strong>Step 2:</strong> Download WindowSpy with the command below:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">git clone https://github.com/CodeXTF2/WindowSpy.git</pre>
<p><strong>Step 3:</strong> Open <strong>Script Console</strong>.<img loading="lazy" decoding="async" class="size-full wp-image-47501 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 14" width="452" height="458" title="WindowSpy: Automatically monitor victims on Cobalt Strike 17" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51.png 452w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51-296x300.png 296w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51-75x75.png 75w" sizes="auto, (max-width: 452px) 100vw, 452px"/></p>
<p>Step 4: Load the file WindowSpy.cna with the command:</p>
<p>If you have learned about hacking tools like metasploit, nmap or brute force, you have probably heard about Cobalt Strike.  In short, this is a tool to help penetrate and control the victim&#39;s computer.  But you can also monitor the victim&#39;s behavior by taking screenshots to see what they are doing.  However, you cannot always track them, so in this article I will introduce to you the WindowSpy tool, which helps you automatically capture the victim&#39;s screen when detecting sensitive information.</p>
<p><img post-id="14349" fifu-featured="1" loading="lazy" decoding="async" class="size-full wp-image-47499 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike" title="WindowSpy: Automatically monitor victims on Cobalt Strike" width="600" height="400" title="WindowSpy: Automatically monitor victims on Cobalt Strike 18" srcset="https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1.png 600w, https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1-300x200.png 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/></p>
<h2 id="ftoc-cobalt-strike-la-gi-2" class="ftwp-heading">What is Cobalt Strike?</h2>
<p>Cobalt Strike is a framework used in penetration testing (pentest) for red teams (attack teams).  Hackers can use Cobalt Strike to create beacons that act as direct links into the victim&#39;s computer&#39;s network.  From here, hackers can remotely access the victim&#39;s machine to control and execute malicious commands and scripts.</p>
<p>The original purpose of Cobalt Strike was a tool for red teams, but cracked versions appeared, causing this tool to fall into the hands of hackers who specialize in attacking and sabotaging public systems.  Often, hackers will scan TCP ports 1433 to find MS-SQL servers and brute force the sa account, which is the MS-SQL system administrator account.  They will then create a command shell using cmd.exe or powershell.exe through the sqlservr.exe process and execute Cobalt Strike&#39;s payload.</p>
<h2 id="ftoc-windowspy-la-gi-2" class="ftwp-heading">What is WindowSpy?</h2>
<p>WindowSpy is the Object Beacon file in Cobalt Strike used to monitor victims.  WindowSpy will only be activated when the victim performs certain actions such as logging in on the browser, opening sensitive documents, logging in to vpn, etc. The purpose of WindowSpy is to increase invisibility during monitoring. victims by not having to repeat actions like taking screenshots.  It also saves the red team time in filtering out a lot of unnecessary information, for example, if you only need to know Facebook login information, you can configure to only take screenshots when users access Facebook&#39;s home page. .</p>
<p dir="auto">Every time beacons check, BOF (Beacon Object Files) will run on the target&#39;s machine.  BOF has a list of common window titles, such as login, admin, control panel, vpn, etc. You can customize this list and recompile it yourself.  It lists the visible windows and compares the window titles with the above list and if the window name is in the list, it triggers the intruder function in WindowSpy.cna called spy().  By default, it will take screenshots.  You can customize the functionality of this function as you want, for example keylogging, WireTap, webcam,&#8230;</p>
<h2 id="ftoc-cach-su-dung-windowspy-2" class="ftwp-heading" dir="auto">How to use WindowSpy</h2>
<p><strong>Step 1:</strong> You implant beacons into the victim&#39;s computer.  If you don&#39;t know how to transplant, do it <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fcach-cai-dat-va-su-dung-cobalt-strike-danh-cho-red-team%2F" class="local-link" rel="noopener">Read this article again</a>.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-47500 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 13" width="828" height="84" title="WindowSpy: Automatically monitor victims on Cobalt Strike 16" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49.png 828w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49-300x30.png 300w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49-768x78.png 768w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_01-49-750x76.png 750w" sizes="auto, (max-width: 828px) 100vw, 828px"/></p>
<p><strong>Step 2:</strong> Download WindowSpy with the command below:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">git clone https://github.com/CodeXTF2/WindowSpy.git</pre>
<p><strong>Step 3:</strong> Open <strong>Script Console</strong>.<img loading="lazy" decoding="async" class="size-full wp-image-47501 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 14" width="452" height="458" title="WindowSpy: Automatically monitor victims on Cobalt Strike 17" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51.png 452w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51-296x300.png 296w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-51-75x75.png 75w" sizes="auto, (max-width: 452px) 100vw, 452px"/></p>
<p><strong>Step 4:</strong> Load the file WindowSpy.cna with the command below.  The WindowSpy.cna file will be located in the BOF folder.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="generic">load &lt;Đường dẫn đến file WindowSpy.cna&gt;</pre>
<p><img loading="lazy" decoding="async" class="size-full wp-image-47502 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-52.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 18" width="634" height="53" title="WindowSpy: Automatically monitor victims on Cobalt Strike 21" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-52.png 634w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-21_18-52-300x25.png 300w" sizes="auto, (max-width: 634px) 100vw, 634px"/></p>
<p>That&#39;s it, WindowSpy will automatically detect and capture the window screen of the victim&#39;s computer.  For example, on the victim&#39;s computer, I will open 2 windows as shown below.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-47503 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_2.jpg" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 19" width="861" height="525" title="WindowSpy: Automatically monitor victims on Cobalt Strike 22" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_2.jpg 861w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_2-300x183.jpg 300w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_2-768x468.jpg 768w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_2-750x457.jpg 750w" sizes="auto, (max-width: 861px) 100vw, 861px"/></p>
<p>WindowSpy will detect these two windows and compare the window&#39;s title with the list file available in the tool.  If it matches, a screenshot will be taken.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-47504 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01.png" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 20" width="746" height="293" title="WindowSpy: Automatically monitor victims on Cobalt Strike 23" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01.png 746w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01-300x118.png 300w" sizes="auto, (max-width: 746px) 100vw, 746px"/></p>
<p>You find screenshots in the Screenshots folder of Server Cobalt Strike.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-47505 aligncenter" src="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_1.jpg" alt="WindowSpy: Automatically monitor victims on Cobalt Strike 21" width="857" height="513" title="WindowSpy: Automatically monitor victims on Cobalt Strike 24" srcset="https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_1.jpg 857w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_1-300x180.jpg 300w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_1-768x460.jpg 768w, https://anonyviet.com/wp-content/uploads/2023/05/2023-05-22_02-01_1-750x449.jpg 750w" sizes="auto, (max-width: 857px) 100vw, 857px"/></p>
<p>I only set up a lab to illustrate the tool, so it will be much different from the real environment.</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;47475&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;title&quot;:&quot;WindowSpy: T\u1ef1 \u0111\u1ed9ng gi\u00e1m s\u00e1t n\u1ea1n nh\u00e2n tr\u00ean Cobalt Strike&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>  The article scored: 5/5 &#8211; (100 votes)</p>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/windowspy-automatically-monitor-victims-on-cobalt-strike/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2023/05/anonyviet5-1.png" medium="image"></media:content>
            	</item>
	</channel>
</rss>
