@@ -87,6 +87,9 @@ |
||
| 87 | 87 | return array_merge($urls1, $urls2); |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | + /** |
|
| 91 | + * @param string $exploit |
|
| 92 | + */ |
|
| 90 | 93 | protected function generateUrlsByExploit($target, $exploit) |
| 91 | 94 | { |
| 92 | 95 | $explodeUrl = parse_url($target); |
@@ -87,6 +87,9 @@ |
||
| 87 | 87 | return array_merge($urls1, $urls2); |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | + /** |
|
| 91 | + * @param string $exploit |
|
| 92 | + */ |
|
| 90 | 93 | protected function generateUrlsByExploit($target, $exploit) |
| 91 | 94 | { |
| 92 | 95 | $explodeUrl = parse_url($target); |
@@ -55,6 +55,6 @@ |
||
| 55 | 55 | |
| 56 | 56 | public function log($level, $message, array $context = array()) |
| 57 | 57 | { |
| 58 | - echo $level . ": " . $message; |
|
| 58 | + echo $level.": ".$message; |
|
| 59 | 59 | } |
| 60 | 60 | } |
| 61 | 61 | \ No newline at end of file |