Brute forcing would be fine, since I don’t think I would’ve used a long password for this, but I don’t know how to automate that either. Any ideas?
!nostupidquestions is a community space dedicated to being helpful and answering each others’ questions on various topics.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.
Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.
Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.
That’s it.
Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.
Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.
On fridays, you are allowed to post meme and troll questions, on the condition that it’s in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.
If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.
If you vocally harass or discriminate against any individual member, you will be removed.
Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.
For further explanation, clarification and feedback about this rule, you may follow this link.
Let everyone have their own content.
Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.
You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.
For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.
To find & join our chat room, log into fluffychat.im(or any other matrix client) and put #nostupidquestions:matrix.org
on the search bar.
Our breathtaking icon was bestowed upon us by @Cevilia!
The greatest banner of all time: by @TheOneWithTheHair!
You can try using Office2John to create a hashfile for John the Ripper to crack, then use John the Ripper on said hashfile.
The answer used to be John the Ripper, but I’m a decade out of date on this stuff, so it might not be any more.
Damn it’s been long since I heard that name. Blast from the past.
Sometimes I just don’t bother learning new stuff till the old stuff stops working for me. It’s amazing how many really simple things people stroll past on their way to god knows where.
Reminds me of still using spybot search & destroy :p
John still works great! For modern documents you need a script to pull out the hash but other than that it’ll do the job fine
Maybe some of these older suggestions still apply: https://superuser.com/questions/486844/how-can-i-unlock-a-microsoft-docx-document#486883
You’ll have to tinker a bit, probably write some script to bruteforce the password. Unless you expect your password to be a strong one. In that case I fear there is no way.
Tried to unzip it, but got an error saying that in order to unzip it I would have to add files to the archive first, so apparently the zip is empty? I… dont think its supposed to be empty
Rename the file extension from .docx to .zip, and then you’ll be able to open the file as an executable.
if you are comfortable running python scripts: https://github.com/andreblue/doc-breaker I also have many many more word lists. I’d be happy to give it a shot if the contents are not too sensitive.
I ran that exact script and it output that it found the password and that it was 123456. It was not 123456. The “unlocked document” it generated cannot even be opened. If you have an idea how that might be fixed I’d gladly take that and the password list(s). Don’t wanna share the document however, since I have entirely forgotten what’s in it, so it may or may not be sensitive
That’s the same number I have on my luggage!
Only an idiot would use that as a password.
ohhhhhh im stealing this one, thatll be my new password for everything
That’s why my password is “password” and not “that”.
Samsonite! I was way off.
You can try using Office2John to create a hashfile for John the Ripper to crack, then use John the Ripper on said hashfile.
You’re looking a tool called John the Ripper. The jumbo version comes with a script called office2john, which extracts the password hash for it to crack.
I believe you can also use hashcat with the password hash, which will be a lot quicker if you have a GPU because John is CPU bound.
I’ve done this before by uploading the file to google drive which stripped the password off. I remember viewing it no problem but saving it was a few more steps. This was several years ago though so… Good luck!
didnt work sadly. thanks for the recommendation though!
Too bad, they must have fixed that workaround. Good luck cracking the safe!
Try hashcat.
Johntheripper works too.