Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
Tempfile /
[ HOME SHELL ]
Name
Size
Permission
Action
cdesc-Tempfile.yaml
914
B
-rw-r--r--
close%21-i.yaml
233
B
-rw-r--r--
close-i.yaml
443
B
-rw-r--r--
delete-i.yaml
224
B
-rw-r--r--
length-i.yaml
222
B
-rw-r--r--
make_tmpname-i.yaml
192
B
-rw-r--r--
new-c.yaml
978
B
-rw-r--r--
open-c.yaml
490
B
-rw-r--r--
open-i.yaml
252
B
-rw-r--r--
path-i.yaml
250
B
-rw-r--r--
size-i.yaml
354
B
-rw-r--r--
unlink-i.yaml
445
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : new-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Creates a temporary file of mode 0600 in the temporary directory, opens it with mode "w+", and returns a Tempfile object which represents the created temporary file. A Tempfile object can be treated just like a normal File object. - !ruby/struct:SM::Flow::P body: The basename parameter is used to determine the name of a temporary file. If an Array is given, the first element is used as prefix string and the second as suffix string, respectively. Otherwise it is treated as prefix string. - !ruby/struct:SM::Flow::P body: If tmpdir is omitted, the temporary directory is determined by Dir::tmpdir provided by 'tmpdir.rb'. When $SAFE > 0 and the given tmpdir is tainted, it uses /tmp. (Note that ENV values are tainted by default) full_name: Tempfile::new is_singleton: true name: new params: (basename, tmpdir=Dir::tmpdir) visibility: public
Close