-
## Setup shared folder on host
## Add user to `vboxsf` group
```bash
sudo usermod -aG vboxsf $(whoami)
newgrp vboxsf
```
## reboot
-
attempt to execute whoami.exe, but no output:
```bash
> .\RunPE.exe C:\Windows\System32\whoami.exe
[*] Running: C:\Windows\System32\whoami.exe with no args
[*] Mapping PE into memory
[*] Mapped P…
-
based on a discussion with @moid on ssb `%/q6q4t3WMS7dVVKErsjvOTInR2ZGvMZb5yAiKrl0Ecg=.sha256`
it looks like maybe the one example of curl we could find in the documentation was out of sync,
and …
-
example
```
@task
def repro(ctx):
import tempfile
d = tempfile.mkdtemp(prefix="with space")
with ctx.cd(d):
ctx.run("whoami")
```
output
```
The system cannot find the…
-
(not git-id whoami, pretty much git-id status)
what's a read-only way to test identities? can we shove it in to tests?
atm only known is git push
cloning / pulling from private repos returns …
-
Why move from whoami::lang() which returned a Vec to whoami::langs() which returns Vec if the enum Language isn't using close to an exhaustive list? Having only English, Spanish and __ to represent ot…
-
This works well until update vscode to 1.92.2
I also run a command `sudo chown -R $(whoami) "/Applications/Visual Studio Code.app/Contents/MacOS/Electron"`.
But It still doesm't work. How do I fix i…
-
https://dxhm.github.io/2022/03/17/PYTHON-PROGRAM-GUIDE/
A GEEK HACKER,
-
https://dxhm.github.io/2021/12/25/HACKER-USEFUL-GUIDE/
A GEEK HACKER,
-
Potential steps to reproduce:
- su is missing setuid.
- PAM is configured to unconditionally allows the user to authenticate as itself even when the program that runs PAM is not doesn't have euid …