Kip – Knowledge Is Power

Technology Rules, Knowledge Is Power, Power to the People,

Sidebar

Dedicated Rooms

  • BitCoin Info
  • Library of Code
  • Useful online tools
  • About Site & Stats
    • Program Stats

Categories

  • Bitcoins (4)
  • Computers (168)
    • Anti-* (1)
    • Anti-Virus (1)
    • Command Line (32)
    • Computer Networking (45)
      • Authentication (2)
      • IPs and Ranges (2)
      • Network Cracking Tools (4)
      • Proxys (2)
      • Sniffing (1)
      • Sockets (1)
      • SSH (13)
      • TOR Onion Routing Network (2)
      • VPN's (2)
        • OpenVPN (1)
        • Zerotier (1)
    • File Systems (3)
      • Cluster file systems (2)
    • Malware (3)
      • MetaSploit (1)
    • OS's – Operating Systems (94)
      • Google's OS's (22)
        • Android (18)
          • Cracking (8)
          • Hacking (4)
          • Robotics (1)
          • Rooting (2)
      • Linux (54)
        • E-Mail (1)
        • Raspberry Pi (7)
        • Screen Savers (1)
      • Microsoft Windows (21)
        • Windows 10 (1)
      • Other Operating Systems (1)
    • Programming (39)
      • BASH (21)
      • Cold Fusion (1)
      • HTML / JavaScript (3)
      • Joomla (1)
      • MS SQL (1)
      • MySQL (6)
      • nginx (1)
      • Node.JS (1)
      • PHP (7)
      • PowerShell (3)
      • Robots (1)
      • SQLite (1)
    • Security (18)
    • Software (17)
      • Virtualization Systems (1)
        • Proxmox (1)
      • WebServers (1)
    • Tips & Tricks (30)
      • Search Engine Foo (1)
  • Cryptography or Cryptology (1)
  • Into the Future (5)
  • Local Area – Holmes County Ohio USA (1)
  • Movies (6)
  • News (69)
    • of BitCoin (1)
    • of Conspiracies (2)
    • of Edward Snowden (13)
    • of Game Plays (2)
    • of Technology and Science (15)
    • of the Weird (4)
    • The Cases of … (1)
      • Mcdonalds (1)
    • The Police State of… (32)
      • Australia (1)
      • United States of America (29)
  • Out of the Past (11)
  • Reviews (5)
    • of Books (1)
    • of Games (1)
    • of Products (2)
    • of Websites (1)
  • Robot_Droids_and_AI – Oh My! (3)
    • Software (1)
  • Stories (42)
  • Things passed in emails (3)
  • Uncategorized (1,871)
  • Videos (7)
    • Blimps OR Air Ships (1)
    • Funnies (1)
    • of Computers (5)
  • WebSites (3)
    • DropBox (1)
    • GRC (2)

Kernels of Insightful Comments, κριτικός & Wisdom

  • Anonymous on Zerotier VPN bridge BASH script

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

login

Hack windows 7/8/10 user passwords

Standard

From: http://www.hackercg.com/hack-windows-7-8-10-user-passwords/


 

Hack windows 7/8/10 user passwords

By Siva –
December 10, 2015
10183
4
Share on Facebook
Tweet on Twitter

hack win 10

Did you ever try to login your friends computer ? and failed ? After this you can do it :)The OS can be Windows 7 or 8 or it can be the latest windows 10. You could break and login the password protected user accounts.

This exploit takes advantage of the ease of access tool on the login page by ‘tricking’ windows into launching a fully privileged command prompt by selecting ‘on the screen keyboard’ this is done by renaming the on the screen keyboard exe to something random, and renaming the cmd.exe to on the screens previous name. It will all make since later.

What you want :

  • Any Linux Live CD/DVD/USB with Live option (ex. Ubuntu Live, Linux Live, Kali, etc.).
  • Ability to use said Linux CD/DVD/USB.
  • Basic understanding of Windows file structure. i.e. can navigate.
  • Physical access to said Windows box.
  • Ability to use command line and basic understanding of net user commands.

 

  • Boot Live Linux
    Insert CD/DVD into drive and reboot the machine. Start your Live DVD. You may need to go into the BIOS screen and change the boot-up order to CD/DVD drive first, HDD second.
  • Navigate to sys32
    Use the file browser in your Linux environment, navigate to %windir%/system32/. You may have to right-click and mount the Windows partition/drive first or use the NTFS-3G command.
  • Renaming
    Find and rename magnifier.exe (Magnifier file) to magnify.old.
  • Rename cmd.exe
    Find and rename cmd.exe to magnify.exe.
  • Shutdown Linux & reboot windows
    Logout, remove DVD/USB, and reboot into Windows.
  •  Get CMD Prompt Modify Accounts
    When Windows reboots, click on the ease of access button in the bottom left corner.
    Click magnify and hit apply.Then You have a system level command prompt. At this point is where we will only change the Admin password and not any of the 1000 other things that could be done at this point!

Tip: You can right-click on cmd.exe and click run as administrator inside of Windows for escalated privileges. To edit files, it would never be allowed at basic admin level (caution).

Your options at here. 

Change Password:
net user username new_password
When you do so, the password changes without prompting you again.

Add an account:
net user username password /add
Tip: If your username has a space, like sivarathan sivarajah, use quotes like “sivarathan sivarajah”.

Admin that:
net localgroup administrators username /add

Delete that:
net user username /delete

Remote Desktop Users Group: (just in case)
net localgroup Remote Desktop Users UserLoginName /add

Net User Syntax Reference:
net user commands

Domain i.e. Servers:
net user for domain

That is it now you could login in to any windows password protected ones.

608 total views, 1 views today

  • Date 2016/02/09
  • Tags bypass, login
  • Comments Leave a comment
Proudly powered by WordPress
Theme: Writr by WordPress.com.
HTML Snippets Powered By : XYZScripts.com