Help
RSS
API
Feed
Maltego
Contact
Domain > www.shellcheck.net
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-01-27
23.251.146.157
(
ClassC
)
Port 80
HTTP/1.1 302 FoundDate: Thu, 02 Nov 2023 05:41:09 GMTServer: Apache/2.4.54 (Debian)Location: https://www.shellcheck.net/Content-Length: 295Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>302 Found/title>/head>body>h1>Found/h1>p>The document has moved a hrefhttps://www.shellcheck.net/>here/a>./p>hr>address>Apache/2.4.54 (Debian) Server at www.shellcheck.net Port 80/address>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Thu, 02 Nov 2023 05:41:09 GMTServer: Apache/2.4.54 (Debian)Transfer-Encoding: chunkedContent-Type: text/html; charsetUTF-8 html> head> title>ShellCheck – shell script analysis tool/title> link relstylesheet typetext/css hrefshellcheck.css /> meta nameviewport contentwidthdevice-width, initial-scale1 /> meta propertyog:image contentshellcheck.png /> meta propertyog:description contentShellCheck finds bugs in your shell scripts /> meta namedescription contentShellCheck is an open source static analysis tool that automatically finds bugs in your shell scripts. /> script srcbugreport.js>/script> script srcshellcheck.js>/script> script srcautofix.js>/script> script srchttps://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js>/script> link relstylesheet hrefhttps://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css> script srchttps://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js>/script> /head> body>div classdemo styledisplay: none>#!/bin/sh## Example: a typical script with several problemsfor f in $(ls *.m3u)do grep -qi hq.*mp3 $f && echo -e Playlist $f contains a HQ file in mp3 formatdone/div>div classdemo styledisplay: none>#!/bin/sh## Example: The shebang says sh so shellcheck warns about portability## Change it to #!/bin/bash to allow bashismsfor n in {1..$RANDOM}do str if (( n % 3 0 )) then strfizz fi if $n%5 0 then str$strbuzz fi if ! $str then str$n fi echo $strdone/div>div classdemo styledisplay: none>#!/bin/bash## Example: ShellCheck can detect some higher level semantic problemswhile getopts nf: paramdo case $param in f) file$OPTARG ;; v) set -x ;; esacdonecase $file in *.gz) gzip -d $file ;; *.zip) unzip $file ;; *.tar.gz) tar xzf $file ;; *) echo Unknown filetype ;;esacif $$(uname) Linux then echo Using Linuxfi/div>div classdemo styledisplay: none>#!/bin/bash## Example: ShellCheck can detect many different kinds of quoting issuesif ! grep -q backuptrue.* ~/.myconfigthen echo Backup not enabled in $HOME/.myconfig, exiting exit 1fiif $1 ~ -v(erbose)? then verbose-print
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
]