Skip to content

Instantly share code, notes, and snippets.

on heartbeat_15m {
foreach $beacon (beacons()) {
println("[VPN] Running command on id: " . $beacon['id'] . ", hostname:" . binfo($beacon['id'], "computer") . "\n");
$id = $beacon['id'];
bipconfig($id,{
print("[VPN] Captured network interfaces from " . binfo($1, "computer") . ", looking for a new IPs to alert on\n");
exec("python3.7 /<fullpath>/AlertOnNewIp.py --data " . transform($2, "powershell-base64") . " --user " . binfo($1, "user") . " --computer " . binfo($1, "computer"));
});
}
@Flangvik
Flangvik / MCP Video Notes.md
Created September 22, 2025 15:46
MCP Video Notes

Download and setup cursor from https://cursor.com/download , after setup you need to signup for an free account in order to use the LLM features.

Check out Browser-Use at https://github.com/browser-use/browser-use

Install commands

python3 -m venv browser-use-venv
source /browser-use-venv/bin/activate
pip3 install "browser-use[cli]"
playwright install chromium --with-deps --no-shell