Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
laragon /
etc /
php /
pear /
PHPMailer /
[ HOME SHELL ]
Name
Size
Permission
Action
docs
[ DIR ]
drwxrwxrwx
examples
[ DIR ]
drwxrwxrwx
extras
[ DIR ]
drwxrwxrwx
language
[ DIR ]
drwxrwxrwx
test
[ DIR ]
drwxrwxrwx
.gitignore
85
B
-rw-rw-rw-
.scrutinizer.yml
3.54
KB
-rw-rw-rw-
.travis.yml
876
B
-rw-rw-rw-
LICENSE
25.8
KB
-rw-rw-rw-
PHPMailerAutoload.php
1.65
KB
-rw-rw-rw-
README.md
12.08
KB
-rw-rw-rw-
VERSION
6
B
-rw-rw-rw-
changelog.md
26.84
KB
-rw-rw-rw-
class.phpmailer.php
136.66
KB
-rw-rw-rw-
class.phpmaileroauth.php
7.01
KB
-rw-rw-rw-
class.phpmaileroauthgoogle.php
2.41
KB
-rw-rw-rw-
class.pop3.php
10.75
KB
-rw-rw-rw-
class.smtp.php
38.97
KB
-rw-rw-rw-
composer.json
1.14
KB
-rw-rw-rw-
composer.lock
126.28
KB
-rw-rw-rw-
get_oauth_token.php
4.92
KB
-rw-rw-rw-
travis.phpunit.xml.dist
1.05
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .scrutinizer.yml
build: environment: php: '5.6.0' before_commands: - "composer install --prefer-source" tools: external_code_coverage: enabled: true timeout: 300 filter: excluded_paths: - 'docs/*' - 'examples/*' - 'extras/*' - 'test/*' - 'vendor/*' php_code_coverage: enabled: false filter: excluded_paths: - 'docs/*' - 'examples/*' - 'extras/*' - 'test/*' - 'vendor/*' php_code_sniffer: enabled: true config: standard: PSR2 sniffs: generic: files: one_class_per_file_sniff: false filter: excluded_paths: - 'docs/*' - 'examples/*' - 'extras/*' - 'test/*' - 'vendor/*' # Copy/Paste Detector php_cpd: enabled: true excluded_dirs: - docs - examples - extras - test - vendor # PHP CS Fixer (http://http://cs.sensiolabs.org/). php_cs_fixer: enabled: true config: level: psr2 filter: excluded_paths: - 'docs/*' - 'examples/*' - 'extras/*' - 'test/*' - 'vendor/*' # Analyzes the size and structure of a PHP project. php_loc: enabled: true excluded_dirs: - docs - examples - extras - test - vendor # PHP Mess Detector (http://phpmd.org). php_mess_detector: enabled: true config: rulesets: - codesize - unusedcode - naming - design naming_rules: short_variable: { minimum: 2 } filter: excluded_paths: - 'docs/*' - 'examples/*' - 'extras/*' - 'test/*' - 'vendor/*' # Analyzes the size and structure of a PHP project. php_pdepend: enabled: true excluded_dirs: - docs - examples - extras - test - vendor # Runs Scrutinizer's PHP Analyzer Tool # https://scrutinizer-ci.com/docs/tools/php/php-analyzer/config_reference php_analyzer: enabled: true config: checkstyle: enabled: true naming: enabled: true property_name: ^[_a-zA-Z][a-zA-Z0-9_]*$ #Allow underscores & caps method_name: ^(?:[_a-zA-Z]|__)[a-zA-Z0-9_]*$ #Allow underscores & caps parameter_name: ^[a-z][a-zA-Z0-9_]*$ # Allow underscores local_variable: ^[a-zA-Z][a-zA-Z0-9_]*$ #Allow underscores & caps exception_name: ^[a-zA-Z][a-zA-Z0-9]*Exception$ isser_method_name: ^(?:[_a-zA-Z]|__)[a-zA-Z0-9]*$ #Allow underscores & caps filter: excluded_paths: - 'docs/*' - 'examples/*' - 'extras/*' - 'test/*' - 'vendor/*' # Security Advisory Checker sensiolabs_security_checker: true
Close