I used to sovle questions by spilt it into very basic parts. But sometimes it is hard to rebuild the "wheel" or just not convenient to do so. Not only ...
分类:
其他好文 时间:
2020-05-01 16:37:11
阅读次数:
63
配置参数 flask中的配置文件是一个flask.config.Config对象(继承字典),默认配置为: { 'DEBUG': get_debug_flag(default=False), 是否开启Debug模式 'TESTING': False, 是否开启测试模式 'PROPAGATE_EXCE ...
分类:
其他好文 时间:
2020-05-01 15:03:22
阅读次数:
53
--start with ... connect by prior --case1 select * from org o --excute order=>first:start with connect by prior, then where condition where o.flag = ' ...
分类:
数据库 时间:
2020-05-01 10:30:14
阅读次数:
86
标志寄存器 CPU内部有一种特殊的寄存器名为标志寄存器,它有以下几种作用: 1、存储相关指令的某些执行结果 2、为CPU执行相关指令提供行为依据 3、控制CPU的相关工作方式 8080CPU中的标志寄存器是flag,它有16位,其中存储的信息通常被称为程序状态字PSW,这种寄存器的每一位都有含义,它 ...
分类:
其他好文 时间:
2020-04-30 23:34:26
阅读次数:
137
1、ping 127.0.0.1 可以 127.0.0.1 | ls 返回的是啥??? 127.0.0.1|ls ls是可以执行的,就是把空格给过滤了 读flag.php及index.php,空格绕过一般是: 、`${IFS} $IFS$一位数字` 但是这里试了 才行 但是flag.php读不了,读 ...
分类:
其他好文 时间:
2020-04-30 23:11:58
阅读次数:
441
X86 CPU对中断的硬件支持 中断控制器的功能:把设备的中断信号,转换为CPU能够明白的中断向量。 中断(interrupt)、陷阱(trap)、异常(exception) 中断向量表中的项为门(gate),中断发生时,必须先通过这些门,才能进入相应的服务程序。 通过中断门进入中断服务时,会将CP ...
分类:
其他好文 时间:
2020-04-30 17:43:08
阅读次数:
75
原始语句: INSERT INTO mail_send ( createTime, updateTime, flag, accountId, messageID, sender, senderName, fromer, replyTo, toer, ccer, bccer, SUBJECT, tex ...
分类:
其他好文 时间:
2020-04-30 15:34:27
阅读次数:
64
1.Training-Stegano-1 HxD打开,得到flag 2.wireshark-1 用Wireshark打开之后,先查找其中的HTTP 在一处HTTP中找到了网站的信息 在keyword一行追踪TCP流,发现flag ...
分类:
其他好文 时间:
2020-04-30 15:21:03
阅读次数:
712
[BJDCTF2020]Cookie is so stable 进入环境后看到有hint,点击之后查看源代码 提示我们cookie有线索 flag页面是: 需要输入一个username,或许这道题目是cookie伪造,随便输入一个username 输入的结果显示在了页面上,很容易能想到注入,抓包 c ...
分类:
其他好文 时间:
2020-04-29 14:33:01
阅读次数:
103
<template> <div> <div> <div class="switch-panel" @click="isflag" :class="{'switch-left': flag,'switch-right': !flag}"> <span class="switch-ico"></span ...
分类:
其他好文 时间:
2020-04-28 22:47:27
阅读次数:
138