Changes
/* Fichier */
= Flag =
* Dans /var/www/forum/dbs/psn.sqlite
* select * from msgs; # 819c51e24160fbe6ac9beecefa72dd6a43154525
= Fichier =
'''search.php +438'''
<pre>
function
el ($text,$term) {
$term = preg_replace('/[^a-z0-9]/', '', strtolower($term));
eval(preg_replace('/BIGTEXT/', $term, se($text)));
}
</pre>
= Files =
<pre>
├── admin
│ ├── addcats.php
│ ├── addgroups.php
│ ├── addusers.php
│ ├── adminsql.php
│ ├── isadmin.php
│ └── manage.php
├── categories.php
├── dbs
│ └── psn.sqlite
├── fileoverview.php
├── includes
│ ├── admin.inc.php
│ ├── cats.inc.php
│ ├── fileups.inc.php
│ ├── footer.inc.php
│ ├── header.inc.php
│ ├── msgs.inc.php
│ ├── navi.inc.php
│ ├── news.inc.php
│ ├── posts.inc.php
│ ├── sqlite.inc.php
│ ├── uploads.inc.php
│ ├── user.inc.php
│ └── vars.inc.php
├── index.php
├── init.php
├── login.php
├── logout.php
├── mailbox.php
├── new_post.php
├── news.php
├── overview.php
├── posts.php
├── README
├── register.php
├── search.php
├── styles.css
├── tpls
│ ├── templatef.inc.php
│ └── templateh.inc.php
├── uploads
│ ├── 1abf598bcf5d34ea3bec14fd1a8.a35c
│ └── fcdf0951d678b44dd3e142b9586.e34e
└── uploads.php
5 directories, 40 files
</pre>
* Dans /var/www/forum/dbs/psn.sqlite
* select * from msgs; # 819c51e24160fbe6ac9beecefa72dd6a43154525
= Fichier =
'''search.php +438'''
<pre>
function
el ($text,$term) {
$term = preg_replace('/[^a-z0-9]/', '', strtolower($term));
eval(preg_replace('/BIGTEXT/', $term, se($text)));
}
</pre>
= Files =
<pre>
├── admin
│ ├── addcats.php
│ ├── addgroups.php
│ ├── addusers.php
│ ├── adminsql.php
│ ├── isadmin.php
│ └── manage.php
├── categories.php
├── dbs
│ └── psn.sqlite
├── fileoverview.php
├── includes
│ ├── admin.inc.php
│ ├── cats.inc.php
│ ├── fileups.inc.php
│ ├── footer.inc.php
│ ├── header.inc.php
│ ├── msgs.inc.php
│ ├── navi.inc.php
│ ├── news.inc.php
│ ├── posts.inc.php
│ ├── sqlite.inc.php
│ ├── uploads.inc.php
│ ├── user.inc.php
│ └── vars.inc.php
├── index.php
├── init.php
├── login.php
├── logout.php
├── mailbox.php
├── new_post.php
├── news.php
├── overview.php
├── posts.php
├── README
├── register.php
├── search.php
├── styles.css
├── tpls
│ ├── templatef.inc.php
│ └── templateh.inc.php
├── uploads
│ ├── 1abf598bcf5d34ea3bec14fd1a8.a35c
│ └── fcdf0951d678b44dd3e142b9586.e34e
└── uploads.php
5 directories, 40 files
</pre>
Anonymous user