Help
RSS
API
Feed
Maltego
Contact
Domain > cli-dl.scalingo.io
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-06-12
109.232.233.130
(
ClassC
)
2024-09-16
5.104.101.30
(
ClassC
)
2025-01-28
148.253.75.120
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Wed, 12 Jun 2024 16:15:25 GMTContent-Type: text/plain; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveX-Request-ID: dab240c1-b912-433a-8592-8c9f501ccbf7 #!/bin/bashfunction sha256Check() { cmd() if command -v shasum &> /dev/null; then cmd(shasum -a 256) elif command -v sha256sum &> /dev/null; then cmd(sha256sum) else error shasum commands could not be found, please install it first exit 1 fi ${cmd@} $@}main() { status() { echo -en -----> $* } info() { echo -en $* } error() { echo -en ! $* >&2 } warn() { echo -en /!\ $* } clean_install() { tmpdir$1 rm -r $tmpdir # If installed through one line install, remove script if $0 install ; then rm $0 fi } ask() { info $* Y/n while true; do read answer case $(echo $answer | tr :upper: :lower:) in y|yes| ) return 0;; n|no ) return 1;; esac info Invalid input, please enter y or n: done } usage() { echo Installs Scalingo client. echo echo Options: echo -h, --help displays help and exits echo -i, --install-dir DIR Scalingo client installation directory, creating it if echo necessary (defaults to /usr/local/bin or /opt/homebrew/bin for Apple Silicon) echo -y, --yes overwrites previously installed Scalingo client echo } if -n $DEBUG ; then set -x fi uname -a | grep -qi Linux ; is_linux$? uname -a | grep -qi Darwin ; is_darwin$? os$(uname -s | tr :upper: :lower:) exttar.gz if $os ! linux && $os ! darwin ; then echo Unsupported OS: $(uname -s) exit 1 fi arch$(uname -m) case $arch in x86_64) archamd64 ;; i686) arch386 ;; aarch64) archarm64 ;; esac while $# -gt 0 do key$1 case $key in -h|--help) usage exit ;; -i|--install-dir) target_dir$2 shift shift if -e $target_dir && ! -d $target_dir ; then error target directory $target_dir exists but is not a directory exit 1 fi ;; -y|--yes) yes_to_overwrite1 shift ;; *) usage error unknown argume
Port 443
HTTP/1.1 200 OKDate: Wed, 12 Jun 2024 16:15:26 GMTContent-Type: text/plain; charsetutf-8Transfer-Encoding: chunkedConnection: keep-aliveX-Request-ID: dc95b821-6407-408b-8748-7739a437c81b #!/bin/bashfunction sha256Check() { cmd() if command -v shasum &> /dev/null; then cmd(shasum -a 256) elif command -v sha256sum &> /dev/null; then cmd(sha256sum) else error shasum commands could not be found, please install it first exit 1 fi ${cmd@} $@}main() { status() { echo -en -----> $* } info() { echo -en $* } error() { echo -en ! $* >&2 } warn() { echo -en /!\ $* } clean_install() { tmpdir$1 rm -r $tmpdir # If installed through one line install, remove script if $0 install ; then rm $0 fi } ask() { info $* Y/n while true; do read answer case $(echo $answer | tr :upper: :lower:) in y|yes| ) return 0;; n|no ) return 1;; esac info Invalid input, please enter y or n: done } usage() { echo Installs Scalingo client. echo echo Options: echo -h, --help displays help and exits echo -i, --install-dir DIR Scalingo client installation directory, creating it if echo necessary (defaults to /usr/local/bin or /opt/homebrew/bin for Apple Silicon) echo -y, --yes overwrites previously installed Scalingo client echo } if -n $DEBUG ; then set -x fi uname -a | grep -qi Linux ; is_linux$? uname -a | grep -qi Darwin ; is_darwin$? os$(uname -s | tr :upper: :lower:) exttar.gz if $os ! linux && $os ! darwin ; then echo Unsupported OS: $(uname -s) exit 1 fi arch$(uname -m) case $arch in x86_64) archamd64 ;; i686) arch386 ;; aarch64) archarm64 ;; esac while $# -gt 0 do key$1 case $key in -h|--help) usage exit ;; -i|--install-dir) target_dir$2 shift shift if -e $target_dir && ! -d $target_dir ; then error target directory $target_dir exists but is not a directory exit 1 fi ;; -y|--yes) yes_to_overwrite1 shift ;; *) usage error unknown argume
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
]