uru
uru copied to clipboard
The execution of shellcode fails for me in any case. The example config fails silently in debug mode with garble enabled. When creating a new config with only `sleep 2`...
Hello there ! I'm trying to get the tool working on a fresh updated Kali VM. When running `sudo docker build -t uru .`, I get :  The command...
A nice feature could be the creation of a history of the created payloads. This history would enable a red team operator, based on a payload hash, to get the...
The new injector paths are causing errors; appears to be related to the old paths of the injectors. 
Rework the dllforward module. For the moment the created file is hardcoded. We need to provide a way to custom easily that file.
The keysize must be 32, if a the user set a size less than that it will crash, see: https://github.com/guervild/uru/blob/main/pkg/encoder/aes.go#L26
Hey! The offline mode with docker doesn't work. It still attempts to call to the internet for certain dependenices, even if packed with tidy/vendor. Cheers Jearvey