I. Introduction This code expLoits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pL . kill-bill : Microsoft ASN.1 remote expLoit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. ExampLes: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1
標簽: I. vulnerability Introduction undisclosed
上傳時間: 2015-05-15
上傳用戶:xhz1993
c語言編譯器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [exampLes] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pL tiny_impdef.c TODO varargs.h VERSION
標簽: Changelog boundtest configure arm-gen
上傳時間: 2014-01-16
上傳用戶:拔絲土豆
它是VC++6.0下面的一個項目,該目錄包括pL/0編譯器的源代碼。 pL0/debug下面是已經編譯成功的pL/0編譯器:pL0.exe。該小編譯器可以處理一些簡單的 利用pL/0語言書寫的程序。例如,pL0/debug下面的test.pL0就是一個簡單的 pL/0 程序。 運行pL0.exe, 并把test.pL0提供給pL0.exe,處理結果將保存在test.out 中。 注:test.pL0 和 test.out 可以用Notepad(記事本)軟件打開。
上傳時間: 2015-06-02
上傳用戶:wangzhen1990
SimpLe SunpLus SP54 codec converter and a more pLayable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pL>
標簽: converter the pLayable SunpLus
上傳時間: 2013-12-30
上傳用戶:1079836864
系統前臺利用可視化開發工具設計用戶界面,使用ADO.NET(可選ODBC等)數據引擎來訪問由Oracle設計的后臺數據庫。系統涵蓋了用戶注冊、修改用戶注冊信息,添加數據、修改數據、刪除數據等多項對數據庫中數據的常規操作,系統還涉及對視圖、索引、觸發器等數據庫對象的創建、管理以及維護等操作,以及利用pL/SQL語言進行程序設計、利用存儲過程、系統函數完成數據庫的高級操作。 本系統較為復雜,為了實現這一目標,把此項目分解成如下幾個小項目,最后的作品分階段作為平時成績考核的依據之一。
上傳時間: 2014-01-10
上傳用戶:tyler
vectline "vector field line pLotter" Depending on the dimension of coordinate axis, vectline can pLot both 3D and 2D vector field line.
標簽: vectline coordinate Depending dimension
上傳時間: 2014-01-11
上傳用戶:invtnewer
一個pL\X教學編譯器IDE,帶擴展文法;高亮語法編輯區實現;自帶虛擬機執行環境。
上傳時間: 2014-01-01
上傳用戶:zhliu007
The intended use of this help manual is a quick reference guide as it is not fully inclusive of all elements of the pL/SQL Programming Language. pLease refer to the pL/SQL User s Guide and Reference for more information.
標簽: inclusive reference intended manual
上傳時間: 2014-01-26
上傳用戶:lnnn30
O Reilly最新IT類書籍(1218) OReilly.Unix.in.a.Nutshell.4th.Edition OReilly.Mac.OS.X.Tiger.in.a.Nutshell OReilly.Monad OReilly.UML.2.0.in.a.Nutshell OReilly.Oracle.pL.SQL.for.DBAs OReilly.Open.Sources.2.0 OReilly.AppLied.Software.Project.Management
標簽: Nutshell OReilly Edition Reilly
上傳時間: 2013-12-21
上傳用戶:dancnc
詞法分析器制作與應用 設計思想 (1)程序主體結構部分: 說明部分 %% 規則部分 %% 輔助程序部分 (2)主體結構的說明 在這里說明部分告訴我們使用的LETTER,DIGIT, IDENT(標識符,通常定義為字母開頭的字母數字串)和STR(字符串常量,通常定義為雙引號括起來的一串字符)是什么意思.這部分也可以包含一些初始化代碼.例如用#include來使用標準的頭文件和前向說明(forward ,references).這些代碼應該再標記"%{"和"%}"之間 規則部分> 可以包括任何你想用來分析的代碼 我們這里包括了忽略所有注釋中字符的功能,傳送ID名稱和字符串常量內容到主調函數和main函數的功能. (3)實現原理 程序中先判斷這個句語句中每個單元為關鍵字、常數、運算符、界符,對與不同的單詞符號給出不同編碼形式的編碼,用以區分之。 pL/0語言的EBNF表示 <常量定義>::=<標識符>=<無符號整數> <標識符>::=<字母>={<字母>|<數字>} <加法運算符>::=+|- <乘法運算符>::=*|/ <關系運算符>::==|#|<|<=|>|>= <字母>::=a|b|…|X|Y|Z <數字>::=0|1|2|…|8|9
上傳時間: 2015-11-04
上傳用戶:zhengzg