view |
36.91.166.34 |
2025-07-04 11:57:29AM |
cd ~; chattr -ia .ssh; lockr -ia .ssh
|
view |
193.32.162.146 |
2025-07-04 11:55:21AM |
ip r | grep -Eo '[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}/[0-9]{1,2}'
|
view |
193.32.162.146 |
2025-07-04 11:55:20AM |
nvidia-smi -q | grep "Product Name" | awk '{print $4, $5, $6, $7, $8, $9, $10, $11}' | grep . -c
|
view |
193.32.162.146 |
2025-07-04 11:55:20AM |
lspci | grep "3D controller" | cut -f5- -d ' '
|
view |
193.32.162.146 |
2025-07-04 11:55:19AM |
nvidia-smi -q | grep "Product Name" | head -n 1 | awk '{print $4, $5, $6, $7, $8, $9, $10, $11}'
|
view |
193.32.162.146 |
2025-07-04 11:55:18AM |
lspci | grep VGA -c
|
view |
193.32.162.146 |
2025-07-04 11:55:17AM |
lspci | grep VGA | cut -f5- -d ' '
|
view |
193.32.162.146 |
2025-07-04 11:55:16AM |
uptime -p
|
view |
193.32.162.146 |
2025-07-04 11:55:15AM |
uname -s -v -n -r -m
|
view |
93.123.109.191 |
2025-07-04 11:52:23AM |
echo this_is_a_very_unique_test_string_42 > /tmp/honeypot_test_file.txt && cat /tmp/honeypot_test_file.txt && rm /tmp/honeypot_test_file.txt
|