Open init5-SF opened 4 years ago
Same issue. C# version works fine, but powershell wont capture hashes
I've always had issues with ConsoleOutput enabled in meterpreter. Have you tried running without it and pulling back data with just get-inveigh?
Using '-Tool 1' will set what I found to work best with meterpreter.
I've always had issues with ConsoleOutput enabled in meterpreter. Have you tried running without it and pulling back data with just get-inveigh?
Using '-Tool 1' will set what I found to work best with meterpreter.
Hello,
This is exactly how I do it, I disable all kinds of real time outputs and leave the tool running for a while, then check with Get-Inveigh.
Hello, I am using this syntax to run inveigh:
Invoke-inveigh -StatusOutput Y -Consoleoutput Y -ShowHelp N -HTTP Y -NBNS Y -LLMNR Y -DNS Y -Elevated Y -OutputStreamOnly Y -IP -IP 10.10.10.100
I am doing so through meterpreter's shell, so the consoleout part fails but the tool runs normally (i think). the output looks something like this:
when I do get-inveigh, i don't see hashes, all I see is this:
Am I using it the wrong way? I also tried invoke-inveigh in parallel with invoke-inveighrelay, but the -command didnt execute, probably coz no hashes are being captured.
If anyone could help me with this it would be greatly appreciated! Thank you.