GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux sonniq.ru 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
127.0.0.1
/
lib
/
python3
/
dist-packages
/
ntlm_auth
/
__pycache__
[ HOME ]
Exec
Submit
File Name : compute_hash.cpython-310.pyc
o ��Y]( � @ sH d dl Z d dlZd dlZd dlZd dlmZ dd� Zdd� Zdd� ZdS ) � N)�DESc C s� t �d| �rt�| �d�d �}|S | �� } | �d�}t|�dkr#dndt|� }|d| 7 }d}d}tt� |dd � ��}||� |�7 }tt� |d d� ��}||� |�7 }|S ) an [MS-NLMP] v28.0 2016-07-14 3.3.1 NTLM v1 Authentication Same function as LMOWFv1 in document to create a one way hash of the password. Only used in NTLMv1 auth without session security :param password: The password or hash of the user we are trying to authenticate with :return res: A Lan Manager hash of the password supplied �^[a-fA-F\d]{32}:[a-fA-F\d]{32}$�:r zutf-8� � s KGS!@#$%� � )�re�match�binascii� unhexlify�split�upper�encode�lenr Zkey56_to_key64Zencrypt)�passwordZlm_hashZlm_pwZpadding_sizeZ magic_str�resZdobj� r �8/usr/lib/python3/dist-packages/ntlm_auth/compute_hash.py�_lmowfv1 s r c C s>