Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
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 : login-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: recvdata comment: - !ruby/struct:SM::Flow::P body: Login to the host with a given username and password. - !ruby/struct:SM::Flow::P body: The username and password can either be provided as two string arguments in that order, or as a hash with keys "Name" and "Password". - !ruby/struct:SM::Flow::P body: This method looks for the strings "login" and "Password" from the host to determine when to send the username and password. If the login sequence does not follow this pattern (for instance, you are connecting to a service other than telnet), you will need to handle login yourself. - !ruby/struct:SM::Flow::P body: The password can be omitted, either by only provided one String argument, which will be used as the username, or by providing a has that has no "Password" key. In this case, the method will not look for the "Password:" prompt; if it is sent, it will have to be dealt with by later calls. - !ruby/struct:SM::Flow::P body: The method returns all data received during the login process from the host, including the echoed username but not the password (which the host should not echo). If a block is passed in, this received data is also yielded to the block as it is received. full_name: Net::Telnet#login is_singleton: false name: login params: (options, password = nil) {|recvdata| ...} visibility: public
Close