filmov
tv
How to crack a protected sheet password in Excel
Показать описание
VBA Code to crack a forgotten password of a protected sheet in Excel:
Sub PasswordBreaker()
Dim i As Integer, j As Integer, k As Integer
Dim l As Integer, m As Integer, n As Integer
Dim i1 As Integer, i2 As Integer, i3 As Integer
Dim i4 As Integer, i5 As Integer, i6 As Integer
On Error Resume Next
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If ActiveSheet.ProtectContents = False Then
MsgBox "One usable password is " & Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub
Sub PasswordBreaker()
Dim i As Integer, j As Integer, k As Integer
Dim l As Integer, m As Integer, n As Integer
Dim i1 As Integer, i2 As Integer, i3 As Integer
Dim i4 As Integer, i5 As Integer, i6 As Integer
On Error Resume Next
For i = 65 To 66: For j = 65 To 66: For k = 65 To 66
For l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
For i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
For i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
ActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
If ActiveSheet.ProtectContents = False Then
MsgBox "One usable password is " & Chr(i) & Chr(j) & _
Chr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
Chr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
Exit Sub
End If
Next: Next: Next: Next: Next: Next
Next: Next: Next: Next: Next: Next
End Sub
How Do Hackers Crack ANY Software
How hackers crack ZIP files password? - TOO EASY! (Educational Purposes ONLY!)
Unlock Any Password Protected PDF #unlock #crack #pdf #password #hacking #subscribe #inuka
How to crack passwords with hashcat | Hashcat tutorial
Crack password protected PDF documents with John The Ripper
Crack Password-Protected Microsoft Office Files [Tutorial]
Crack password with python
How hackers crack password protected ZIP files
Crack the Code 5 Phases Every Ethical Hacker Must Know
How to Crack Password Protected Word File without using any software. || @rk_knowledgeahead
How to Crack a Password Protected Microsoft Office Document
How Hackers Crack WinRAR Password?!?!
how hackers crack ZIP files password?!?!
How Hackers Crack Password Protected ZIP file | Kali Linux (Educational Purposes ONLY!!!)
How hackers crack PDF files password? (Educational Purposes ONLY!)
Unlock any Passworded ZIP file in 5 secconds | Recover ZIP File Password / How To Crack ZIP files.
How to run crack file in windows - bypass window security
How To Crack ZIP & RAR Files With Hashcat
How To Crack Encrypted 7-Zip Archives
Watch these hackers crack an ATM in seconds
How to: Crack a program (Bypass HWID Authentication)
ZIP Password Recovery: How to Crack ZIP Password in 2024
How to Crack a PDF Password using Kali Linux || Password Cracking Tool John the Ripper || Kali Linux
How to crack a combination lock for key safe, this method should work for suit cases as well
Комментарии