GithubHelp home page GithubHelp logo

xssf's People

Contributors

x0x1rg9f avatar

xssf's Issues

Clean prompt module

Should not load the module in a IFRAME (IFRAME was for tests).

Add an option to the user to authorize changing displayed message.

Original issue reported on code.google.com by [email protected] on 10 Jul 2011 at 12:18

XSSF bugs when used on SAMSUNG i780 Windows Phone 6.5 (Maybe in others WP too)

What steps will reproduce the problem?
1. Using XSSF on Internet Explorer does not work (XSSF test page)
2. Using XSSF on Opera will work, but server does not parse correctly HTTP 
User-Agent Header and just displays "Unknown" in BROWSER_NAME, BROWSER_VERSION, 
OS_VERSION.

What is the expected output? What do you see instead?
XSSF should work on both browsers! In addition, information included within 
User-Agent HTTP header should be correctly parsed and inserted in database.


Original issue reported on code.google.com by [email protected] on 3 Aug 2011 at 8:55

XSSF plugin won't load?

What steps will reproduce the problem?
1. Copied the folder where it's supposed to be
2. I start up MSF 4.4
3. load xssf

What is the expected output? What do you see instead?
I expect the plugin to load successfully but instead I get this error:

[-] Failed to load plugin from /opt/msf/plugins/XSSF: uninitialized constant 
Msf :: Xssf

What version of the product are you using? On what operating system?
I'm using Metasploit 4.4.0 on Linux

Please provide any additional information below.
I've tried to fix it by updating ruby
Connecting to a database
Updating PostgreSQL
And re-downloading the plugin

Can anyone help me?

Original issue reported on code.google.com by [email protected] on 1 Sep 2012 at 4:12

XSSF Fixed version!

Loll I found a solution to the problem!

remove all files line in lib/msf/core/model  include DBSave

and

lib/msf/base/xssf.rb

Paste the lines at the bottom to the top

require 'msf/base/xssf/xssfbanner'
require 'msf/base/xssf/xssftunnel'
require 'msf/base/xssf/xssfdatabase'
require 'msf/base/xssf/xssfgui'
require 'msf/base/xssf/xssfmaster'
require 'msf/base/xssf/xssfserver'
require 'msf/base/xssf/webrickpatches'

Happy Hacking by z00

Attached files

Ne demiş ata sözü azimle siçan duvarı deler aga :D

Original issue reported on code.google.com by [email protected] on 24 Jul 2012 at 4:23

Attachments:

Webcam module deffect

What steps will reproduce the problem?
1. Launch the Webcam module over a victim
2. Victim is prompted to accept webcam view from XSSF server


What is the expected output? What do you see instead?
Victim should be prompted to accept webcam from targeted server, and not XSSF 
one.
The webcam module should not be loaded within an IFRAME, but directly sent with 
rest of the code.


Original issue reported on code.google.com by [email protected] on 27 Jul 2011 at 10:36

Error while running command xssf_information: can't convert Time into String

msf > xssf_victims 

Victims
=======

id  xssf_server_id  active  ip             interval  browser_name  
browser_version  cookie
--  --------------  ------  --             --------  ------------  
---------------  ------
1   1                       111.111.111.111  5         Firefox       18.0       
      YES

[*] Use xssf_information [VictimID] to see more information about a victim
msf > xssf_information 1
[-] Error while running command xssf_information: can't convert Time into String

