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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby21 /
lib64 /
ruby /
2.1.0 /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
36.01
KB
-rw-r--r--
2013-12-14 02:52
ftp.rb
6.76
KB
-rw-r--r--
2013-04-09 04:59
generic.rb
38.18
KB
-rw-r--r--
2015-03-09 16:30
http.rb
2.79
KB
-rw-r--r--
2016-03-29 16:39
https.rb
581
B
-rw-r--r--
2011-05-14 00:33
ldap.rb
5.74
KB
-rw-r--r--
2011-05-14 00:33
ldaps.rb
470
B
-rw-r--r--
2011-05-14 00:33
mailto.rb
7.05
KB
-rw-r--r--
2012-01-23 11:42
Save
Rename
# = uri/https.rb # # Author:: Akira Yamada <akira@ruby-lang.org> # License:: You can redistribute it and/or modify it under the same term as Ruby. # Revision:: $Id: https.rb 31555 2011-05-13 20:03:21Z drbrain $ # # See URI for general documentation # require 'uri/http' module URI # The default port for HTTPS URIs is 443, and the scheme is 'https:' rather # than 'http:'. Other than that, HTTPS URIs are identical to HTTP URIs; # see URI::HTTP. class HTTPS < HTTP # A Default port of 443 for URI::HTTPS DEFAULT_PORT = 443 end @@schemes['HTTPS'] = HTTPS end