
Can I copy a certain file/folder from my lost password install, Un-Install the dude software, THEN re-Install a clean version, and then copy the files/folder from the orginal install, to recover all that work???
THANKS!!!

import sqlite3
import sys
def getname(stri, pos):
return stri[pos + 1:pos + ord(stri[pos])+1]
def get_ip_mask(stri, pos):
ip_mask = ''
for i in range(3):
ip_mask = ip_mask + str(ord(stri[pos+i:pos+i+1])) + '.'
ip_mask = ip_mask + str(ord(stri[pos+3:pos+4])) + '/'
for i in range(3):
ip_mask = ip_mask + str(ord(stri[pos+i+4:pos+i+5])) + '.'
ip_mask = ip_mask + str(ord(stri[pos+7:pos+8]))
return ip_mask
conn = sqlite3.connect(sys.argv[1])
for row in conn.execute("select * from objs"):
blobstr = str(row[1])
if (blobstr.find("separatePanels") > 0):
pwd = getname(blobstr,blobstr.find("password")+9)
username = getname(blobstr,blobstr.find("sys-name")+9)
ip_mask = get_ip_mask(blobstr,blobstr.find("allowedAddress")+16)
print username, pwd, ip_mask
Yes I do, but no more lots of interesting questions for me.Hey gsandul good to see you are still lurking
It won't work, you need to find a way to reset your forgotten password ,you can rerun the computerI just spent days setting up the Dude software on my desktop Win 7 machine. I set a Dude password last night, but it does not work today!!!![]()
Can I copy a certain file/folder from my lost password install, Un-Install the dude software, THEN re-Install a clean version, and then copy the files/folder from the orginal install,
To complete the Windows 7 login password reset program???
THANKS!!!
I've the same problem, someone know solution ?Hi, gsandul.
Can you help me?
i've got this error:
line 17, in <module>
conn = sqlite3.connect(sys.argv[1])
IndexError: list index out of range
Thank you.