future.go future_test.go ...
分类:
编程语言 时间:
2019-11-24 11:47:24
阅读次数:
57
编写测试程序 源码文件以_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
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
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
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
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
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
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)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