uru icon indicating copy to clipboard operation
uru copied to clipboard

Results 7 uru issues
Sort by recently updated
recently updated
newest added

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`...

bug

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 : ![image](https://user-images.githubusercontent.com/32550820/170488765-476c0d51-98a1-4fe4-9f22-1f9cfb5aa6e6.png) The command...

bug

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...

enhancement

The new injector paths are causing errors; appears to be related to the old paths of the injectors. ![Screenshot 2023-06-05 at 3 50 13 PM](https://github.com/guervild/uru/assets/64508893/3f695723-4a8c-49f2-8aab-1369b321b980)

Rework the dllforward module. For the moment the created file is hardcoded. We need to provide a way to custom easily that file.

enhancement

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

bug

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