reber0 / range

自己基于 PHP 写的一些漏洞环境

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtest

自己写的一些漏洞环境

导入数据库

➜  ~ mysql -uroot -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.5.42 Source distribution

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> source /Users/reber/rtest/rtest.sql
Query OK, 0 rows affected (0.00 sec)

Query OK, 0 rows affected (0.00 sec)

其他

xss挑战可以参考这个http://v.secevery.com/course/47/tasks

About

自己基于 PHP 写的一些漏洞环境


Languages

Language:PHP 72.6%Language:HTML 23.6%Language:Hack 3.2%Language:JavaScript 0.4%Language:CSS 0.3%