码迷,mamicode.com
首页 >  
搜索关键字:exploratory testing    ( 1050个结果
go语言设计模式之Concurrency future
future.go future_test.go ...
分类:编程语言   时间:2019-11-24 11:47:24    阅读次数:57
学习go语言第二天-变量、常量
编写测试程序 源码文件以_test结尾;例如:xxx_test.go 测试方法名以Test开头;例如:func TestXXXXX(t *testing.T){} 实现斐波那且数列 package fib import ( "fmt" "testing" ) func TestFibList(t * ...
分类:编程语言   时间:2019-11-16 19:48:09    阅读次数:101
Ethical Hacking - NETWORK PENETRATION TESTING(9)
WEP Cracking Packet Injection What if the AP was idle, or had no clients associated with it? In this case, we have to inject packets into the traffic ...
分类:Web程序   时间:2019-11-15 00:07:53    阅读次数:94
Ethical Hacking - NETWORK PENETRATION TESTING(8)
WEP Cracking Basic case Run airdump-ng to log all traffic from the target network. At the same time, we shall use aircrack-ng to try and crack the key ...
分类:Web程序   时间:2019-11-12 01:18:40    阅读次数:99
Ethical Hacking - NETWORK PENETRATION TESTING(6)
Creating a fake access point (honeypot) Fake access points can be handy in many scenarios, one example is creating an open AP, this will attract a lot ...
分类:Web程序   时间:2019-11-10 13:55:53    阅读次数:97
Ethical Hacking - NETWORK PENETRATION TESTING(5)
Deauthentication Attacks Theory This attack is used to disconnect any device from any network within our range even if the network is protected with a ...
分类:Web程序   时间:2019-11-09 19:44:15    阅读次数:80
Ethical Hacking - NETWORK PENETRATION TESTING(4)
Targeted packet sniffing Now all the data will be stored in the file name specified after the -write option. We can analyze this data using Wireshark. ...
分类:Web程序   时间:2019-11-09 19:41:17    阅读次数:107
Ethical Hacking - NETWORK PENETRATION TESTING(3)
Change MAC Address using macchanger. ...
分类:Web程序   时间:2019-11-09 17:16:57    阅读次数:97
GoCN每日新闻(2019-11-06)
GoCN每日新闻(2019-11-06) GoCN每日新闻(2019-11-06) GoCN每日新闻(2019-11-06)1. 使用构建标签分离你的测试文件 https://mickey.dev/posts/go-build-tags-testing/2. 使用 Go 添加 Nginx 代理 ht ...
分类:其他好文   时间:2019-11-07 16:24:40    阅读次数:87
软件测试面试题
软件的生命周期(prdctrm) 计划阶段(planning)-〉需求分析(requirement)-〉设计阶段(design)-〉编码(coding)->测试(testing)->运行与维护(running maintrnacne) 测试用例 用例编号 测试项目 测试标题 重要级别 预置条件 输入 ...
分类:其他好文   时间:2019-11-06 16:59:26    阅读次数:75
1050条   上一页 1 ... 17 18 19 20 21 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!