New version of modules/ auxiliary /admin /scada /simatic_wincc_harvester.rb is released.
It's still in unstable but I hope it will be fixed in the nearest future
Credits
Dmitry Nagibin, Gleb Gritsai, Vyacheslav Egoshin
What's new
CVE-2013-0678 and http://scadastrangelove.blogspot.ru/2013/03/wincc-vulnerabilities-fresh-meat.html
+ # decrypt user password
+ prj[db]["users"] = prj[db]["users"].map do |usr|
+ usr_pass = decrypt usr[1].strip,usr[2]
+ usr.insert(3,usr_pass)
+ end
Download
Enjoy
It's still in unstable but I hope it will be fixed in the nearest future
Credits
Dmitry Nagibin, Gleb Gritsai, Vyacheslav Egoshin
What's new
CVE-2013-0678 and http://scadastrangelove.blogspot.ru/2013/03/wincc-vulnerabilities-fresh-meat.html
+ # decrypt user password
+ prj[db]["users"] = prj[db]["users"].map do |usr|
+ usr_pass = decrypt usr[1].strip,usr[2]
+ usr.insert(3,usr_pass)
+ end
Download
Enjoy
No comments:
Post a Comment