- 博客(5)
- 收藏
- 关注
原创 CTFshow php特性
web135<?php/*# -*- coding: utf-8 -*-# @Author: Firebasky# @Date: 2020-10-13 11:25:09# @Last Modified by: h1xa# @Last Modified time: 2020-10-16 18:48:03*/error_reporting(0);highlight_file(__FILE__);//flag.phpif($F = @$_GET['F']){ ...
2022-04-29 12:43:13 579
原创 linux呈现数据
标准的文件描述符文件描述符 缩写 描述 0 STDIN 标准输入 1 STDOUT 标准输出 2 STDEER 标准错误 STDOUT文件的标准输出 在终端页面上,标准输出是终端显示器输出重定向[zhidaobu@localhost test]$ ls -l > 1.txt[zhidaobu@localhost test]$ cat
2021-10-29 21:52:59 110
原创 2021-10-24
mysql> create table S (sno char(4) primary key, sname char(4), status int, citychar(4));Query OK, 0 rows affected (0.01 sec)mysql> describe S;+--------+---------+------+-----+---------+-------+| Field | Type | Null | Key | Default | Extra |.
2021-10-27 22:45:14 87
原创 Linux命令
ls -F轻松区分文件和目录ls -a把隐藏文件和普通文件目录一起显示起来ls -R列出当前目录下包含的子目录中的文件ls -l显示长列表过滤输出列表:在中间加问号 ? 代表一个字符 * 可以代表多个字符[zhidaobu@192 test]$ ls1.txt text3[zhidaobu@192 test]$ ls -l tex?3-rw-rw-r--. 1 zhidaobu zhidaobu 0 9月 26 11:22 text3[zhidaobu@19...
2021-09-28 11:13:57 88
原创 SQL注入之如何绕过and,union,where,limit过滤绕过
当and被过滤时我们可以使用&&进行替换mysql> select * from fristtb where id= 1 and sex=0x01;+----+------------+---------------------+| id | sex | birthday |+----+------------+---------------------+| 1 | 0x01 | 2001-01-20 00:00:00 |
2021-09-11 18:09:12 2594
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人