| Server IP : 119.195.102.159 / Your IP : 216.73.217.134 Web Server : nginx/1.18.0 System : Linux picell 5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 x86_64 User : altablue ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/ |
Upload File : |
import os, glob
# Delete remaining bulk.php in newspike
if os.path.exists("/home2/newspike/bulk.php"):
os.remove("/home2/newspike/bulk.php")
print(" 삭제: /home2/newspike/bulk.php")
# Delete remaining injected class webshells in knsign root
for f in glob.glob("/home2/knsign/*.class.php") + glob.glob("/home2/knsign/*.editor.php") + glob.glob("/home2/knsign/*.graph.php") + glob.glob("/home2/knsign/*.inc.php") + glob.glob("/home2/knsign/*.magazine.php") + glob.glob("/home2/knsign/*.validation.php") + glob.glob("/home2/knsign/*.accept02.php"):
os.remove(f)
print(f" 삭제: {f}")
print(" 추가 타겟 삭제 완료!")