- Create an empty folder on your device
- Download packet capture from android play store
- Download termux
- Open termux: Make sure to enable or give permission for storage to termux. Settings > apps > permissions > storage
- In termux type: termux-setup-storage
- Next type: pkg install python and keep on pressing enter when asked any confirmation
- After that: pkg install git
- Now: pip install requests
- Goto termux and type : ls (if you see storage you are good to go. If not please refer to step 3.)
- Type: cd storage/shared
- Type: ls
- If you see your folder then type: cd yourfoldername (the one you created in the beginning)
- Now type : git clone https://github.com/nga1hte/wkexploit.git . (don't forget the . at the end)
- Capture data from alexander app
- Open alexander and log in
- Go to packet capture app again and see capture packets.
- Top most packet which starts with POST should be copied and saved to a file named as headers.txt
- Below that packet save the next packet as data.txt
- Save those files to the folder you created in the beginning.
- Go back to termux
- Type: ls (if you see all the files that was in the folder then you are in the correct folder you can skip to step 5)
- If you are not in the correct folder then type: cd
- Next: cd storage/shared/yourfoldername
- type: python main.py (and follow the instructions) (Go to step 1 whenever you want to exploit)