React-Native endpoint extractor
$ git clone https://github.com/h4pp1n3ss/extractor.git
$ cd extractor
$ pipenv install -r requirements.txt
extractor depends on the jsbeautifier
Python modules. These dependencies can all be installed using pip.
$ pipenv install -r requirements.txt
- Unique usage to find endpoint from react-native-app:
python extractor.py --apk <APK_FILE>