摘要: site: https://sourceforge.net/projects/t50/ 例子:t50 192.168.1.1 --flood--protocol T50|TCP|UDP|ICMP--threshold 500--floodt50 --flood --protocol TCP 192. 阅读全文
posted @ 2018-03-18 10:38 数字安全极客 阅读(3087) 评论(0) 推荐(0) 编辑
摘要: 参考网址:http://keepachangelog.com/zh-CN/0.3.0/ 更新日志绝对不应该是git日志的堆砌物 Version 0.3.0 更新日志是什么? 更新日志(Change Log)是一个由人工编辑,以时间为倒叙的列表。 这个列表记录所有版本的重大变动。 # Change L 阅读全文
posted @ 2018-03-18 10:25 数字安全极客 阅读(391) 评论(0) 推荐(0) 编辑
摘要: # 本地Git操作 $ cd /project/ $ git init $ git log #查看提交历史 $ git reset –hard commit-id 回退 #代码提交 $ git pull $ git add –all $ git commit -m ‘comment’ $ git p 阅读全文
posted @ 2018-03-18 10:19 数字安全极客 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 命令: 参考:https://dormousehole.readthedocs.org/en/latest/index.html Flask模版(支持表单和ORM): https://github.com/miguelgrinberg/microblog/archive/v0.4.zip 阅读全文
posted @ 2018-03-18 09:52 数字安全极客 阅读(290) 评论(0) 推荐(0) 编辑
摘要: WAF产品化 2011-1-13 目标:稳定的版本 和 标准的手册 1.硬件差异问题,争取了OEM提供硬件样机。 2.OEM功能本来在我们手里,为了更好产品化,配合移交工作。 3.我们做好 产品生产实施,技术支持,问题反馈等工作。 4.软件部门需要我们做的,我们全力配合。 5.软件部门,把稳定性和技 阅读全文
posted @ 2018-03-17 12:43 数字安全极客 阅读(556) 评论(0) 推荐(0) 编辑
摘要: Find the service creation date in Windows Starting in Vista, service creation is logged to the "System" event log under Service Control Manager event 阅读全文
posted @ 2018-03-17 12:40 数字安全极客 阅读(572) 评论(0) 推荐(0) 编辑
摘要: Dump a linux process's memory I'm not sure how you dump all the memory to a file without doing this repeatedly (if anyone knows an automated way to ge 阅读全文
posted @ 2018-03-17 12:32 数字安全极客 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: User Space Debugging Tools in Linux By definition, debugging tools are those programs which allow us to monitor ,control and correct errors in other p 阅读全文
posted @ 2018-03-17 12:24 数字安全极客 阅读(172) 评论(0) 推荐(0) 编辑