PDA

View Full Version : xssf problem



erwin
2013-05-06, 17:44
hi
i want to use xss framework with metasploit
i used this commands : cd /opt/metasploit/apps/pro/msf3
svn export http://xssf.googlecode.com/svn ./ --force
when i want to load : load xssf port=666
give this error: Failed to load plugin from /opt/metasploit/apps/pro/msf3/plugins/xssf: uninitialized constant Msf::Xssf::XssfMaster

reaperz73
2013-05-10, 21:20
hi
i want to use xss framework with metasploit
i used this commands : cd /opt/metasploit/apps/pro/msf3
svn export http://xssf.googlecode.com/svn ./ --force
when i want to load : load xssf port=666
give this error: Failed to load plugin from /opt/metasploit/apps/pro/msf3/plugins/xssf: uninitialized constant Msf::Xssf::XssfMaster

should be :

svn export http://xssf.googlecode.com/svn/trunk ./ --force