Skip to content

deevroman/dmg-brute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

dmg-brute

script for simple brute .dmg

./brute.sh file.dmg

Скрипт для перебора НЕБОЛЬШОГО вариантов паролей от .dmg файлов. Например, чтобы вспомнить свой забытый пароль или подобрать пароль от файлов с некоторых торрент-трекеров

UPDATE: лучше воспользоваться JohnRipper

git clone git@github.com:openwall/john.git
cd john/src
./configure --without-openssl && make
cd ../run
/dmg2john YOUR_IMAGE.dmg > file.txt
./john file.txt -mask='mac-torrent-download.net_[0-9a-z][0-9a-z][0-9a-z]'

via

English autotranslate:

A script to brute force a FEW variants of passwords from .dmg files. For example, to remember your forgotten password or to find a password from files from some torrent trackers.

UPDATE: better use JohnRipper

git clone git@github.com:openwall/john.git
cd john/src
./configure --without-openssl && make
cd ../run
/dmg2john YOUR_IMAGE.dmg > file.txt
./john file.txt -mask='mac-torrent-download.net_[0-9a-z][0-9a-z][0-9a-z]'

via

About

script for simple brute .dmg

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages