Submitted by ╰☆往事如风 on 2010, February 17, 11:11 PM
RT
Thanks for too
Not work for free version.
Information:
Build v6.5.20100210 - 10th February 2010
New security check:
* Test for Cross Site Scripting in the Referer header
Improvement:
* Acunetix Firefox extension now supports latest Firefox release
Bug Fixes:
* Crawler: Html decode form inputs before usage
* Fixed an infinite recursion when crawler reported an external link from the same host but on a different port
* Fixed an issue with the crawler with parsing robots.txt file
* Web Services scanner: Fixed parsing of WSDL files with attributes
2010-02-19 update:
2010_02_10_01_webvulnscan65.exe
size: 15445824 byte
MD5: 4BB84128A895CD5959C1369E1BD8AE55
SHA1: 040AFAC2EE406AB6FBCF8AFBA078C34074EED933
CRC32: 0CAFEA4F
附件: web.vulnerability.scanner.6.5.patch.rar (165.81 K, 下载次数:182)
安全相关 | 评论:11
| 阅读:652
Submitted by ╰☆往事如风 on 2009, May 29, 11:21 PM
昨天晚上taobao搞了一个Intel 5300
顺便搞搞看bt4咋用。结果货还没到,一天时间就折腾没了。
» 阅读全文
安全相关 | 评论:2
| 阅读:7921
Submitted by ╰☆往事如风 on 2008, November 9, 11:32 PM
安全相关 | 评论:0
| 阅读:1016
Submitted by ╰☆往事如风 on 2008, September 22, 4:02 PM
SSH服务,原来开放给用户用来进行跳板登录并记录相关LOG,后来大师告知说可以通过tunnel模式来进行别的操作。
测试发现,所有经过tunnel模式的操作都没有LOG。这个比较郁闷。
解决办法也很简单,直接禁用。
在/etc/ssh/sshd_config文件中启用以下选项:
AllowTcpForwarding no
X11Forwarding no
PermitTunnel no
然后restart服务。OK 世界清净了。
ps:测试中意外发现,restart ssh服务不会对线上用户造成影响,也就是说你可以无视线上的用户直接去restart服务,线上的那些用户还是连在线上,不会出现中断的现在。不过,新的配置文件只对restart后新登录上来的用户生效。
安全相关 | 评论:2
| 阅读:1342
Submitted by ╰☆往事如风 on 2008, March 26, 11:08 AM
第一期发布了。
目录如下:
[0x02] An improvement on mixed case alphanumeric shellcode decoder [
txt] [
htm] [
pdf]
[0x05] Shellcode For Mac OSX x86 Tips [
txt] [
htm] [
pdf]
安全相关 | 评论:0
| 阅读:945
Submitted by ╰☆往事如风 on 2007, December 3, 5:57 PM
在centos上配置ntpd的时候发现iptables的限制解决
» 阅读全文
安全相关 | 评论:2
| 阅读:1376
Submitted by ╰☆往事如风 on 2006, August 6, 11:04 PM
ntsd -c q -p PID
系统自带的。用pid来强制结束进程的命令
安全相关 | 评论:1
| 阅读:2119