PHP»ñÈ¡windowsµÇ¼Óû§ÃûµÄ·½·¨

5年以前  |  阅读数:759 次  |  编程语言:PHP 

Ç°¼¸ÌiÔÚÎÊ´ðÇøÌaÁËÒ»ÏÂÕa¸oÎÊÌa,ËuÓлشðÎÊÌaµÄÅoÓѶ¼Ëµ²»¿ÉÄÜͨ¹ýPHPʵÏÖ,ÅoÇÉÎÒµÄʵϰ¸ºÔðÈË°iÎÒÕÒµ½ÁËÒ»¸o½¨,òËÆÊÇͨ¹ýNTLMÀ´ÊµÏÖµÄ,ÎÒÊÇÐÂÊÖ,¶Ô¾ßÌaÔ­ÀiÒ²ÖªÖ®²»Ïe,Ö»ÊÇ×Ô¼º²aÊÔÁËÒ»ÏÂ,ºÜºÃÓÃ.
ËuÒԸϿiÄóoÀ´Óe´o¼ÒÖÏi.ÕaÊÇÒ»¸o¨¹uÈËдµÄ,ËuÒÔ±aÂeÖеÄ×¢ÊͶ¼ÊǨÓi,Èç¹uÓÐÅoÓѺÜÏeÁ˽aijÐеÄ×¢Êͺ¬Òa,Çe»ØÌu˵Ã÷,ÎÒ¿ÉÒÔÊÔ×Å­ÒeÒ»ÏÂ.


    <?php
    /***********************************************************************
    ************************************************************************
    *
    * PHP NTLM GET LOGIN 
    * Version 0.2.1                  
    * Copyright (c) 2004 Nicolas GOLLET ( Nicolas (dot) gollet (at) secusquad (dot) com )
    * Copyright (c) 2004 Flextronics Saint-Etienne
    *
    * This program is free software. You can redistribute it and/or modify 
    * it under the terms of the GNU General Public License as published by 
    * the Free Software Foundation; either version 2 of the License.    
    *
    ***********************************************************************/
    session_start();
    $headers = apache_request_headers(); // »ñÈ¡Óû§Í*
    if (@$_SERVER['HTTP_VIA'] != NULL){ // È*ÈÏÊÇ*ñʹÓÃÁË´uÀi(proxy),ÒoΪntlmÑeÖ¤²»ÄÜ´(C)¹ý´uÀi.
    echo "Proxy bypass!";
    }
    elseif($headers['Authorization'] == NULL){  //si l'entete autorisation est inexistanteÈç¹uÐi¿ÉÍ*²»´aeÔÚ
     header( "HTTP/1.0 401 Unauthorized" );  //envoi au client le mode d'identification
     header( "WWW-Authenticate: NTLM" );  //dans notre cas le NTLM
     exit;    //on quitte
    }
    if(isset($headers['Authorization']))   //dans le cas d'une authorisation (identification)
    { 
     if(substr($headers['Authorization'],0,5) == 'NTLM '){ // È*ÈÏclientÊÇ*ñÔÚntlmÏÂ

      $chaine=$headers['Authorization'];   
      $chaine=substr($chaine, 5);  // »ñÈ¡ base64-encoded type1 ÐÅÏ¢
      $chained64=base64_decode($chaine); // ½aÂe base64 µ½ $chained64

      if(ord($chained64{8}) == 1){   
      //   |_ byte signifiant l'etape du processus d'identification (etape 3) 

      // verification du drapeau NTLM "0xb2" ?l'offset 13 dans le message type-1-message (comp ie 5.5+) :
      if (ord($chained64[13]) != 178){
       echo "NTLM Flag error!";
       exit;
      }

      $retAuth = "NTLMSSP".chr(000).chr(002).chr(000).chr(000).chr(000).chr(000).chr(000).chr(000);
      $retAuth .= chr(000).chr(040).chr(000).chr(000).chr(000).chr(001).chr(130).chr(000).chr(000);
      $retAuth .= chr(000).chr(002).chr(002).chr(002).chr(000).chr(000).chr(000).chr(000).chr(000);
      $retAuth .= chr(000).chr(000).chr(000).chr(000).chr(000).chr(000).chr(000);

      $retAuth64 =base64_encode($retAuth); // encode en base64
      $retAuth64 = trim($retAuth64);  // enleve les espaces de debut et de fin
      header( "HTTP/1.0 401 Unauthorized" );  // envoi le nouveau header
      header( "WWW-Authenticate: NTLM $retAuth64" ); // avec l'identification supplementaire
      exit;

      }

      else if(ord($chained64{8}) == 3){
      //     |_ byte signifiant l'etape du processus d'identification (etape 5)

      // on recupere le domaine
      $lenght_domain = (ord($chained64[31])*256 + ord($chained64[30])); // longueur du domain
      $offset_domain = (ord($chained64[33])*256 + ord($chained64[32])); // position du domain. 
      $domain = str_replace("\0","",substr($chained64, $offset_domain, $lenght_domain)); // decoupage du du domain

      //le login
      $lenght_login = (ord($chained64[39])*256 + ord($chained64[38])); // longueur du login.
      $offset_login = (ord($chained64[41])*256 + ord($chained64[40])); // position du login.
      $login = str_replace("\0","",substr($chained64, $offset_login, $lenght_login)); // decoupage du login

      if ( $login != NULL){
       // stockage des donnees dans des variable de session
       $_SESSION['Login']=$login;
       header("Location: newpage.php");
       exit;
      }
      else{
       echo "NT Login empty!";
      }


      }
     }
    }
    ?>
 相关文章:
PHP分页显示制作详细讲解
SSH 登录失败:Host key verification failed
获取IMSI
将二进制数据转为16进制以便显示
获取IMEI
文件下载
贪吃蛇
双位运算符
PHP自定义函数获取搜索引擎来源关键字的方法
Java生成UUID
发送邮件
年的日历图
提取后缀名
在Zeus Web Server中安装PHP语言支持
让你成为最历害的git提交人
Yii2汉字转拼音类的实例代码
再谈PHP中单双引号的区别详解
指定应用ID以获取对应的应用名称
Python 2与Python 3版本和编码的对比
php封装的page分页类完整实例