Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 500 Bytes

extractor

React-Native endpoint extractor

Installation

$ git clone https://github.com/h4pp1n3ss/extractor.git
$ cd extractor
$ pipenv install -r requirements.txt 

Dependencies

extractor depends on the jsbeautifier Python modules. These dependencies can all be installed using pip.

$ pipenv install -r requirements.txt

Examples

  • Unique usage to find endpoint from react-native-app:

python extractor.py --apk <APK_FILE>