x90skysn3k / brutespray

Bruteforcing from various scanner output - Automatically attempts default creds on found services.
MIT License
1.96k stars 381 forks source link

can't running tools #30

Closed Mrclown28 closed 4 years ago

Mrclown28 commented 5 years ago

"command medusa not found. Please install medusa before using brutespray" how should I install it and where I put it ?

c-f commented 5 years ago

Medusa is mandatory to use brutespray. Official site: http://foofus.net/goons/jmk/medusa/medusa.html

Official Repos:

V10lator commented 5 years ago

Same here. Medusa is installed:

$ emerge -s medusa

[ Results for search key : medusa ]
Searching...

*  dev-python/medusa
      Latest version available: 0.5.4-r1
      Latest version installed: 0.5.4-r1
      Size of files: 106 KiB
      Homepage:      https://pypi.org/project/medusa/
      Description:   A framework for writing asynchronous long-running, high-performance network servers in Python
      License:       PSF-2

[ Applications found : 1 ]

$ ./brutespray.py -f nmap.gnmap -o test.bs -t 4 -T 2 -c
[--SNIP--]
Command medusa not found. Please install medusa before using brutespray

BTW: Why is medusa missing from requirements.txt ?

x90skysn3k commented 4 years ago

you might be missing the command: command which could cause the program to not find medusa although it being installed