Results 1 to 2 of 2

Thread: xssf problem

  1. #1
    Join Date
    2013-May
    Posts
    1

    xssf problem

    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

  2. #2
    Quote Originally Posted by erwin View Post
    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 :
    Code:
     svn export http://xssf.googlecode.com/svn/trunk ./ --force

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •