BruteSpray takes nmap GNMAP/XML output and automatically brute-forces services with default credentials using Medusa.
BruteSpray can even find non-standard ports by using the -sV inside Nmap.Installation :
$ apt update $ apt upgrade $ apt install git $ apt install python2 $ git clone https://github.com/x90skysn3k/brutespray $ cd brutespray $ pip2 install -r requirements.txtusage :
$ python2 brutespray.py First do an nmap scan with -oG nmap.gnmap or -oX nmap.xml. $ python2 brutespray.py -h $ python brutespray.py --file nmap.gnmap $ python brutesrpay.py --file nmap.xml $ python brutespray.py --file nmap.xml -i -------------------------------------------------------------------
Comments
Post a Comment