题目描述: 小宁写了个ping功能,但没有写waf,X老师告诉她这是非常危险的,你知道为什么吗。 考察内容: OS注入,命令执行 解答: ping 8.8.8.8; ifconfig // 可以执行ifconfig系统命令 ping 8.8.8.8; find / -iname "*flag*" / ...
分类:
Web程序 时间:
2021-02-26 13:17:30
阅读次数:
0
1.使用spy++,安装vs c++核心功能才会有,在以下路径 C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools 2.点击工具栏 查找窗口,拖动放到要查找的程序上,点击确定 3. 点击确定 4. ...
文件夹数据库处理逻辑 public class DbFolder { JSONObject root; public DbFolder() { this.root = new JSONObject(); this.root.put("f_id", ""); this.root.put("f_name ...
分类:
Web程序 时间:
2021-02-25 11:55:52
阅读次数:
0
This article is the continuation of our ongoing series about Linux Top Tools, in this series we will introduce you most famous open source tools for L ...
分类:
系统相关 时间:
2021-02-24 13:22:40
阅读次数:
0
前言: ? 函数和别名乍一看很相似,不过两者在行为上还是略有不同。最大的差异在于函数参数可以在函数体中任意位置上使用,而别名只能将参数放在命令尾部; ? 函数的定义包括function命令、函数名、开/闭括号以及包含在一对花括号中的函数体; 1.函数的定义: function fname() { s ...
分类:
其他好文 时间:
2021-02-24 13:00:48
阅读次数:
0
using System; namespace leecode1 { class Program { static void Main(string[] args) { string outString= string.Empty; string s1 = "abc"; string s2 = "p ...
分类:
其他好文 时间:
2021-02-24 12:48:10
阅读次数:
0
playbook部署lamp 环境 主机IP |需要安装的服务 |name -|-|- 192.168.23.132 |ansible |ansible 192.168.23.133 |httpd |httpd 192.168.23.134 |mysql |mysql 192.168.23.135 ...
分类:
其他好文 时间:
2021-02-23 14:38:08
阅读次数:
0
主要是这两个sql start_log(利用get_json_object函数): insert overwrite table "$app".dwd_start_log PARTITION (dt='$do_date') select get_json_object(line,'$.mid') m ...
分类:
数据库 时间:
2021-02-23 14:36:54
阅读次数:
0
在一台新机器上安装 openssh-clients yum install -y openssh-clients-7.4p1-21.el7.x86_64 使用scp 远程传输文件,出现bash: scp: command not found报错 因为远程机器没有openssh-client,所以导致 ...
分类:
其他好文 时间:
2021-02-23 14:31:28
阅读次数:
0
给定 N,求有多少 a,b,c 满足 $a \le b \le c \le n, a^2 + b^2 = c^2, a^2 - b = c$ ...
分类:
其他好文 时间:
2021-02-23 14:31:13
阅读次数:
0