- Metaspoit: Penetration testing software
- GhostShell: Malware indetectable, with AV bypass techniques, anti-disassembly, etc.
- BeEF: The Browser Exploitation Framework
- PTF: Penetration Testers Framework
- Bettercap: MITM framework
- Nessus: Vulnerability scanner
- AutoNessus: Auto Nessus
- BDFProxy: Patch Binaries via MITM (BackdoorFactory)
To use this method you will have to have a rooted Android phone. There are other methods to disable SSL Pinning like modifying the apk, for example apk-mitm, but that doesn't always work for me.
- Download and install frida and frida tools:
pip3 install frida frida-tools - Download and install objection:
pip3 install objection - Download frida server for architecture used by the phone you will use: https://github.com/frida/frida/releases
- Download adb included in platform-tools:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace {{ namespace }}; | |
| use App\Http\Requests\Store{{ class }}Request; | |
| use Illuminate\Console\Command; | |
| use Lorisleiva\Actions\Concerns\AsAction; | |
| use Lorisleiva\Actions\Concerns\WithAttributes; | |