webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Cache
/
RateLimiting
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
GlobalLimit.php
0.369KB
edt
ren
Limit.php
2.685KB
edt
ren
Unlimited.php
0.25KB
edt
ren
<?php namespace Illuminate\Cache\RateLimiting; class GlobalLimit extends Limit { /** * Create a new limit instance. * * @param int $maxAttempts * @param int $decayMinutes * @return void */ public function __construct(int $maxAttempts, int $decayMinutes = 1) { parent::__construct('', $maxAttempts, $decayMinutes); } }
<=Back
Liking