码迷,mamicode.com
首页 >  
搜索关键字:save your cat    ( 40251个结果
buu-Ping Ping Ping
打开题目,是一道rce 先随便测试一下 可以正常请求了 用管道符拼接下,执行ls命令 直接发现了flag.php 二话不说,直接cat 显然空格被过滤了,果然没这么简单 空格被过滤的话有几种解决方法 $IFS ${IFS} $IFS$1 < <> 重新构造payload:ip=127.0.0.1;c ...
分类:其他好文   时间:2021-06-03 18:12:44    阅读次数:0
【Linux 命令】cat 查看系统信息
操作系统 $ cat /proc/version CPU $ cat /proc/cpuinfo | grep "model name" 按照model name 对结果进行筛选 内存 $ cat /proc/meminfo 各分区的使用情况 $ df -h 内存区和交换区的使用情况 $ free ...
分类:系统相关   时间:2021-06-03 17:52:10    阅读次数:0
ubuntu搭建DNS服务器
1.安装bind9 sudo apt install bind9 2.配置/etc/bind/named.conf.options文件 sudo nano /etc/bind/named.conf.options 内容如下: // cat /etc/bind/named.conf.options o ...
分类:系统相关   时间:2021-06-02 20:57:29    阅读次数:0
程序打开一个文本文件,文件中添加内容文字
1、主体代码 #region [ 启动记事本 ] System.Diagnostics.Process Proc; try { // 启动记事本 Proc = new System.Diagnostics.Process(); Proc.StartInfo.FileName = "notepad.e ...
分类:其他好文   时间:2021-06-02 20:53:03    阅读次数:0
裁剪PNG图片透明部分
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-06-02 20:39:46    阅读次数:0
插着USB mic开机时,系统没有声音问题
Platform: RockchipOS: Android 7.1.2Kernel: 4.4 1.问题描述:当插上USB mic录音设备开机时,系统没有声音。开机后再接上USB mic,此时声音就正常。 2.问题分析: 接着usb mic开机时,MT100:/ # cat /proc/asound/ ...
分类:其他好文   时间:2021-06-02 20:30:25    阅读次数:0
SpringBoot项目取消静态文件访问限制
spring: #thymeleaf thymeleaf: cache: false prefix: classpath:/templates/ check-template-location: true suffix: .html encoding: utf-8 mode: HTML #这个是关键 ...
分类:编程语言   时间:2021-06-02 19:47:35    阅读次数:0
私人书信
My Dear Friend, Congratulations on your graduation from college! I am glad to hear that you plan on starting your career in China, and I would like to ...
分类:其他好文   时间:2021-06-02 19:29:05    阅读次数:0
计应191西 曲明明 第三组
using system;using system.collections.generic;using system.linq;using system.text;using system.threading.tasks;namespace consoleapplication3{ class pr ...
分类:其他好文   时间:2021-06-02 19:26:59    阅读次数:0
redis 主从复制 及 集群
主从复制 Redis 的主从、哨兵架构:https://www.cnblogs.com/yufeng218/p/13443058.html 从 redis 5.0.0 开始 salveof 命令 由 replicaof 命令替换 如果在配置文件中 配置了 replicaof,如下: replicao ...
分类:其他好文   时间:2021-06-02 19:02:34    阅读次数:0
40251条   上一页 1 ... 13 14 15 16 17 ... 4026 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!