ヤミRoot VoidGate
User / IP
:
216.73.216.81
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
vendor
/
twilio
/
sdk
/
example
/
Viewing: twiML.php
<?php require(__DIR__ . '/../vendor/autoload.php'); use Twilio\TwiML\VoiceResponse; // TwiML Say and Play $say = new \Twilio\TwiML\Voice\Say('Hello World!', [ 'voice' => 'woman' ]); $play = new \Twilio\TwiML\Voice\Play("https://api.twilio.com/cowbell.mp3", [ 'loop' => 5 ]); $twiml = new VoiceResponse(); $twiml->append($say); $twiml->append($play); print("TwiML Say and Play: \n{$twiml->asXML()}\n"); // Gather, Redirect $twimlResponse = new VoiceResponse(); $gather = $twimlResponse->gather(); $gather->setNumDigits(10); $gather->say("Press 1"); $twimlResponse->redirect("https://example.com"); print("TwiML Gather and Redirect: \n{$twimlResponse->asXML()}\n"); // Dial $twimlResponse = new VoiceResponse(); // A valid phone number formatted with a '+' and a country code (e.g., +16175551212) $callerID = '+XXXXXXXX'; $dial = $twimlResponse->dial('', [ 'callerId' => $callerID, 'action' => 'https:///example.com', 'hangupOnStar' => true, ]); $dial->conference("My Room", ["beep" => "true"]); print("TwiML Dial: \n{$twimlResponse->asXML()}\n");
Coded With 💗 by
0x6ick