publication de hackademy

This commit is contained in:
ben
2025-11-02 00:12:04 +01:00
parent 917f67857b
commit 97db4a0aec
6 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# host_browser
Un canal de communication existe entre la machine virtuelle et le navigateur afin que la VM puisse interagir avec le navigateur.
La virtio_console est utilisée via le périphérique /dev/hvc0.
```
Usage: host_browser [-h]
A tool that interacts with the JavaScript engine of the host browser.
Evaluate JavaScript code from standard input and return the result.
ARGUMENTS
-h | --help: Print help and exit
EXAMPLE
echo "alert('Hello from VM')" | host_browser
```