Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 198.54.116.248 & Your IP : 216.73.216.104
Domains :
Cant Read [ /etc/named.conf ]
User : tailxcij
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--
2026-01-27 16:00
file.rb
2.24
KB
-rw-r--r--
2026-01-27 16:00
ftp.rb
7.04
KB
-rw-r--r--
2026-01-27 16:00
generic.rb
37.5
KB
-rw-r--r--
2026-01-27 16:00
http.rb
3.62
KB
-rw-r--r--
2026-01-27 16:00
https.rb
558
B
-rw-r--r--
2026-01-27 16:00
ldap.rb
5.78
KB
-rw-r--r--
2026-01-27 16:00
ldaps.rb
511
B
-rw-r--r--
2026-01-27 16:00
mailto.rb
7.83
KB
-rw-r--r--
2026-01-27 16:00
rfc2396_parser.rb
17.29
KB
-rw-r--r--
2026-01-27 16:00
rfc3986_parser.rb
6.01
KB
-rw-r--r--
2026-01-27 16:00
version.rb
150
B
-rw-r--r--
2026-01-27 16:00
ws.rb
2.24
KB
-rw-r--r--
2026-01-27 16:00
wss.rb
531
B
-rw-r--r--
2026-01-27 16:00
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