• Aug 182012
     

    So this week I had a client having massive problems connecting to SMB shares on their Mac Mini Server running Lion Server 10.7.4 using their Windows 7 workstation. This has happened several times to various clients running multiple versions of Windows and Mac OS X. This happens when attempting to connect to SMB shares on the OS X device from the Windows device. The error displayed on Windows is generally “The specified network password is not correct”. Of course you’ve checked the passwords, permissions, and verified that all other settings appear to be correct.

    I was able to get the Windows workstation to connect to the Mac SMB share by altering the following settings on the Windows side:

    If running the Pro versions of Windows 7 or Vista:

    1. Click Start ---> Run --> secpol.msc
    2. Browse to the following path: Local Policies --> Security Options --> Network Security: LAN Manager Authentication
    3. Change NTLM2 responses only to LM and NTLM - use NTLMV2 session security if negotiated

    If running the home version of Windows, there is no secpol.msc, so you must edit the registry instead using the following procedure:

    1. Start --> Run --> regedit
    2. Browse to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa
    3. Find the Key "LMCompatibilityLevel" and change the 3 to 1
    4. Reboot your machine

    The reason this is necessary is because of the way Vista, Windows 7, and newer versions of Windows handle NTLMv2 authentication. Other/older implementations of SMB/SAMBA don’t support this method of authentication and will return a password failure.

    These instructions may also work when attempting to connect Windows systems to shares hosted by other NAS devices or Linux SMB shares.

    Aug 192008
     

    Standard Disclaimer: This article is provided for informational purposes only. thew0rd.com and its affiliates accept no liability for providing this information. Please only use to test configurations on your own equipment. Accessing WIFI networks that do not belong to you is ILLEGAL.

    This article will explan how to crack 64bit and 128bit WEP on many WIFI access points and routers using Backtrack, a live linux distribution. Your mileage may very. The basic theory is that we want to connect to an Access Point using WEP Encryption, but we do not know the key. We will attack the wifi router, making it generate packets for our cracking effort, finally cracking the WEP key. I have tested this technique on an IBM Thinkpad x60 and Acer 5672 and the WIFI Chipset in those machines work for sure.

    Continue reading »