An open API service indexing awesome lists of open source software.

https://github.com/codehz/nobodyexec


https://github.com/codehz/nobodyexec

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# nobodyexec

A dead simple tool to setuid,setgid and exec.

## Usage

```bash
./nobodyexec id
uid=99(nobody) gid=99(nogroup) groups=99(nogroup)
```

## Compare to sudo -u nobody xxx

No fork, no login shell, don't change any environment variables.