Giter VIP home page Giter VIP logo

frida-boot's People

Contributors

hexpwn avatar joanbono avatar leonjza avatar parsiya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

frida-boot's Issues

issues with docker desktop

the image does not run with docker desktop even when I have integrated windows subsystem for linux available. How can I get around this?

Docker run issue - repository does not exist

The command docker.sh run, falls with the following error, on Docker version 20.10.7, build f0df350, running on MacOS Catalina 10.15.7.

Screenshot 2021-07-14 at 10 08 17

For some reason, the "docker.sh run" command was looking for the image 'security/frida-boot:latest' locally, which indeed does not exist.

image

The fix for me, was to move the repository name i.e. leonjza/frida-boot, next to the container name like so:
docker run --cap-add SYS_PTRACE --rm -it --name frida-boot leonjza/frida-boot -p 9999:80 -v $(pwd)/code:/root/code

This was a weird issue. Don't know if anyone else experienced it.

Fix docker.sh script for Linux users

Currently, trying to run the docker.sh on unix environment (like WSL2) will result in error message like:
-bash: ./docker.sh: /bin/bash^M: bad interpreter: No such file or directory

The fix is replacing the Dos chars with Unix ones.

sed -i -e 's/\r$//' docker.sh

EDIT: I think the reason it happend was due to using Github desktop cloning on Windows instead of CLI in WSL

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.