仅供个人娱乐 靶机信息 靶机下载地址:https://www.vulnhub.com/entry/sickos-12,144/一、主机发现 arp-scan -l 二、端口扫描 1. masscan --rate=10000 -p0-65535 192.168.181.133 三、端口服务识别 nm ...
分类:
其他好文 时间:
2020-05-07 19:29:39
阅读次数:
106
grep "fail" -i /var/log/messages |wc -lgrep "fail" -i /var/log/messagesgrep "Call" -i /var/log/messages |wc -lgrep "Call" -i /var/log/messagesgrep "fa ...
分类:
其他好文 时间:
2020-05-07 19:27:30
阅读次数:
114
items.py class LianhezaobaospyderItem(scrapy.Item): # define the fields for your item here like: # name = scrapy.Field() # pass body=scrapy.Field() li ...
分类:
编程语言 时间:
2020-05-07 18:11:01
阅读次数:
96
1. safari input框type["password"] type["text"] 聚焦后右侧出现图标 ...
分类:
Web程序 时间:
2020-05-07 13:49:11
阅读次数:
74
原理 服务端后台存在类似的代码 SELECT * FROM accounts WHERE username='admin' and password = 'password' 后端如果没做校验处理,username 和 password 值从前端传进来直接执行sql语句,就存在可以构造恶意代码。 如 ...
分类:
数据库 时间:
2020-05-07 13:26:54
阅读次数:
118
去mysql安装下的my.ini文件,右键记事本打开,然后找到 [mysqld] ,在[mysqld]后面添加一行 skip-grant-tables 然后保存然后重启mysqlnet stop mysqlnet start mysql ...
分类:
数据库 时间:
2020-05-06 23:14:09
阅读次数:
122
去年就听说了 Cyanogenmod 出现困难的局面情况,接着在年底 Cyanogen 发布了一个震撼级别的消息:Cyanogen 将在年底停止服务(原地址)。这种消息还是很劲爆的了,毕竟 Cyanogenmod 是一个有很久历史的 Android 第三方系统。在停止服务后原团队成员开始筹划下一步的 ...
分类:
移动开发 时间:
2020-05-06 18:17:34
阅读次数:
348
1、__init__(): 所有类的超类object,有一个默认包含pass的__init__()实现,这个函数会在对象初始化的时候调用,我们可以选择实现,也可以选择不实现,一般建议是实现的,不实现对象属性就不会被初始化,虽然我们仍然可以对其进行赋值,但是它已经成了隐式的了,编程时显示远比隐式的更好 ...
分类:
编程语言 时间:
2020-05-06 14:21:29
阅读次数:
69
1. docker build 时加上加上参数--build-arg https_proxy=http://user:password@proxy-server-ip:port (根据自身情况填充user, pasword, proxy-server-ip, port) $ docker build ...
分类:
其他好文 时间:
2020-05-06 14:20:01
阅读次数:
105
源码 include include include include struct data { char name[64]; }; struct fp { int ( fp)(); }; void winner() { printf("level passed\n"); } void nowinn ...
分类:
其他好文 时间:
2020-05-06 13:38:27
阅读次数:
61