Help
RSS
API
Feed
Maltego
Contact
Domain > getsubstrate.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-17
35.242.240.5
(
ClassC
)
Port 443
HTTP/1.1 200 OKAccept-Ranges: bytesAccess-Control-Allow-Origin: *Cache-Control: max-age300Content-Security-Policy: default-src none; style-src unsafe-inline; sandboxContent-Type: text/plain; charsetut #!/bin/bash# Copyright 2015-2020 Parity Technologies (UK) Ltd.if $OSTYPE linux-gnu ; then set -e if $(whoami) root ; then MAKE_ME_ROOT else MAKE_ME_ROOTsudo fi if -f /etc/redhat-release ; then echo Redhat Linux detected. $MAKE_ME_ROOT yum update -y $MAKE_ME_ROOT yum groupinstall -y Development Tools $MAKE_ME_ROOT yum install -y cmake openssl-devel git protobuf protobuf-compiler clang clang-devel elif -f /etc/SuSE-release ; then echo Suse Linux detected. echo This OS is not supported with this script at present. Sorry. echo Please refer to https://github.com/paritytech/substrate for setup information. exit 1 elif -f /etc/arch-release ; then echo Arch Linux detected. $MAKE_ME_ROOT pacman -Syu --needed --noconfirm cmake gcc openssl-1.0 pkgconf git clang export OPENSSL_LIB_DIR/usr/lib/openssl-1.0; export OPENSSL_INCLUDE_DIR/usr/include/openssl-1.0 elif -f /etc/mandrake-release ; then echo Mandrake Linux detected. echo This OS is not supported with this script at present. Sorry. echo Please refer to https://github.com/paritytech/substrate for setup information. exit 1 elif -f /etc/debian_version ; then echo Ubuntu/Debian Linux detected. $MAKE_ME_ROOT apt update $MAKE_ME_ROOT apt install -y cmake pkg-config libssl-dev git gcc build-essential git protobuf protobuf-compiler clang libclang-dev else echo Unknown Linux distribution. echo This OS is not supported with this script at present. Sorry. echo Please refer to https://github.com/paritytech/substrate for setup information. exit 1 fielif $OSTYPE darwin* ; then set -e echo Mac OS (Darwin) detected. if ! which brew >/dev/null 2>&1; then /bin/bash -c $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh) fi brew update brew install openssl cmake llvmelif $OSTYPE freebsd* ; then echo FreeBSD detected. echo This OS is not supported with this script at present. Sorry. echo Please refer to https://github.com/paritytech/substrate for setup information. exit 1else echo Unknown operating system. echo This OS i
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]