系统安全测试 在这之前 支持端口服务暴力破解和目标扫描(兼容Debian/Centos/Ubuntu/Kali/Mint,如果使用docker容器运行脚本,则兼容所有linux发行版) 特此证明: 写这个脚本没有任何目的,只是为了方便安全测试人员和提高系统安全性,在战场上没有任何怜悯,如果你拿起手中的武器,你会犯下可怕的错误。 因用户使用本脚本而产生的任何法律后果,作者概不负责。 容器运行方式客舱根目录下有user.txt和password.txt两个文件,也可以自己使用自定义字典 支持以下两种安全测试方法 映射 1.服务和端口扫描 2.操作系统识别 3.指定要扫描的端口或端口范围 4.漏洞扫描 5.WHOIS查询 6.探测指定网段内所有在线主机 7.主机批量扫描 8.调用任意nmap脚本进行扫描 九头蛇 1.SSH 蛮力 2.Redesktop 蛮子 3.FT
2021-08-05 12:03:46 12KB hydra nmap system-security kali-tools
1
调试.js debug.js 是一个用于 Web 开发的嵌入式 JavaScript 调试器。 它允许您在没有 F12 工具的情况下轻松调试。 该库具有有用的功能,例如日志记录、DOM 元素检查器、屏幕测量、文件查看器、命令行、用于自动化测试的原始脚本解释器等。 快速开始 记录: <!DOCTYPE html > < html > < head > < script src =" debug.js " > </ script > < script > function foo ( ) { log ( 'button was clicked' ) ; } </ script > </ head > < body > < button onclick =" foo(); " > BUTTON </ button > </ body > </
2021-08-03 18:04:34 182KB javascript testing debugger console
1
Standard glossary of terms used in Software Testing Version 2.1 (dd. April 1st, 2010) Produced by the ‘Glossary Working Party’ International Software Testing Qualifications Board Editor : Erik van Veenendaal (The Netherlands) Copyright Notice
2021-08-02 15:13:45 208KB ISTQB
1
Foundations of Software Testing: ISTQB Certification Dorothy Graham, Erik Van Veenendaal, Isabel Evans and Rex Black
2021-08-02 14:40:50 2.54MB Foundations Of Software Testing
1
李宏毅机器学习作业3CNN数据testing set 和validation set。因为文件太大了一个放不下,所以分开放了。。。training set可以去我的资源里找找。
2021-07-30 14:52:00 480.29MB cnn 机器学习
1
☆ 资源说明:☆ [Manning Publications] .Net 单元测试艺术 第2版 (英文版) [Manning Publications] The Art of Unit Testing with examples in C# 2nd Edition (E-Book) ☆ 图书概要:☆ The Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy. You'll master the foundational ideas and quickly move to high-value subjects like mocks, stubs, and isolation, including frameworks such as Moq, FakeItEasy, and Typemock Isolator. You'll explore test patterns and organization, working with legacy code, and even "untestable" code. Along the way, you'll learn about integration testing and techniques and tools for testing databases and other technologies. ☆ 出版信息:☆ [作者信息] Roy Osherove [出版机构] Manning Publications [出版日期] 2013年12月04日 [图书页数] 296页 [图书语言] 英语 [图书格式] PDF 格式
2021-07-27 09:27:33 11.44MB .Net Unit Testing
1
Cisco.-.Enterprise.Network.Testing.2011 思科企业网络测试
2021-07-25 22:47:06 24.91MB cisco enterprise network testing
1
美化 HTML 的 Jest 快照序列化程序。 使用此 Jest 序列化程序时,它会将任何以“<”开头的字符串转换为快照中缩进良好的 HTML。 此序列化程序基于 ,这是一种固执的 HTML 格式化程序,可在快照测试失败的情况下简化差异的可读性。 安装 添加包作为开发依赖项: # With npm npm install --save-dev jest-serializer-html # With yarn yarn add --dev jest-serializer-html 更新 package.json 以: " jest " : { " snapshotSerializers " : [ " jest-serializer-html " ] } 香草 JS 示例 test ( 'should beautify HTML' , ( ) => { expect
2021-07-24 20:07:22 33KB html unit-testing vuejs vue
1
光学车间检测,第三版,英文原版,共883页
2021-07-24 11:33:19 12.18MB 光学
1
Java单元测试核心技能,工作这么多年了,推荐给大家一起学习提高。
2021-07-19 17:44:02 2.63MB Java Mockito Unittest TDD
1