@@ -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); |