Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termuxhackz/pdfbruter
This is an offline password cracking Tools which cracks any PDF which are password protected using an inbuilt wordlist Dictionary.!
https://github.com/termuxhackz/pdfbruter
bruteforce pdf pdf-cracker python3
Last synced: 2 months ago
JSON representation
This is an offline password cracking Tools which cracks any PDF which are password protected using an inbuilt wordlist Dictionary.!
- Host: GitHub
- URL: https://github.com/termuxhackz/pdfbruter
- Owner: TermuxHackz
- License: gpl-3.0
- Created: 2021-07-09T16:18:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-26T18:34:36.000Z (over 3 years ago)
- Last Synced: 2023-03-05T11:49:54.424Z (almost 2 years ago)
- Topics: bruteforce, pdf, pdf-cracker, python3
- Language: Python
- Homepage: https://TermuxHackz.github.io/pdfbruter.html
- Size: 4.65 MB
- Stars: 31
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdfbruter
pdfbruter is an offline dictionary cracking tool, which is essential for the cracking of PDF password protected files using a wordlist dictionary!. pdfbruter already comes with an inbuilt wordlist dictionary.
pdfbruter is first script which actuall cracks a password protected file in a large size and cracks it fast all you need to do is to wait and be patient.![](pdfbruter-logo.png)
# Created by
```
AnonyminHack5
```# Tested On
pdfbruter has been tested on the following systems and certain that they work;[✔] Termux
[✔] Parrot OS
[✔] Windows
[✔] lubuntu
[✔] Ubuntu
[✔] Slax Linux
[✔] Kali Linux
# Prequistics or Requirements to run this tool
[✔] 200mb of internet data/bundle and 200mb of storage
[✔] A linux environment
[✔] Python3
[✔] Figlet
# Menu
![](pdfbruter.png)# Password Gotten
![](pdfbruter-found.png)# Wanna encourage us?
To be able to encourage AnonyminHack5 with he's tools, make sure you use and rate he's Telegram bot# Features of PDFBRUTER
#### [+] Cracks Offline!!
#### [+] Cracks Fast!! [Depends on Wordlist]
#### [+] Good looking Interface lol!!
#### [+] Has a feature that detects the system your using
#### [+] Works with/without root!!# Installation for Windows ONLY!!!
```
> git clone https://github.com/TermuxHackz/pdfbruter> cd pdfbruter
> python -m pip install termcolor
> pip install pikepdf> python3 pdfbruter.py --help
```
# Installation for Linux ONLY!!!
```
$ cd $HOME$ git clone https://github.com/TermuxHackz/pdfbruter
$ cd pdfbruter
$ chmod +x *
$ pip3 install termcolor
$ pip install pikepdf$ python3 dependencies.py
$ python3 pdfbruter.py --help
```# Installation for Termux ONLY!
```
cd $HOMEgit clone https://github.com/TermuxHackz/pdfbruter
cd pdfbruter
chmod +x *
pip install pikepdfpython3 termux-installenc.py
python3 pdfbruter.py --help
```# Attention
Since pdfbruter is an offline password Cracking Tools for PDF files, Cracking process may take time and you need to wait and have patience, and in the mean time you could go grab a cup of coffee or watch some movies or have some snacks...lol (Save some for me, haha) then come back and check the pdfbruter.# Usage
pdfbruter is pretty easy to use, after you typed and run thepython3 dependencies.py
, and you install all needed requirements.## Usage2
Typepython3 pdfbruter.py --help
to see the tool's usage help menu. More Details...below
-author
: Shows you who made the script
--version
: Prints out the current version of pdfbruter.
-update
: Updates pdfbruter to a newer version with new improved features and bugs fixed.
--usage
: Shows you how to use/start pdfbruter.
--system
: Tells you the current system you are using, eg [linux, windows, termux, ubuntu, etc]
--notice
: This displays an IMPORTANT notice for you on the usage of pdfbruter
-password
: IMPORTANT, This shows you the password for you to continue using the tool, as the tool will ask for a password when you try to crack any password protected PDF.EG: Typing
python3 pdfbruter.py -password
Will display the password, Copy password or note it down or memorize it, as you will be needing it as you use PDFBRUTER.# Notice Bugs?
Kindly note, if you notice any bugs when using this script. Kindly report/mail them to me at: [email protected] and i will do my best to respond. And fix such bugs you reported.# Language
#### [+] Python3
#### [+] Shell ScriptI hope you all like this script
Kindly Star/Fork repo and continue to support me.
DO NOT COPY AND MODIFY THIS SCRIPT LEECHERS BEWARE
# Contact me
#### > [+] Facebook: AnonyminHack5
#### > [+] Whatsapp: AnonyminHack5
#### > [+] Twitter: AnonyminHack5
#### > [+] Telegram: AnonyminHack5
#### > [+] Telegram Bot: Termux Bot
#### > [+] Telegram Channel: TermuxHackz Society Channel
#### > [+] VMware Workstation pro for free: Download VMware WorkStation for free
# Donations
Your donations can be sent to AnonyminHack5 to support him via paypal here => Click to donate to AnonyminHack5
# Warning!!
**Dear noobs/leechers, do not copy this code or try to modify it to make it yours, it took me a lot of time to make this script. Do not copy it, Dont be a Script Kiddie. Asshole...hahaha!!. Message from AnonyminHack5.**
*Still want to message me, Message me on whatsapp here*
# FAQs
#### > [1] I am having errors like Module import error as shown below
![](Error.jpg)**Answer**: For those who are facing or having similar issues like this, kindly type
pip install pikepdf
and the error would be fixed then lastly typepython3 pdfbruter.py --help
to Start the pdfbruter and it would continue to work fine without any error.