Open tristandostaler opened 8 years ago
sounds great :)
I added a logs button when an agent is selected. It is in the dev branch, will be in master when tested on linux!
For the download, the rest API provide no option to do it so I will think about a work around or will make an issue or a pull request in empire.
Tested on linux and working
Source: https://www.youtube.com/watch?v=U0QIW4ocqXU
Tristan Dostaler Hey! Thanks for this video! For the files tab, it don't work when you are not connected via SSH. The files tab gives you the ability to download and/or upload files from the server hosting empire. So when you are local, you don't need this tab as you have the main file explorer. If you think it should work anyway, please add an issue in github :)
Thanks!
Vect0r Tristan Dostaler I see.. I just thought it was for upload/download stuff from an agent.
Tristan Dostaler There is a module you can use for that! All downloaded files will be in "empire/downloads/AGENTSID/" (including screenshot). So local you can browse there with your file browser and via ssh you can use the files tab to download them from the server. I do plan to automate some things like doing an agent file browser but it is quite complicated so it has been postponed for after the few TODO I have like EmpireASP.
Vect0r Tristan Dostaler oh, thank you so much :) just hadn't the time to really look inside, but wanted to raise the empireGUI community.
Vect0r just to mention.. there's no download-module.. it's a normal command in powershell-empire -> so it's not possible to download files just using empire-GUI. Probably it would be better to integrate a field for running commands and a sector, where we can see the log-file, to get all the output. so remove the "Past-events" sector and add a log-file-sector instead.
Tristan Dostaler Ohhh you are totally right! I'll look what I can do about it with the rest API (it is somehow limited). For the logs, if you choose an agent, there is a fourth button which let's you get some kind of output. For the complete output (like key logging), you need to download the log file. I plan on adding something to get a "log" window and automatically fetch the log file.