Skip to content

Using Microsoft Office Password Cracker tool we can unlock any Microsoft Office file.This tool is using office2john.py & john tool. wordlist generator is also included in python script.

Notifications You must be signed in to change notification settings

omkar-ok/Microsoft-Office-Password-Cracker-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft-Office-Password-Cracker-tool

Using Microsoft Office Password Cracker tool we can crack any Microsoft Office file's password.This tool uses john the ripper and office2john.py script to crak the password. wordlist generator is also included in python script.

During my exam period i made this tool to crack my password protected question paper.

Requirements

John The Ripper & Screenfetch

You can install them with the following Command

$ sudo apt-get install john
$ sudo apt-get install screenfetch

Installation & Usage

$ git clone https://github.com/vishalpatil1337/Microsoft-Office-Password-Cracker-tool.git
$ cd Microsoft-Office-Password-Cracker-tool && chmod +x *
$ ./ms-word-file-cracker.sh       

a) script will start and will make tryhackme name folder on your desktop.

b) it will download office2john.py script using curl command

c) if office2john.py alredy exists the second file will be removed using rm command.

d) enter subject name : here you need to write any subject name for example ai (artificial intelligence). This custom wordlist builder will make a Wordlist containing

• 0 - 9999
• ai0 - ai9999
• AI0 - AI9999
• ai@0 - ai@9999

in my case the exam password is probably like subject name and 3 to 6 numbers - example ai123

e) after making wordlist it will ask "enter MS WORD file name with full path" you need to give full path. example - /home/kali/Desktop/tryhackme/file.docx

f) Attack will start. It will take some time depending of your PC performance, just dont close the tool.

g) After some time you will get a password.

Blog Tutorial

https://www.techxbyte.in/2022/03/how-i-cracked-question-paper-password-before-time-during-exam.html

Video Tutorial

https://youtu.be/ddbPlvEJpQo

Special Thanks to -:

• Omkar Kalantre : https://github.com/omkar-ok : www.linkedin.com/in/omkar-kalantre

• Satyam Ray : https://github.com/batmans0123456 : https://www.linkedin.com/in/samyam-ray-3b3815234/

About

Using Microsoft Office Password Cracker tool we can unlock any Microsoft Office file.This tool is using office2john.py & john tool. wordlist generator is also included in python script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.7%
  • Python 13.3%