|
|||||||
| Tutorials & Guides Contributions welcome! Please check the rules & guidelines for posting |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Is it necessary to install python 2.3 when you already have 2.5? I ask because I'm getting an error at this step:
wget hxxp://wwx.storm.net.nz/static/files/winlockpwn chmod +x ./winlockpwn vi Makefile (reference /usr/local instead of /usr for python) make make: *** No rule to make target '/usr/local/include/python2.5', needed by '_raw1394.so'. Stop. William |
|
||||
|
Quote:
__________________
theprez98 "I want peace on earth and goodwill toward men." "We are the United States Government. We don't do that sort of thing!" |
|
||||
|
I got it working with Python 2.5. Here are the modified steps:
Code:
cd /pythonraw1394
nano Makefile
# modify lines as follows:
_raw1394.so: raw1394_wrap.c /usr/include/python2.5
$(CC) -Wall -shared -fPIC -I/usr/include/python2.5 -I/usr/local/include/libraw1394 raw1394_wrap.c -lraw1394 -o _raw1394.so
I successfully wiped the password for a locked Windows XP SP2 machine! Ctrl+Alt+Del and Enter. No password needed. ![]() Update: After running this successfully, I am unable to run it again without restarting Backtrack. I believe the businfo retains the settings for the PC you first plug into. Any way to clear the 1394 settings (maybe take the device down?) and bring it back up in the clear? William Last edited by williamc; 05-20-2008 at 05:12 PM. |
|
||||
|
What I normally do is go into windows device manager on the target and remove the ipod, After I've done this and plugged the firewire cable back in i can successfully run the attack again on the same windows host.
I've not needed to reboot backtrack. Nice job on Python 2.5 Last edited by jonah_15; 05-20-2008 at 06:14 PM. |
|
||||
|
I'm looking to get this working on Vista. From http://storm.net.nz/projects/16
"people successfully attacking Vista using a slightly modified msv1_0.dll technique" I'm researching this, but if anyone can shed some light on it, please do. I've purchased a cardbus firewire card for use on PC's that dont have Firewire ports. You can plug it into a locked PC and the OS will install the drivers. Then just run winlockpwn and your in! Guys in my office have disabled Firewire in the BIOS and set a password. Now I'll spend a lunch unlocking everyone's PC. What a surprise when they get back, hehe. An important note, if your running this, use winlockpwn 0 1 2 instead of 0 1 3. The 3 option removes the password on all the accounts which may cause some "issues" if your in a corporate environment. the 2 option only unlocks the PC, should be enough for whatever mischief your planning (and have permission to do so). William Last edited by williamc; 05-20-2008 at 08:38 PM. |
|
||||
|
anyone get this to work? (not the program but the pwnage)
i get this error IOError: [Errno 22] Invalid argument from firewire.py, line 693: "If a node doesn't feel like fulfilling a request, it will raise an IOError." now if you unplug the fw and plug it back in repeatedly running the script it will start scanning memory only to end with a device busy seems that the "money time" is when the device is detected as a "Hard Drive" you start scanning the memory at that point. then the ipod comes in and all work ends same issue on two computers what are people getting this to work on? also - i understand the idea, could this also work for gathering all the memory and getting the key for the encrypted HDD? |
|
||||
|
I've successfully tested it on Sony kit, a number of Dells and a Tosh running Windows XP Sp2. I do have a couple of Dell XPS's which it's failed on as it blue screens the devices.
Results I’ve had running it on Vista machines (I know this particular version of the tool is not for Vista) is that it also blue screens. I know you have tested against 2 computers so far are they the same make? |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|