Sajid Nawaz Khan

Results 21 comments of Sajid Nawaz Khan

Had a similar issue recently (when using msfconsole), this is what I did to resolve it, with many thanks to the ParrotSec Community: ``` sudo make-ssl-cert generate-default-snakeoil sudo msfdb reinit...

> armitagelives i have a question why when i press find attack it stop finding at saltstack??? This thread provides a solution: https://github.com/rsmudge/armitage/issues/229

Edit: just realised this is already on the list, but embeds the PDF in a viewer. The direct link might be better (or maybe link to the blog, with a...

I can see from Developer tools that the resource being fetched is `http://static.mytab.space/storage.html?method=get`, the blocking of which causes the following errors: ``` [Error] Failed to load resource: Could not connect...

Given that `storage.html` is such a simple (and static) file, it really ought to be bundled with the app, rather than needing to be fetched from a third-party server.

I can see that the fix has been pushed to the repo, but looks like several months on, homebrew still continues to install `Smap 0.1.0-rc`. Does an update need to...

@thebleucheese This looks great! One additional feature request for the HeatMap - being able to toggle between Detection/Block counts, and actual TTP counts. (e.g., a TTP with detection of 5/5...

PS - I realise that the description can already be set via the Actions menu on the Campaign Dashboard, but it would be helpful to actually see the description once...

This is such a good FR that I just wanted to +1 it.

Seeing similar issues, wrapping the attempt in a `try/except` yields a little more information: ``` Javascript error adding output! SyntaxError: JSON.parse: bad control character in string literal at line 1...