Skip to content

thealper2/pdfcrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pdfcrack

Şifreli PDF dosyalarının şifreleri kaba kuvvet saldırı ile kırmaya yarayan bir araçtır.

Gereksinimler

pdfcrack aşağıdaki kütüphaneleri kullanır.

  • Colorama
  • Pikepdf

Kurulumu

Projeyi klonlamak için;

git clone https://github.com/thealper2/pdfcrack.git

Gerekli kütüphaneleri kurmak için;

python -m pip install -r requirements.txt

Kullanımı

Parametre Kullanımı
-f File. Kırılacak PDF dosyasını için kullanılır.
-w Host. Parolaların bulunduğu wordlist dosyasını belirtmek için kullanılır.
usage: pdfcrack.py [-h] [-f F] [-w W] 

PDF Cracker

options:
  -h, --help  show this help message and exit
  -f          pdf file
  -w          wordlist file

Örnekler

python3 pdfcrack.py -f test.pdf -w rockyou.txt

About

PDF password cracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages