2008年11月15日 0:09:38 发布:Trace
Metasploit is nice tool written in ruby and very useful to penetration testers (and script kiddies) It provides good information on exploit techniques and is also a useful resource for exploit developers and security professionals. Latest release is 3.1 version as of now and its upcoming version 3.2 will be more hack-pack.
2008年11月14日 15:55:04 发布:Trace
An information disclosure vulnerability exists in the manner that Microsoft LDAP server responds when binding to the LDAP server. In the case when an invalid password is provided, the server will respond with result code 49 (invalidCredentials) and an error message. A different error message is returned if an invalid username is provided.
2008年11月14日 7:53:59 发布:Trace
摘要:一个web shell,系统权限设置得很好,常用的exe都无权执行。可写目录传上去的exe文件,也没有执行权限。最终发现设置权限的时候漏掉了rundll32.exe,如是就写了这个个代码。
2008年10月29日 19:37:46 发布:Trace
You may have seen the news concerning Metasploit 3.2’s planned features. Now I want to show the Windows users out there how they can get a sneak peek too. Just follow these steps and you’ll have Metasploit 3.2 GUI running in no time.
2008年10月28日 23:24:24 发布:Trace
Author: Polymorphours
Email: Polymorphours@whitecell.org
Homepage:http://www.whitecell.org
Date: 2008-10-28
2008年10月28日 22:03:01 发布:Trace
来源于EMM's Exp,以socket方式重放攻击。
本机可为任意平台,从这个角度讲成功率稍高于EMM'S exp。
原版不成功时,可以试试这个。
2008年10月28日 18:50:55 发布:Trace
上次导数据库的时候不幸把这个导丢了,今天刚好注射攻击的时候,那数据库机器没设置网关,那就自己加一个先试试看了,搞不好可以直接上网了,网关的ip不知道,只好写个批处理来探测,看运气咯
2008年10月25日 9:41:21 发布:Trace
I spent a couple of hours tonight reversing the vulnerable code responsible for the MS08-067 vulnerability. This bug is pretty interesting, because it is in the same area of code as the MS06-040 buffer overflow, but it was completely missed by all security researchers and Microsoft. It's quite embarassing.
2008年10月24日 14:09:15 发布:Trace
This is because it depends on the state of the stack prior to the "overflow".
You need a slash on the stack prior to the input buffer.
2008年10月24日 3:27:13 发布:Trace
There is some fuss about RPC on Windows platforms.[1] As usual, I recommend to disable RPC temporarily from starting up when Windows boots. RPC is nasty and yet again a severe flaw has been found that attackers can abuse to take over a remote PC, and it doesn't require user interaction. An attacker can just send a RPC request remotely and take over your PC, including but not limited to use it to spread worms. It's highly recommended that you temporarily turn RPC off if you didn't already do that. I wrote a small script that can do it for you in Internet Explorer, if you trust me of course! If you haven't got Internet Explorer you can do it manually as well.
2008年10月21日 12:12:50 发布:Trace
Tr4c3注: 还是Token Kidnapping
2008年10月20日 7:46:14 发布:Trace
#---------------------------------------------------------------------------------#
# SunOS 5.9 [UltraSPARC] sadmind Remote Root Exploit by KingCope in 2008 #
# #
# Most of work was shamelessy ripped from HD-Moore and RISE-Security exploits!!! #
# Bug found by RISE-Security. #
# Sparc exploit by KingCope [kcope2@googlemail.com] #
# Maybe I will extend this to Solaris 8/10/11 in futura ?? #
# thanks to alex,andi,adize ... #
# #
###################################################################################
2008年10月17日 11:46:40 发布:Trace
以前发了一个
Db_owner权限备份hta到启动项提权的工具,有朋友问韩文系统怎么备份,把路径替换下就行了。
2008年10月16日 15:22:33 发布:Trace
MS08-066 exp
2008年10月14日 22:27:09 发布:Trace
An Oracle DB user which has been granted CREATE ANY DIRECTORY can use that system privilege to grant themselves the SYSDBA system privilege by creating a DIRECTORY pointing to the password file location on the OS and then overwriting it with a previously prepared known binary password file using UTL_FILE.PUT_RAW from within the DB.