// ----------------------------------------------------------------------------------------------//
RSS

Brutespray: A Brute-Forcer From Nmap Output Together With Automatically Attempts Default Creds On Constitute Services


About BruteSpray: BruteSpray takes nmap GNMAP/XML output or newline seperated JSONS in addition to automatically brute-forces services alongside default credentials using Medusa. BruteSpray tin ship away fifty-fifty discovery non-standard ports yesteryear using the -sV within Nmap.

BruteSpay's Installation
   With Debian users, the alone affair you lot withdraw to produce is this command:
sudo apt install brutespray

   For Arch Linux user, you lot must install Medusa first: sudo pacman -S medusa

   And then, live inward these commands to install BruteSpray:


Supported Services: ssh, ftp, telnet, vnc, mssql, mysql, postgresql, rsh, imap, nntpp, canywhere, pop3, rexec, rlogin, smbnt, smtp, svn, vmauthdv, snmp.

How to role BruteSpray?

   First produce an Nmap scan alongside -oG nmap.gnmap or -oX nmap.xml.
   Command: python3 brutespray.py -h
   Command: python3 brutespray.py --file nmap.gnmap
   Command: python3 brutesrpay.py --file nmap.xml
   Command: python3 brutespray.py --file nmap.xml -i

   You tin ship away lookout to a greater extent than details here:

Examples

   Using Custom Wordlists:
python3 brutespray.py --file nmap.gnmap -U /usr/share/wordlist/user.txt -P /usr/share/wordlist/pass.txt --threads five --hosts 5

   Brute-Forcing Specific Services:
python3 brutespray.py --file nmap.gnmap --service ftp,ssh,telnet --threads five --hosts 5

   Specific Credentials:
python3 brutespray.py --file nmap.gnmap -u admin -p password --threads five --hosts 5

   Continue After Success:
python3 brutespray.py --file nmap.gnmap --threads five --hosts five -c

   Use Nmap XML Output:
python3 brutespray.py --file nmap.xml --threads five --hosts 5

   Use JSON Output:
python3 brutespray.py --file out.json --threads five --hosts 5

   Interactive Mode: python3 brutespray.py --file nmap.xml -i

Data Specs
{"host":"127.0.0.1","port":"3306","service":"mysql"}
{"host":"127.0.0.10","port":"3306","service":"mysql"}
...


Changelog: Changelog notes are available at CHANGELOG.md.

You powerfulness similar these similar tools:

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 comments: