epi

Results 4 comments of epi

If you can't figure it out, you can just use the dev branch of Empire, which has this script integrated. See: https://github.com/EmpireProject/Empire/pull/575

Hi Dviros, This uses the same exploit logic as the Metasploit module, which only works on Windows 7 and Server 2008 R2 systems. What OS were you targeting? Can you...

Sure thing, here is a walkthrough of the flow: 1. Run the open apk command and make sure "decompile_java" is checked: ![image](https://user-images.githubusercontent.com/18584157/228098563-4045c9ac-d6c3-4793-b0e8-9e979c2649c2.png) . Currently this PR just adds the '--add-debug-lines'...

To debug the resulting APK: 1. Open android studio and select "Profile or Debug APK" ![image](https://user-images.githubusercontent.com/18584157/228119510-ef397017-bb9d-4096-b93e-63e7848095c1.png) 2. Select the rebuilt APK exported from APKLab ![image](https://user-images.githubusercontent.com/18584157/228119681-94fd24aa-7844-44ac-bd9e-4bbe879ce95a.png) 3. Open one of the...