Posts

Showing posts from July 28, 2016

How to Hack Windows Servers Using Privilege Escalation

Image
How to Hack Windows Servers Using Privilege Escalation ? A lot of the People are here that can hack websites,systems,mobiles and servers. But the thing which create problem is an  error message- Access Denied! We know some methods to bypass certain restrictions using the symlink, privilege-escalation using local root exploits and some similar attacks.So let start with me i will  explain how to do. Privilege Escalation Hacking Here are some ways to bypass certain restrictions on windows servers or getting SYSTEM privileges.   Using “sa” account to execute commands by MSSQL query via ‘xp_cmdshell’ stored procedure. Using meterpreter payload to get a reverse shell over the target machine. Using browser_autopwn. (Really…) Using other tools like pwdump7, mimikatz, etc.  Using these tools is very  easy way, but the fun of hacking lies in the first three methods I written above. 1. Using xp_cmdshell-  A ...