Call stack:
/opt/metasploit-4.2.0/ruby/lib/ruby/1.9.1/time.rb:265:in `_parse'
/opt/metasploit-4.2.0/ruby/lib/ruby/1.9.1/time.rb:265:in `parse'
/opt/metasploit-4.2.0/apps/pro/msf3/plugins/xssf.rb:196:in 
`cmd_xssf_information'
/opt/metasploit-4.2.0/apps/pro/msf3/lib/rex/ui/text/dispatcher_shell.rb:427:in 
`run_command'
/opt/metasploit-4.2.0/apps/pro/msf3/lib/rex/ui/text/dispatcher_shell.rb:389:in 
`block in run_single'
/opt/metasploit-4.2.0/apps/pro/msf3/lib/rex/ui/text/dispatcher_shell.rb:383:in 
`each'
/opt/metasploit-4.2.0/apps/pro/msf3/lib/rex/ui/text/dispatcher_shell.rb:383:in 
`run_single'
/opt/metasploit-4.2.0/apps/pro/msf3/lib/rex/ui/text/shell.rb:200:in `run'
/opt/metasploit-4.2.0/apps/pro/msf3/msfconsole:148:in `<main>'
msf > 



Original issue reported on code.google.com by [email protected] on 18 Feb 2013 at 3:27

Wont load on Metasploit 4.60 - "database busy..."

Using metasploit 4.60-dev and the latest XSSF build. It used to work great but 
after the latest update I get:

"failed to load plugin from /opt/metasploit/msf3/plugins/xssf: This plugin 
failed to load: Error starting server: Database Busy..."

Even though the plugin failed to load, I see that port 8888 is opened by the 
"ruby" process in netstat. Trying to run 'load xssf' again then gives this 
error:

"faile to load plugin from /opt/metasploit/msf3/plugins/xssf: This plugin 
failed to load: Error starting server: Address already in use - bind(2)"

Metasploit is connected fine to the Postgresql database, and if I try to load 
the plugin with MSF not connected to the DB, I get the expected "Failed to 
connect to database."

Could be a bug on my side, if I figure something out I'll post it here!


Original issue reported on code.google.com by [email protected] on 5 Mar 2013 at 9:56

Failed to load XSSF

What steps will reproduce the problem?

I copy the folders inside / opt/metasploit/msf3
start metasploit
charge the load xssf with xssf, load without problem metasploit,

 when I close metasploit and return to start and load with load XSSF xssf I get:
[-] Failed to load plugin from / opt/metasploit/msf3/plugins/XSSF: 
uninitialized constant Msf :: Xssf

What is the expected output? What do you see instead?
[-] Failed to load plugin from / opt/metasploit/msf3/plugins/XSSF: 
uninitialized constant Msf :: Xssf

What version of the product are you using? On what operating system?

backtrack 5 r3 metasploit v4.5.0-dev [core:4.5 api:1.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Aug 2012 at 4:34

Module detect_visited_page isn't working on all browsers and is imcomplete

What steps will reproduce the problem?
1. Use the module on IE
2. Use the module in FF5

What is the expected output? What do you see instead?
Browser should return a response with visited links

Please use labels and text to provide additional information.
Correct the module, should work on many browsers, and permit to use a website 
list instead of only one URL per attack. 




Original issue reported on code.google.com by [email protected] on 10 Jul 2011 at 12:17

uninitialized constant Msf::Xssf

when i tried to load xssf in metasploit, I got this error

[-] Failed to load plugin from /opt/metasploit/msf3/plugins/xssf: uninitialized 
constant Msf::Xssf

How can i fix it?

I download xssf, then extract and copy to my msf3 folder as guide.

Thanks,

Original issue reported on code.google.com by [email protected] on 16 Jun 2012 at 12:49

xssf load error

Can someone help me out, I have got error:

Failed to load plugin from /opt/metasploit/apps/pro/msf3/plugins/xssf: cannot 
load such file -- /opt/metasploit/apps/pro/msf3/plugins/xssf

I installed xssf with MSF 4.6.0-dev and Backtrack 5R3.

Thanks a lot!

Original issue reported on code.google.com by [email protected] on 15 Apr 2013 at 9:24

Breaks svn update for msf after install on BackTrack 5.

What steps will reproduce the problem?
1. Download XSSf source.
2. Copy XSSF contents over the top of msf.
3. Run svn update or msfupdate in the msf directory.

What is the expected output? What do you see instead?
Should output the updated elements, but instead returns a 
"...'/svn/!svn/vcc/default': Could not read chunk size: connection was closed 
by server..."

What version of the product are you using? On what operating system?
Latest msf release, latest XSSF release, BT5.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Jun 2011 at 6:18

Add to MSF fully?

Just an idea, but would it not make sense to merge this project into the main 
Metasploit tree, and use here to develop new features for it?

Awesome tool though, really awesome :)

Original issue reported on code.google.com by [email protected] on 13 Jan 2013 at 8:39

defect

msf > load XSSF
[-] Failed to load plugin from /opt/metasploit/msf3/plugins/XSSF: uninitialized 
constant Msf::Xssf
msf > 
solution ?  in backtrack 5r3












Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 3:01

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.