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 details)

Uploaded Source

File details

Details for the file MaliciousPDF-0.0.1.tar.gz.

File metadata

  • Download URL: MaliciousPDF-0.0.1.tar.gz
  • Upload date:
  • Size: 26.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.9

File hashes

Hashes for MaliciousPDF-0.0.1.tar.gz
Algorithm Hash digest
SHA256 d910baa625d45d4088fbb5782f1a3eeaa6733abefaeea7ded0c35348d6cc50a7
MD5 ebeabaa299db0dff6af56241d4e540ef
BLAKE2b-256 293e9910b1cc8128e07e214fa89c4d723aa82ada8d7f14d62034de80d9e9ec9a

See more details on using hashes here.

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