paris/i-09d8120617f39a692
by SadServersMore by SadServers
23 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 netns 24 root 20 0 0 0 0 S 0.0 0.0 0:00.08 kauditd 25 root 20 0 0 0 0 S 0.0 0.0 0:00.00 khungtask 26 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_reape 27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 writeback 28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kcompactd 29 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd 37 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker/1 49 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kintegrit 50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kblockd 51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 blkcg_pun 52 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker/1 53 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0 54 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kthrotld admin@i-03873fbdcdbaf6f80:~$ top |
paris/i-03873fbdcdbaf6f80 01:12
by SadServersdrwxr-xr-x 6 admin admin 4096 Feb 14 01:24 .. -rwxr-xr-x 1 admin admin 230 Sep 24 23:20 check.sh -rwxr-xr-x 1 admin root 11397096 Sep 20 15:53 sadagent -rw-r--r-- 1 admin admin 0 Sep 20 15:53 sadagent.txt admin@i-0613915f249b84d87:~/agent$ cat check.sh #!/bin/bash expected_checksum="d8bee9d7f830d5fb59b89e1e120cce8e" actual_checksum=$(md5sum /home/admin/mysolution | awk '{print $1}') if [[ "$actual_checksum" == "$expected_checksum" ]]; then echo -n "OK" else echo -n "NO" fiadmin@i-0613915f249b84d87:~/agent$ ./
paris/i-0613915f249b84d87 02:18
by SadServers--key FILE The key file to use when specifying a certificate. --reload / --no-reload Enable or disable the reloader. By default the reloader is active if debug is enabled. --debugger / --no-debugger Enable or disable the debugger. By default the debugger is active if debug is enabled. --with-threads / --without-threads Enable or disable multithreading. --extra-files PATH Extra files that trigger a reload on change. Multiple paths are separated by ':'. --exclude-patterns PATH Files matching these fnmatch patterns will not trigger a reload on change. Multiple patterns are separated by ':'. --help Show this message and exit. admin@i-0a7121b58e7b89b1f:~$ flask run webserver.py