burpcommander icon indicating copy to clipboard operation
burpcommander copied to clipboard

Error execution

Open tXambe opened this issue 4 years ago • 2 comments

Hello,

When I run the script don't work, I have this error:

Traceback (most recent call last):
        2: from burpcommander.rb:5:in `<main>'
        1: from /usr/local/lib/site_ruby/2.7.0/rubygems/core_ext/kernel_require.rb:85:in `require'
/usr/local/lib/site_ruby/2.7.0/rubygems/core_ext/kernel_require.rb:85:in `require': cannot load such file -- celluloid/current (LoadError)

Anyone can help me ?

A greeting and thanks

tXambe avatar Feb 01 '21 07:02 tXambe

I also have this issue. I tried bundle install it didn't work.

angelaruiz0115 avatar Feb 10 '21 16:02 angelaruiz0115

comment the line #require 'celluloid/current' and add #require 'celluloid' and add space to username = options[:username] ? options[:username] : " " password = options[:password] ? options[:password] : " "

robertofocke avatar Jul 26 '21 21:07 robertofocke