Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Net /
Telnet /
Delete
Unzip
Name
Size
Permission
Date
Action
binmode%3d-i.ri
248
B
-rw-r--r--
2023-07-26 17:26
binmode-i.ri
333
B
-rw-r--r--
2023-07-26 17:26
cdesc-Telnet.ri
4.18
KB
-rw-r--r--
2023-07-26 17:26
close-i.ri
210
B
-rw-r--r--
2023-07-26 17:26
cmd-i.ri
1.68
KB
-rw-r--r--
2023-07-26 17:26
login-i.ri
1.37
KB
-rw-r--r--
2023-07-26 17:26
new-c.ri
5.62
KB
-rw-r--r--
2023-07-26 17:26
preprocess-i.ri
545
B
-rw-r--r--
2023-07-26 17:26
print-i.ri
502
B
-rw-r--r--
2023-07-26 17:26
puts-i.ri
316
B
-rw-r--r--
2023-07-26 17:26
sock-i.ri
357
B
-rw-r--r--
2023-07-26 17:26
telnetmode%3d-i.ri
394
B
-rw-r--r--
2023-07-26 17:26
telnetmode-i.ri
480
B
-rw-r--r--
2023-07-26 17:26
waitfor-i.ri
2.43
KB
-rw-r--r--
2023-07-26 17:26
write-i.ri
381
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" login:EFI"Net::Telnet#login;FF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I":Login to the host with a given username and password.;To:RDoc::Markup::BlankLine o; ; [I"CThe username and password can either be provided as two string;TI"?arguments in that order, or as a hash with keys "Name" and;TI""Password".;T@o; ; [ I"FThis method looks for the strings "login" and "Password" from the;TI"Fhost to determine when to send the username and password. If the;TI"Clogin sequence does not follow this pattern (for instance, you;TI"Bare connecting to a service other than telnet), you will need;TI"to handle login yourself.;T@o; ; [ I"0The password can be omitted, either by only;TI"Fprovided one String argument, which will be used as the username,;TI"Eor by providing a has that has no "Password" key. In this case,;TI"Bthe method will not look for the "Password:" prompt; if it is;TI"8sent, it will have to be dealt with by later calls.;T@o; ; [ I"GThe method returns all data received during the login process from;TI"Hthe host, including the echoed username but not the password (which;TI"Gthe host should not echo). If a block is passed in, this received;TI"9data is also yielded to the block as it is received.;T: @file00I" recvdata;F[ I"(options, password = nil);TI"lib/net/telnet.rb;T