Morsmalleo / AhMyth

Cross-Platform Android Remote Administration Tool | Official maintained repository for the AhMyth R.A.T Project | A dedicated revival of the original repository at https://GitHub.com/AhMyth/AhMyth-Android-RAT
GNU General Public License v3.0
709 stars 175 forks source link

Server IP & PORT is not modified when building a standalone payload #367

Closed Morsmalleo closed 10 months ago

Morsmalleo commented 10 months ago

This is an issue with the

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Build a Standalone Payload
  2. Decompile the Standalone Payload
  3. Open the e.smali file located in Ahmyth-aligned-debugSigned/smali/ahmyth/mine/king/ahmyth in a text editor.
  4. Locate the section that contains const-string v2, "http://
  5. See that the string has not been modified with users IP and Port input from the Server.

Expected behavior

A clear and concise description of what you expected to happen.

OS Information

  1. OS: N/A
  2. OS Version: N/A
  3. OS Architecture:
    • [x] 32bit
    • [x] 64bit

Checklist

Morsmalleo commented 10 months ago

My apologies to everyone for this, this is why users aren't gaining connections with some of the standalone payloads they build unless they've used the binding features beforehand or after the fact, I will have this fixed IMMEDIATELY!!

Morsmalleo commented 10 months ago

Fixed and pushed to master this morning.