-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey guys,
I've attached a simple patch to fix another "%m" used instead of "%M" in a strftime() call in MsfGui. Thanks, Kris Katterjohn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQIVAwUBSO6Nz/9K37xXYl36AQKNIRAAte44PyLREH713dRYTufQfsSU5Ewo/U3T l4sF4s4AzqJIuAer3HHjl9YSrrA34hnLS/w6+M5qtKXkpWtpv0d7k+lUQj3zM3j/ SN/MIaD5LjJre8mRx3/Qrl3g9gdoexKlywRM13sZtfRFa+zEpyn5r6qaBBvoS92M FWAjVtYlh8W54PKPM/Xg4SG1GiCHQGVVurVjtyzpcLbZdFUHMc+UNMMi66KcNCle pzOvvcpVucZlu5+Ny7rL8c7bjnNo2uy+/CP7gI0pTY4xqB99TmVTHcncthBZXugJ jVgIQ5QldUrNenfaMDIKA4LTmyAnOpqRzZTrViFyEwgQ3XEf1E7nkbM5qkumkK+x L+RzIBpJL8yD8/dqLd+/m5PG4+her62bhyuO7bp1QMEZv4p7LUeweFEvzMRquVFV ay/s4iGcKjRmcz2DPj2rNFG0wOKZ3T9r3yxW5MmQOZO/RfPmfxdGeaEEeF6Hempk qNQ8IuB7hA5sFFkLukKEt9CeaMfTSGWtS56JDDmObzgRENG2GolWYcplN8fFaLcU fqfV1T+B+6dYuh01i2qccH28ZmL6nf+RLrqUm8QDscfpkJjnlwZ35YcaFrMW0pPv VLJaZMdQ6PHIyYKLZnV0nq6jce1aLKrjY0nXWXGGOELP4rEkzdBC+wKBNW7h4a5I ul2Tyeh9dNw= =ruYC -----END PGP SIGNATURE-----
Index: lib/msf/ui/gtk2/window/auxiliary.rb =================================================================== --- lib/msf/ui/gtk2/window/auxiliary.rb (revision 5722) +++ lib/msf/ui/gtk2/window/auxiliary.rb (working copy) @@ -59,7 +59,7 @@ @buffer.create_mark('end_mark', @buffer.end_iter, false) end - @buffer.insert_with_tags(@buffer.end_iter, Time.now.strftime("%H:%m:%S "), 'forestgreen_bold') + @buffer.insert_with_tags(@buffer.end_iter, Time.now.strftime("%H:%M:%S "), 'forestgreen_bold') @buffer.insert_with_tags(@buffer.end_iter, Rex::Text.to_utf8(data), 'black_wrap') # scroll to the end
_______________________________________________ Framework-Hackers mailing list Framework-Hackers@spool.metasploit.com http://spool.metasploit.com/mailman/listinfo/framework-hackers