webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
TwiML
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Fax
--
ren
Messaging
--
ren
Video
--
ren
Voice
--
ren
FaxResponse.php
0.569KB
edt
ren
GenericNode.php
0.448KB
edt
ren
MessagingResponse.php
0.986KB
edt
ren
TwiML.php
3.455KB
edt
ren
VoiceResponse.php
5.604KB
edt
ren
<?php namespace Twilio\TwiML; class GenericNode extends TwiML { /** * GenericNode constructor. * * @param string $name XML element name * @param string $value XML value * @param array $attributes XML attributes */ public function __construct(string $name, ?string $value, array $attributes) { parent::__construct($name, $value, $attributes); $this->name = $name; $this->value = $value; } }