Wednesday, February 26, 2020

How to Create a Nearly Undetectable Backdoor using MSFvenom in Kali Linux

A backdoor is used to bypass security mechanisms, often secretly and mostly undetectably. Using MSFvenom, the combination of msfpayload and msfencode, it's possible to create a backdoor that connects back to the attacker by using reverse shell TCP. In order to develop a backdoor, you need to change the signature of your malware to evade any type  antivirus software. Complete this project on a pair of computers that you have permission to access, and in the process, you'll learn more about computer security and how this kind of backdoor works.

Type set LHOST 192.168.01.110.

1 comment: