11 2017 档案

摘要:from:http://www.jianshu.com/p/fef2d215b91d 阅读全文
posted @ 2017-11-08 00:11 ka1n4t 阅读(159) 评论(0) 推荐(0) 编辑
摘要:题目名称:因缺思汀的绕过 题目地址:http://www.shiyanbar.com/ctf/1940 1、with rollup: with rollup关键字会在所有记录的最后加上一条记录,该记录是上面所有记录的总和。 2、group_concat(): group by与group_conca 阅读全文
posted @ 2017-11-07 17:24 ka1n4t 阅读(1328) 评论(0) 推荐(0) 编辑
摘要:####修改IP地址 1 编辑文件 nano /etc/network/interfaces 2 在选择静态IP或DHCP,编辑文件内容并保存退出 (1)静态IP: #Loop回环地址 auto lo iface lo inet loopback #将网卡eth0设置为静态IP auto eth0 阅读全文
posted @ 2017-11-03 21:14 ka1n4t 阅读(30005) 评论(1) 推荐(0) 编辑
摘要:python中 getopt 模块,该模块是专门用来处理命令行参数的 函数getopt(args, shortopts, longopts = []) 参数args一般是sys.argv[1:],shortopts 短格式 (-), longopts 长格式(--) 命令行中输入: # python 阅读全文
posted @ 2017-11-01 23:23 ka1n4t 阅读(315) 评论(0) 推荐(0) 编辑
摘要:先看一段代码 #!/usr/bin/env python3 from socket import * serverName = "10.10.10.132" serverPort = 80 clientSocket = socket(AF_INET, SOCK_STREAM) clientSocke 阅读全文
posted @ 2017-11-01 22:18 ka1n4t 阅读(590) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示