Coder Social home page Coder Social logo

leonjza / frida-boot Goto Github PK

View Code? Open in Web Editor NEW
306.0 15.0 42.0 11 MB

Frida Boot ๐Ÿ‘ข- A binary instrumentation workshop, with Frida, for beginners!

Dockerfile 7.23% JavaScript 2.57% HTML 2.52% CSS 48.13% Shell 4.10% Makefile 1.23% C 3.46% Roff 30.60% Vim Script 0.18%
frida training workshop instrumentation beginner

frida-boot's Introduction



frida-boot ๐Ÿ‘ข

A binary instrumentation workshop, using Frida, for beginners!

@leonjza Docker Cloud Build Status

quickstart

frida-boot

  • git clone https://github.com/leonjza/frida-boot
  • cd frida-boot
  • ./docker.sh pull
  • ./docker.sh run

After running the container, all of the offline workshop content will be available at http://localhost:9999.

slides & stream

This workshop was streamed on YouTube here.

The slides for the workshop can be found on Google Slides here, with a PDF copy available in the slides/ directory of this repository.

manually building

The Dockerfile in this repository can be used to manually build the container. Feel free to edit it to suit your needs.

docker build -t frida-boot:local .

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

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

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.

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.