Metasploit mailing list archives
db_autopwn: -m [regex] potential bug
From: Jérôme Nokin <jerome () wallaby be>
Date: Thu, 22 Sep 2011 23:14:35 +0200
Hello,
It seems that there is a small bug in the current msf release.
The following command was leading to a ruby error: "db_autopwn -t -x -m
xxx".
In the file:
lib/msf/ui/console/command_dispatcher/db.rb
- the line 1129:
next if (regx and e.fullname !~ /#{regx}/)
- should be :
next if (regx and mod.fullname !~ /#{regx}/)
It seems to have fixed my problem (in any case, I'm a happy again).
Regards,
Jerome
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework
Current thread:
- db_autopwn: -m [regex] potential bug Jérôme Nokin (Sep 22)
- Re: db_autopwn: -m [regex] potential bug Tod Beardsley (Sep 22)
