Skip to main content

This file implements a library and a tool to make malicious PDF files

Project description

MaliciousPDF logo

MaliciousPDF

Description

This file implements a library and tool to make malicious PDF files.

Requirements

This package require :

  • python3
  • python3 Standard Library

Installation

pip install MaliciousPDF

Usages

Command line

python3 MaliciousPDF.py --help
python3 MaliciousPDF.py
python3 MaliciousPDF.py -f 'test.pdf' -t 'JS' -p 'app.alert("test");' -b 'My body' -T 'My title' -o -v '1.7' -a 'MyName' -d '2016-06-22 16:53:45' -i 'Title' -P 'Not MaliciousPDF'

Python script

from MaliciousPDF import *
init_obfuscation()
file, catalog, outlines, pages, page = pdf_bases("js_alert_test_obfuscation.pdf")

add_text(
    page,
    " - Hello.\n - Hi !\n - How are you ?\n - Fine.",
    (100, 700),
)

MaliciousJsFile(
    catalog, StringIO(javascript_obfuscation("app.alert('Test');"))
)

pdf_obfuscation(file)

Links

Licence

Licensed under the GPL, version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MaliciousPDF-0.0.1.tar.gz (26.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page