Canciu Costin
Canciu Costin
Please share the error/what did not work for you so we can troubleshoot your issue.
Seems like the same error, although I'm not able to reproduce it. Can you try to add the workaround from https://github.com/sass/sassc-ruby/issues/146? Add this under rails-app -> environment in docker-compose.yaml: ```...
I'm afraid it needs to be changed before build. I will try to debug it this week mar., 16 nov. 2021, 22:20 chrisvanzet ***@***.***> a scris: > ok, i added...
Yes, you need that line. I've updated the Dockerfile, you can try (you need to have android-spyware and Dockerfile in same dir: ``` ADD ./android-spyware /app/android-spyware ``` You have to...
You can remove the following lines from app/views/smartphones/check_connection.js.erb: ``` $(".adb_proc#whatsapp").css("opacity","0.5"); $(".adb_link#dump_whatsapp_data_link").css("pointer-events","none"); ``` Or you can simply modify the css in the browser to remove the whatsapp id from the whatsapp...
You need to change the port in the rails app Dockerfile: ``` # syntax=docker/dockerfile:1 FROM ruby:2.6.6 RUN apt-get update -y && apt-get install -y apt-file && apt-file update && apt-get...
Is this error thrown on Docker deployment? Or after build? What is the OS?
Seems that you are not connected to the postgresdb. Not sure if you've configured a local instance or not. You can try to run the postgres and msf instances from...
@mind-overflow Added to my queue. I'll try to implement it by the next week.
I can't seem to find how the footer of the encrypted file is generated. I've tried to do the MD5 checksum of the ciphertext, as stated [here](https://stackoverflow.com/questions/55948189/how-to-generate-the-header-and-footer-for-whatsapps-crypt12-format), but had no...