nettitude / PoshC2

A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
BSD 3-Clause "New" or "Revised" License
1.74k stars 320 forks source link

Output Truncated #46

Closed chppppp closed 4 years ago

chppppp commented 5 years ago

The output-to-html function is truncating my logs. How do I see the truncated data?

Thanks!!

benpturner commented 5 years ago

Hi,

Sorry to hear that. Can you show me an obfuscated example of what you mean?

chppppp commented 5 years ago

Here is a screen shot https://imgur.com/a/U9OGmhT

This command is returning 24k lines. I am able to dump to a csv on the local system then pull that file. Wondering if there is a way to just have Posh log all that data.

Thank you so much!!!!

benpturner commented 4 years ago

Hi, sorry it has too make lines so it doesnt dump to the CSV by default. You can use the fpc.py command that is also shipped to search for invoke-mimikatz /root/> fpc.py -p /opt/ProjectX -c invoke-mimikatz

chppppp commented 4 years ago

Thanks Ben.