Thomas Bouve
Thomas Bouve
`vcpython27` is required for `fakenet-ng.python.fireeye` to install properly. Unfortunately Microsoft pulled the original installer so the `vcpython27` Chocolatey package fails to download the installer, which causes `fakenet-ng.python.fireeye` to fail as...
Here's the MS12-020 pastebin script from 2013: https://pastebin.com/7DTr43HQ in case anyone still has any doubts.
Hi @atmathis, I've submitted a pull request to help fix this issue here: https://github.com/redcanaryco/redcanary-response-utils/pull/15
I don't want to open a new issue yet before first asking here, but in the most recent stable and latest nightly/test builds on macOS 12.6 I'm unable to quit...
**Update**: a second reboot appears to have resolved the issue. Everything now works as it should: - Quit options in all 3 locations - Window close button (as configured in...
Can anyone confirm that entering an empty pin without the FIDO2 key being present halts the boot process and does not fallback to a password prompt? The only way for...
Please see https://github.com/evilsocket/pwnagotchi/issues/1046 for an ongoing issue for this. The biggest issue right now is missing wifi firmware to get the Pi Zero 2 W in monitor mode.
Hi @ptz0n, are there any updates on this issue? My ISP cuts the internet connection around 2AM on a regular basis (every other week or so) which causes this bug...
I was confused about this initially as well, but support for a number of AWS services is considered proprietary in ScoutSuite, as shown in: https://github.com/nccgroup/ScoutSuite/blob/967ec5476151aa0256e3a37240e354be00a23176/ScoutSuite/providers/aws/services.py#L31-L59 As a result, support for...
@GiangTieuDau try the following on lines 690 and 691. ``` self.headers.update({'X-ApiKey': self.apikey}) print(self.headers) resp = self.session.get(url, headers=self.headers, timeout=self.timeout) print(resp.json()) ``` And check the value of the headers you're sending and...