https://github.com/reconmap/mobile-client
React-native based mobile client for Reconmap
https://github.com/reconmap/mobile-client
android infosec mobile pentesting react-native security vulnerabilities
Last synced: 9 months ago
JSON representation
React-native based mobile client for Reconmap
- Host: GitHub
- URL: https://github.com/reconmap/mobile-client
- Owner: reconmap
- License: gpl-3.0
- Created: 2020-08-20T17:31:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T01:37:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T07:05:30.213Z (over 1 year ago)
- Topics: android, infosec, mobile, pentesting, react-native, security, vulnerabilities
- Language: JavaScript
- Homepage: https://reconmap.com
- Size: 1.28 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reconmap mobile app
This is the mobile client for Reconmap. You can install the app from the [Android Play Store](https://play.google.com/store/apps/dev?id=8672700637626524650) or build it and deploy it yourself.
## How to run
```sh
$ npm install expo-cli --global
$ npm install
$ yarn start
# you can open iOS, Android, or web from here, or run them directly with the commands below.
$ yarn android
$ yarn ios
$ yarn web
```