pandoc インストール

estis2018/03/24 (土) 21:54 に投稿

エラー: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
と、表示された。
よく調べたら、pandoc がインストールされていなかった。

2016年1月のネット上の記事では、できないって書いてあったけど、今は、
brew install pandoc
で、インストールできた。

WARN[0000] Request Failed error="Get https://example.net: x509: certificate signed by unknown authority"

estis2018/03/18 (日) 23:28 に投稿

k6 でテストしたときに、
WARN[0000] Request Failed error="Get https://example.net: x509: certificate signed by unknown authority"
といったエラーが出る場合は、
k6 run --insecure-skip-tls-verify script.js
のように実行するか、

export let options = {
insecureSkipTLSVerify: true
};

を、script.js に書き加えれば、回避できる。

Go インストール

estis2018/03/18 (日) 14:08 に投稿

The Go Programming Language
https://golang.org

http://blog.musirao.net/node/181 で、
2009/12/27 (日) に、CentOS5.4 へインストールしているけれど、
https://golang.org/doc/install
を見ると、
https://golang.org/dl/
から、アーカイブを落としてきて、/usr/local へ解凍すればよいとのこと。
例えば、
tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
とする。
その後
export PATH=$PATH:/usr/local/go/bin
のように、パスを通す。

k6 インストール

estis2018/03/18 (日) 10:57 に投稿

https://loadimpact.com/k6
に、
「k6 is a developer-centric open source load testing tool」とある。

インストールは、
https://k6.readme.io/docs/installation
を参照。

Mac環境では、

brew tap loadimpact/k6
brew install k6

で、インストールできる。

WindowsやLinux用のバイナリは、
https://github.com/loadimpact/k6/releases

WPScan ヘルプ

estis2018/03/17 (土) 11:23 に投稿
$ wpscan -h
_______________________________________________________________
        __          _______   _____                  
        \ \        / /  __ \ / ____|                 
         \ \  /\  / /| |__) | (___   ___  __ _ _ __ ®
          \ \/  \/ / |  ___/ \___ \ / __|/ _` | '_ \ 
           \  /\  /  | |     ____) | (__| (_| | | | |
            \/  \/   |_|    |_____/ \___|\__,_|_| |_|

        WordPress Security Scanner by the WPScan Team 
                       Version 2.9.3
          Sponsored by Sucuri - https://sucuri.net