spellshift / realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
https://docs.realm.pub/
GNU General Public License v3.0
423 stars 32 forks source link

[bug] sys.exec does not adhere to docs #686

Open KCarretto opened 9 months ago

KCarretto commented 9 months ago

When disown=True, no status is returned. This is very unexpected behaviour, we should return either -1 or 0

hulto commented 4 months ago

Update sys.exec to return a status of 0 when disowned.