上一页 1 ··· 14 15 16 17 18

2017年10月23日

摘要: 仅作安全研究package mainimport ( "os/exec" "go-pop3" "log" "strings" "net" // "fmt" "syscall" "bufio" "time")//反弹... 阅读全文

posted @ 2017-10-23 18:53 #大囚长# 阅读(290) 评论(0) 推荐(0)

摘要: 利用golang的并发优势快速扫描端口Scanner startIp [endIp] port threadpackage main import ( "flag" "fmt" "net" "os" "strconv" "stri... 阅读全文

posted @ 2017-10-23 17:41 #大囚长# 阅读(573) 评论(0) 推荐(0)

2017年10月18日

摘要: Windows IPSEC监控,使用C#编写,输出为一行字符串,可以按照既有IPSEC规则生成模板using System;using System.Diagnostics;using System.IO;using System.Text;namespace Win... 阅读全文

posted @ 2017-10-18 13:52 #大囚长# 阅读(222) 评论(0) 推荐(0)

2017年10月17日

摘要: AndroidManifest.xml MainActivity.javapa... 阅读全文

posted @ 2017-10-17 15:01 #大囚长# 阅读(242) 评论(0) 推荐(0)

摘要: 常用代码片段//1.拨打电话// 给移动客服10086拨打电话Uri uri = Uri.parse("tel:10086");Intent intent = new Intent(Intent.ACTION_DIAL, uri);startActivity(inte... 阅读全文

posted @ 2017-10-17 12:05 #大囚长# 阅读(168) 评论(0) 推荐(0)

2017年9月6日

摘要: 环境: Ubuntu14.04,apache2.4.7, openssl1.0.1f安装apache2apt-get install apache2 -y一般openssl默认已经安装开启apache的ssl模块和ssl站点a2enmod ssla2ensite d... 阅读全文

posted @ 2017-09-06 13:53 #大囚长# 阅读(1416) 评论(0) 推荐(0)

上一页 1 ··· 14 15 16 17 18