-
Hello,
I would like to report a crash affecting the latest msfconsole version on Kali. It seems to be related to `readline`.
Steps to reproduce:
1. Type `use auxiliary/scanner/http/`
2. Press `tab` t…
-
```
/usr/share/metasploit/lib/rex/proto/http/server.rb:83: warning: duplicated key at line 84 ignored: "jpeg"
/usr/share/metasploit/lib/rex/proto/smb/exceptions.rb:11: warning: duplicated key at line …
-
The issue was reported earlier where the source code of Metasploit module contain the metasploit URL as http//metasploit.com/download (missing : after http).
Current modules with incorrect URL struct…
-
1. Call `model = new Backbone.Model()`
2. Call `model.set('a','apple')`
3. Call `model.set({a: 'apple', b: 'bananna'})`
Expected outcome:
```
model.changed
-> {a: 'apple', b: 'bananna'})
```
Actual…
-
I'm using Piwik with Ecommerce option, and use JS for ecommerce triggering.
I use trackEcommerceCartUpdate on every add and delete operation. It loops the items array and pushes every time with SKUs.…
-
Vi skal have fastlagt et navn for projektet
-
I have been using the 0.6.3 and master / edge version to test this.
Case:
I bind the textarea in a form to a property of a model.
When I type in the textarea the property is updated ok.
But when I ca…
-
I am using Backbone, Marionette, stickit, and just installed trackit to give me PATCH support on model.save. When my view loads, I do:
```
return Backbone.Marionette.ItemView.extend({
initi…
-
When waking up from a suspended state occasionally smb shares are inaccessible. If you wait 2-3 min the issue resolves itself or a reboot always allows the smb shares to come up clean. This still oc…
esk1 updated
11 years ago
-
Hello,
I have problems compiling the project. I get many errors like these 2 lower down.
Note that I had no issues with lastfm/covertartarchive-api which works fine.
Is there something I am missing ?…