微軟DNS服務器遠程溢出漏洞測試代碼 Microsoft DNS Server Remote Code execution Exploit and analysis Advisory: http://www.microsoft.com/technet/security/advisory/935964.mspx This remote exploit works against port 445 (also Microsoft RPC api used) * Mario Ballano ( mballano~gmail.com ) * Andres Tarasco ( atarasco~gmail.com )
標簽: DNS Microsoft execution Advisory
上傳時間: 2013-12-25
上傳用戶:caixiaoxu26
一個簡單的端口掃描程序: addstr = "發現端口" & Str(port) & "打開" & Space(5) Select Case port Case 7 plus = "ECHO服務" Case 21 plus = "FTP服務★★★★★" Case 25 plus = "SMTP服務★★" Case 43 plus = "Whois服務" Case 53 plus = "DNS服務☆" Case 80 plus = "HTTP服務★★★★★" Case 81 plus = "HOSTS2名稱服務" Case 99 plus = "NCX99后門★★★★★" Case 110 plus = "POP3服務★★★★★" Case 111 plus = "Sun RPC服務★★" Case 135 plus = "本地服務" Case 137 plus = "NETBIOS 名稱服務/流影POP" Case 138 plus = "NETBIOS 數據存儲服務" Case 139 plus = "NETBIOS 會議服務★★★" Case 119 plus = "NNTP虛擬服務" Case 163 plus = "SNMP服務" Case 443 plus = "https服務" Case 512 plus = "遠程執行服務" Case 513 plus = "login, remote login" Case 514 plus = "cmd, exec with auto auth." Case 600 plus = "Sun IPC服務器" Case 1080 plus = "SOCKS代理服務★★★" Case 1433 plus = "SQL服務器★★★" Case 3128 plus = "HTTP代理服務" Case 7626 plus = "木馬冰河★★★★★" Case 8080 plus = "HTTP代理服務" Case Else plus = "未知服務!"
上傳時間: 2013-12-16
上傳用戶:gtzj
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.
標簽: that solutions regularly Cookbook
上傳時間: 2014-12-03
上傳用戶:努力努力再努力
電信ISAG的服務連接和服務,基于HTTP/SOAP協議,實現數據的上行和下行
上傳時間: 2016-09-30
上傳用戶:wcl168881111111
CString用法 Windows服務包括四大部分: 一,服務控制管理器(Service Control Manager)。是系統中的一個RPC服務器,總管所有服務,“Admin$\System32\Services.exe”。擁有一個在注冊表中記錄的數據庫,包含了所有已安裝的服務程序和設備驅動服務程序的相關信息。 二,服務控制程序(Service Control Program)。用來執行對服務程序的開啟、控制和狀態查詢功能。 三,服務程序(Service Program)。服務的執行代碼。 四,服務配置程序(Service Configuration Program)。 用來更改,查詢已安裝服務的信息。
上傳時間: 2016-10-05
上傳用戶:希醬大魔王
1.1 前言 2005-3-2公司開會并分給我一個任務:寫一個程序從福建移動的BOSS系統取出一些相關數據。我得到的資料只有一個“福建移動BOSS與業務增值平臺接口規范V1.2.2(新).doc”,這個規范頁數不多,一下就瀏覽完了。但之后依然不知所措,感覺到了一條河邊,河前有一條大道(就是這份文檔)能讓我直達目的地,但卻找不到過河的橋。這份文檔只給出了數據的格式編碼規范,但沒有告訴你用什么技術,怎么去取這些數據,甚至連一個數據格式的XML例子文件也沒有。 里面只有這樣幾句話:“交易消息(包括請求和應答)是以XML格式表達的,包括兩個部分:Message Header(消息頭)與Service Content(交易業務內容)?!?“接口協議使用HTTP協議,落地方為發起方提供訪問的URL,發起方使用HTTP POST方法發送請求報文并得到應答報文,發起方作為落地方的HTTP客戶端,落地方作為發起方的HTTP服務器。因此,各個參與方需要同時實現HTTP客戶端以及服務器的功能。” 這里面有兩個關鍵字:XML、HTTP,再加上老大說用SOAP,我想這個BOSS系統和外界的信息交換技術也是基于SOAP實現的吧。于是我上網搜索了一些資料,始有此文。
上傳時間: 2013-12-22
上傳用戶:coeus
在十種技術中,最重要的一種技術我想應該非XML莫屬。這里不僅僅指XML規范本身,還包括一系列有關的基于XML的語言:主要有XHTML,XSLT,XSL,DTDs,XML Schema(XSD),XPath,XQuery和SOAP.如果你現在還對XML一無所知,那么趕快狂補吧!XML是包含類似于HTML標簽的一個文本文件,在這個文件中定義了一個樹型結構來描述它所保存的數據。
標簽:
上傳時間: 2016-10-24
上傳用戶:邶刖
在十種技術中,最重要的一種技術我想應該非XML莫屬。這里不僅僅指XML規范本身,還包括一系列有關的基于XML的語言:主要有XHTML,XSLT,XSL,DTDs,XML Schema(XSD),XPath,XQuery和SOAP.如果你現在還對XML一無所知,那么趕快狂補吧!XML是包含類似于HTML標簽的一個文本文件,在這個文件中定義了一個樹型結構來描述它所保存的數據。
標簽:
上傳時間: 2014-01-02
上傳用戶:rocketrevenge
You may have heard the Latest Brief web service on CodeProject.com. It provides several methods for web client programs to retrieve information about CodeProject.com, such as the latest article updates, the latest comments, and the latest lounge posts, etc. Some very popular articles on the CodeProject site make use of this service. In this article, I am going to present a java client program that uses soap message to call the methods of this web service. My program is not a general java soap client, which means you cannot use it to call other web services directly. However, you can easily modify it for other web services. The program uses only basic Java, it does not depend on any other external class library.
標簽: CodeProject provides service methods
上傳時間: 2014-01-25
上傳用戶:baiom
Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Java(TM) and XML together to streamline the development process. XML and Java(TM), Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard APIs, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls.
標簽: technologies and standards Edition
上傳時間: 2014-01-05
上傳用戶:hj_18