Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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 /
local /
go /
misc /
ios /
[ HOME SHELL ]
Name
Size
Permission
Action
README
2.26
KB
-rw-r--r--
clangwrap.sh
630
B
-rwxr-xr-x
detect.go
3.22
KB
-rw-r--r--
go_darwin_arm_exec.go
21.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : clangwrap.sh
#!/bin/sh # This uses the latest available iOS SDK, which is recommended. # To select a specific SDK, run 'xcodebuild -showsdks' # to see the available SDKs and replace iphoneos with one of them. SDK=iphoneos SDK_PATH=`xcrun --sdk $SDK --show-sdk-path` export IPHONEOS_DEPLOYMENT_TARGET=5.1 # cmd/cgo doesn't support llvm-gcc-4.2, so we have to use clang. CLANG=`xcrun --sdk $SDK --find clang` if [ "$GOARCH" == "arm" ]; then CLANGARCH="armv7" elif [ "$GOARCH" == "arm64" ]; then CLANGARCH="arm64" else echo "unknown GOARCH=$GOARCH" >&2 exit 1 fi exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=10.0 "$@"
Close