webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
aminiwrc
/
public_html11
/
wp-content
/
plugins
/
speedycache
/
lib
/
PathConverter
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Converter.php
5.655KB
edt
ren
ConverterInterface.php
0.516KB
edt
ren
LICENSE
1.034KB
edt
ren
NoConverter.php
0.427KB
edt
ren
composer.json
0.915KB
edt
ren
ruleset.xml
0.197KB
edt
ren
<?php namespace SpeedyCache\lib\PathConverter; /** * Don't convert paths. * * Please report bugs on https://github.com/matthiasmullie/path-converter/issues * * @author Matthias Mullie <pathconverter@mullie.eu> * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved * @license MIT License */ class NoConverter implements ConverterInterface { public function convert($path) { return $path; } }
<=Back
Liking