ariary / volana

🌒 Shell command obfuscation to avoid detection systems
The Unlicense
118 stars 10 forks source link

volana failed and exited for some error #1

Closed w3xsense closed 1 year ago

w3xsense commented 1 year ago
./volana                                                               
volana » whoami
kali
volana » cat /etc/shadow
cat: /etc/shadow: Permission denied
2022/10/11 01:16:43 Run command failed with exit status 1

how to prevent volana from exited if error occur?

ariary commented 1 year ago

Thank you for the reporting

Should be ok with the last version of https://github.com/ariary/volana/blob/main/pkg/command/command.go

Try to recompile it

w3xsense commented 1 year ago

Thanks, it works great.. btw, how would you use volana + https://github.com/mufeedvh/moonwalk in real engagement?

ariary commented 1 year ago

IMO, these tools are not magic and are just some little tools to help you hide your post exploitation activity. The goal is to pass under the radar of several detection mechanisms and also to make forensic complicated

The interesting section is https://github.com/ariary/volana#hide-from to see when volana can be efficient