Skip to content

appknox/knoxspy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnoxSpy

Installation

  1. Clone the repo:
    git clone https://github.com/appknox/knoxspy.git
  2. Install dependencies:
    cd knoxspy
    cd app/gui && npm i
    cd ../server && npm i
    cd ../..

Usage

  1. Install and start frida server on the device & connect it.
  2. Run ./knoxspy shell script to start server & client.
  3. Open http://localhost:5173 to access the app.
  4. Create a new session and open it.
  5. Spawn the target app and attach the network library script to it.
  6. Open proxy tab and start capturing APIs.

Note

You can provide your own script and use it instead of bundled scripts.

License

This project is licensed under Apache-License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published