This guide shows how easy it is to create a backdoor which is not detected by AV
To create the backdoor we use SET which is a pentest automation tool available within the BackTrack distribution.
The steps to follow are the following:
– Startup SET
– Select option 1
– Select option 10
– Select Payload option 1
– Provide the IP address and port number you like to connect back to
– Start the listener to start accepting connections
– Browse to the payload and save the txt file a .bat file
– Use BAT-to-EXE converter to create a .exe file
– Copy the file over to you victim and execute is
– Check meterpreter is able to establish a new session
– Proof that AV on the victim machine is running and up-to-date
Enjoy