sandyboxy
sandyboxy
Hello, I've installed volatility 2.5 to work with cuckoo 2.0.7 on Ubuntu 18.04 host with a Windows guest (on which volatility correctly works) and an Ubuntu 18.04.3 guest with **4.15.0-55-generic**...
Hello, I've correctly configured Volatility 2.5 to work with Cuckoo 2.0.7 on Ubuntu host. Memory dump works with Windows guest. I added an Ubuntu guest VM on cuckoo and I...
Hello, I am using `Django-Q 1.3.9` with `Django 3.2.8` and I wish to override `result` field in success tasks to show only a part of the result since I store...
### Operating System Ubuntu 22.04 ### Docker Image budtmo/docker-android:emulator_13.0 ### Expected behaviour Hello, this is my docker-compose based on @SudhanvaManjunath [post](https://github.com/budtmo/docker-android/issues/381#issuecomment-1675066024) ```yaml version: '3' services: android-container: image: budtmo/docker-android:emulator_13.0 #deploy: #...
Hello, I am using this piece of code to translate my text: `GoogleTranslator(source='auto', target='en).translate()`. Is there a way to set a whitelist of languages to not translate? For example to...
Hello, I'm trying to have a summary as a responder output, but I obtain a raw JSON. ### Request Type Responder ### Work Environment N/A ### Description This is my...
**Ask a question** How to use 'form' location and process request as json? **Additional context** I wish to use form field to allow users to test my API by filling...
Hello, is there a tutorial to install this interesting project? I've tried to install it via docker using the following `docker-compose.yml` file: ```yaml version: "3.7" services: ransomwatch: build: dockerfile: dockerfile...
Hello, I am using Alerta 9.0 (with docker) and I would like know how to enable/add a button in user page for password change. I know there is "password reset"...
Hello, I am using Alerta 9.0 (with docker) and I set my custom severity in `SEVERITY_MAP` and `COLOR_MAP` as below: ``` SEVERITY_MAP = { 'critical': 0, 'high': 1, 'medium': 2,...