webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
fakerphp
/
faker
/
src
/
Faker
/
Provider
/
is_IS
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Address.php
8.34KB
edt
ren
Company.php
1.438KB
edt
ren
Internet.php
0.421KB
edt
ren
Payment.php
0.666KB
edt
ren
Person.php
46.56KB
edt
ren
PhoneNumber.php
0.309KB
edt
ren
<?php namespace Faker\Provider\is_IS; class Company extends \Faker\Provider\Company { /** * @var array Danish company name formats. */ protected static $formats = [ '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{lastName}} {{companySuffix}}', '{{firstname}} {{lastName}} {{companySuffix}}', '{{middleName}} {{companySuffix}}', '{{middleName}} {{companySuffix}}', '{{middleName}} {{companySuffix}}', '{{firstname}} {{middleName}} {{companySuffix}}', '{{lastName}} & {{lastName}} {{companySuffix}}', '{{lastName}} og {{lastName}} {{companySuffix}}', '{{lastName}} & {{lastName}} {{companySuffix}}', '{{lastName}} og {{lastName}} {{companySuffix}}', '{{middleName}} & {{middleName}} {{companySuffix}}', '{{middleName}} og {{middleName}} {{companySuffix}}', '{{middleName}} & {{lastName}}', '{{middleName}} og {{lastName}}', ]; /** * @var array Company suffixes. */ protected static $companySuffix = ['ehf.', 'hf.', 'sf.']; /** * @see http://www.rsk.is/atvinnurekstur/virdisaukaskattur/ * * @var string VSK number format. */ protected static $vskFormat = '%####'; /** * Generates a VSK number (5 digits). * * @return string */ public static function vsk() { return static::numerify(static::$vskFormat); } }