CSI:Internet - PDF Timebomb
h-online.com
CSI:Internet - PDF Timebomb
1–8 of 8 posts
Re: CSI:Internet - PDF Timebomb
#2Re: CSI:Internet - PDF Timebomb
#3Interesting article; I wonder if it's been hacked itself? The text of the article seems to finish at page 3, even though the page-count links at the bottom of each page show 4 pages. I clicked on the "Next" link at the bottom of page 3, and Avast! detected a threat. I didn't keep going.
Re: CSI:Internet - PDF Timebomb
#4Re: CSI:Internet - PDF Timebomb
#5Interesting article; I wonder if it's been hacked itself? The text of the article seems to finish at page 3, even though the page-count links at the bottom of each page show 4 pages. I clicked on the "Next" link at the bottom of page 3, and Avast! detected a threat. I didn't keep going.
Re: CSI:Internet - PDF Timebomb
#6Re: CSI:Internet - PDF Timebomb
#7So why does adobe reader allow for the execution of javascript from pdf files?
It looks like the major use case is adding functionality to interactive forms. For example, you could create a PDF that allows you to submit to a SOAP service upon clicking a submit button. You can also apparently interact with database services using ODBC on Windows.
Why you would opt for this vs. a web form, given that both approaches would require a coder, I really can't imagine.
Re: CSI:Internet - PDF Timebomb
#8So why does adobe reader allow for the execution of javascript from pdf files?
http://www.adobe.com/devnet/acrobat/pdfs/js_developer_guide.... It looks like the major use case is adding functionality to interactive forms. For example, you could create a PDF that allows you to submit to a SOAP service upon clicking a submit button. You can also apparently interact with database services using ODBC on Windows. Why you would opt for this vs. a web form, given that both approaches would require a c…