Nick Wilfahrt

Results 14 comments of Nick Wilfahrt

### Environment * Bettercap v2.16 (installed 2.14 from brew, backed up that symlink, wgeted 2.16 from the releases and dropped it in) * MacOS Mojave 10.14.2 * Go version 1.11.5...

I also can reproduce on `10.14.3`. I am also on a 2018 retina. Has anyone attempted this with an external WiFi interface? All of my crashes were with the native...

> other than AWS keys This may have been added recently but > DumpsterDiver is a tool used to analyze big volumes of various file types in search of hardcoded...

Looks to me like this could potentially be an issue with azure-cli or how cs-suite interfaces with azure-cli? https://stackoverflow.com/questions/45624411/azure-cloud-shell-fails-to-identify-server-throws-error-can-not-perform-reque Error: > Azure Cloud shell fails to identify server. Throws error...

I discovered it was an issue with one of the DBs in my setup. I can run: `az sql db audit-policy show --resource-group REDACTED_RG --server REDACTED_SERVER_NAME --name REDACTED_DB_2 --query 'state'...

When looking at this server through the webui, the DB I am having issues with does not show up on the SQL server. Is it possible to just add some...

https://i.imgur.com/WdmEwo9.png https://i.imgur.com/tPsK8Pf.png

So I need this to work as soon as possible so I am looking at implementing error handling myself. As an example: ``` try: email_policy = subprocess.check_output(['az sql db threat-policy...

Its supposed to send a request to plex to update your library so it includes the trailers when downloaded. When I built it, I incorrectly assumed an ID of the...

For anyone with interest in fixing it I would make two changes 1. I believe it updates the library after each trailer. This could be changed to once every trailer...