jmk-foofus / medusa

Medusa is a speedy, parallel, and modular, login brute-forcer.
GNU General Public License v2.0
687 stars 177 forks source link

dont know what module to use and get error! #24

Closed jamieduk closed 8 months ago

jamieduk commented 6 years ago

I get error

jay@JNET ~/Documents/Scripts/Medusa $ medusa -H target_ips.txt -U usernames.txt -P passwords.txt -M [ smbnt | http ]

http: error: ValueError: Invalid IPv6 URL jay@JNET ~/Documents/Scripts/Medusa $ medusa -H target_ips.txt -U usernames.txt -P passwords.txt -M [ smbnt ] Medusa v2.2_rc3 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks jmk@foofus.net

IMPORTANT: Couldn't load "[" [/usr/lib/medusa/modules/[.mod: cannot open shared object file: No such file or directory]. Place the module in the medusa directory, set the MEDUSA_MODULE_NAME environment variable or run the configure script again using --with-default-mod-path=[path]. invokeModule failed - see previous errors for an explanation jay@JNET ~/Documents/Scripts/Medusa $ medusa -H target_ips.txt -U usernames.txt -P passwords.txt -M [ http ] Medusa v2.2_rc3 [http://www.foofus.net] (C) JoMo-Kun / Foofus Networks jmk@foofus.net

IMPORTANT: Couldn't load "[" [/usr/lib/medusa/modules/[.mod: cannot open shared object file: No such file or directory]. Place the module in the medusa directory, set the MEDUSA_MODULE_NAME environment variable or run the configure script again using --with-default-mod-path=[path]. invokeModule failed - see previous errors for an explanation

whats the module i need for rtsp / port 554 ???

dru1d-foofus commented 6 years ago

@jamieduk - The following command will list all available modules: medusa -d

Unfortunately there is no RTSP module in the current build of medusa.

jmk-foofus commented 8 months ago

It looks like RTSP is basically HTTP with basic auth. The HTTP module might work for it, or might require minor tweaks. In either case, I don't have access to or plans to test against RTSP services. If someone else wants to and does the dev, feel free to submit a merge request.