Skip to content

Instantly share code, notes, and snippets.

@Ksnk
Ksnk / ntlm.php
Created July 6, 2016 09:56
NTLM page authorization
<?php
// this user allow to pass
$config=array(
'domain'=>'WEB-server', // Вставлять в окно ввода : WEB-server\Юзер Пароль
'user'=> 'Юзер', // name of user
'password' => 'Пароль', // password of registered user
'forceNTLM' => false , // обязательно ли требовать авторизацию?
);
@Ksnk
Ksnk / captcha_.idea_.name
Created July 24, 2013 22:57
Just a captcha
captcha