Skip to content

Commit ddfb0e4

Browse files
author
haliluyapapapa
committed
add exp
1 parent cc54e8a commit ddfb0e4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

exp4php/hadsky.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
Author:l34rner
4+
Desc:HadSky CMS <=2.3.7 remote code excution vulnerability
5+
6+
**/
7+
$die=<<<str
8+
9+
usage:php $argv[0] target
10+
11+
Eg: php $argv[0] http://www.baidu.com/HadSky
12+
13+
str;
14+
if($argc<3)
15+
{
16+
die($die);
17+
}

exp4php/hadsky.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<?php
2+
phpinfo();
3+
?>

0 commit comments

Comments
 (0)