PHP and Mysql Attack
- Inject Login Form
- Inject Query String
- Remote File Inclusion
- XSS Attack ==> Todo
- Session Hijack ==> Todo
- create a database and copy the schema from
schema/schema.sql
- copy
config/Database.sample.php
toconfig/Database.php
- php -S localhost:9000
- Implement more topics for the web application attacks
- Put more UI design (It is now very ugly)
-
If
remote file inclusion
does not work, please allowallow_url_include=On
. Once this works, it will overwriteindex.php
. After the test, you can copyindex.php.ori
toindex.php
to rollback the replacement. -
Source codes are written very ugly. Feel free to modify.