HOW TO INSTALL Mouse Payload Loader (MPL) ?

HOW TO INSTALL MPL ?


Mouse Payload Loader (MPL) is an iOS and macOS post exploitation surveillance tool that gives you a command line session with extra functionality between you and a target machine with simple MPL payload. MPL gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.

Command Install :

$pkg update && pkg upgrade

$pkg install git

$git clone https://github.com/entynetproject/mouse

$cd mouse

$chmod +x install.sh

$./install.sh

This information only for education purpose.


Enjoy.  Follow us for more... 

1 comment:

  1. So after writing this on termux using my phone what is next

    ReplyDelete

How to connect to an FTP server from Linux?

To connect to an FTP server from a Linux system, you can use either a command-line FTP client or a graphical one. Here’s how to do it usin...