We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54e8a commit ddfb0e4Copy full SHA for ddfb0e4
exp4php/hadsky.php
@@ -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
@@ -0,0 +1,3 @@
+phpinfo();
+?>
0 commit comments