anirudhmalik / xhunter-server

143 stars 124 forks source link

Custome APK #2

Open tehseensagar opened 2 years ago

tehseensagar commented 2 years ago

Greetings,

I would like to build apk via android studio there are two different source available payload+android . If I build both independently 2 sepreate apk . An other issue I dont need port forwarding I have a WAN/Public static IP already . Can you guide me with out doing any ssh forwarding.

anirudhmalik commented 2 years ago
  1. first run xhunter-server on your local machine: then you will have http://192.168.x.x:8080 open it on your browser
  2. if it says Welcome to Xhunter Backend Server!! you are good to go.
  3. now instead of using https://<app_name>.herokuapp.com use http://192.168.x.x:8080 in xhunter_v1.6.apk to listen.
  4. and your static ip to build app i,e https://<app_name>.herokuapp.com instead your http://WAN/Public static IP
tehseensagar commented 2 years ago
  1. first run xhunter-server on your local machine: then you will have http://192.168.x.x:8080 open it on your browser

    1. if it says Welcome to Xhunter Backend Server!! you are good to go.

    2. now instead of using https://<app_name>.herokuapp.com use http://192.168.x.x:8080 in xhunter_v1.6.apk to listen.

    3. and your static ip to build app i,e https://<app_name>.herokuapp.com instead your http://WAN/Public static IP

I did that . now I want to build source as well instead using compiled apk then de-compile it and repacking it.

this https://github.com/anirudhmalik/xhunter/tree/master/android

or

https://github.com/anirudhmalik/xhunter/tree/master/android-payload

anirudhmalik commented 2 years ago

https://github.com/anirudhmalik/xhunter/tree/master/android-payload

tehseensagar commented 2 years ago

android-payload

well I have loaded entire project in android studio and even have npm version 8.x and node 16.x install on machine. Unable to build apk ? tried both android and android-payload.

tehseensagar commented 2 years ago

@anirudhmalik can you assist me in that I might have done some thing wrong?