realm icon indicating copy to clipboard operation
realm copied to clipboard

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.

Results 67 realm issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Although `rand::thread_rng` seems to be good for most use cases it has not undergone the same level of scrutiny as `rand_chacha::ChaCha20Rng` which is why we chose it...

bug

#### What type of PR is this? /kind documentation /kind feature /kind eldritch-function #### What this PR does / why we need it: Adds random.int function to generate a secure...

**Is your feature request related to a problem? Please describe.** Eldritch currently can't create a random integer. **Describe the solution you'd like** Implement the `random.int` function that will return a...

feature
help wanted
good first issue
eldritch

#### What type of PR is this? /kind feature #### What this PR does / why we need it: Adds a User Management page. Instead of needing to use the...

#### What type of PR is this? /kind bug #### What this PR does / why we need it: Fix Bug #### Which issue(s) this PR fixes: Fixes #428

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: - Automatically builds the reflective loader when eldritch builds. - Allow...

**Is your feature request related to a problem? Please describe.** When I have to reset a password, I have to run a shell command like `printf("password\npassword\n") | passwd` to get...

feature

#### What type of PR is this? /kind bug /kind eldritch-function #### What this PR does / why we need it: Adds a deadline for the ncat function so that...

**Is your feature request related to a problem? Please describe.** Would be nice to have an easy way to run peas-ng to do host recon during CTFs. **Describe the solution...

feature
imix

Documentation Suggestions: - Explain "Tavern" as a term under https://docs.realm.pub/user-guide/terminology - Activating User examples should be under its own header of "Adding Users", on https://docs.realm.pub/admin-guide/tavern - Add/mention devcontainer setup documentation...

documentation
feature