Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
wiki.bernardino.org /
extensions /
Nuke /
Delete
Unzip
Name
Size
Permission
Date
Action
docs
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
i18n
[ DIR ]
drwxr-xr-x
2016-11-28 20:21
COPYING
17.67
KB
-rw-r--r--
2016-11-28 20:21
Gruntfile.js
573
B
-rw-r--r--
2016-11-28 20:21
INSTALL
1008
B
-rw-r--r--
2016-11-28 20:21
Nuke.alias.php
6.74
KB
-rw-r--r--
2016-11-28 20:21
Nuke.hooks.php
643
B
-rw-r--r--
2016-11-28 20:21
Nuke.i18n.php
121.73
KB
-rw-r--r--
2011-07-17 21:50
Nuke.php
554
B
-rw-r--r--
2016-11-28 20:21
Nuke_body.php
10.19
KB
-rw-r--r--
2016-11-28 20:21
README
622
B
-rw-r--r--
2016-11-28 20:21
RELEASE-NOTES
1.79
KB
-rw-r--r--
2016-11-28 20:21
SpecialNuke.php
42
B
-rw-r--r--
2016-11-28 20:21
composer.json
225
B
-rw-r--r--
2016-11-28 20:21
ext.nuke.js
713
B
-rw-r--r--
2016-11-28 20:21
extension.json
866
B
-rw-r--r--
2016-11-28 20:21
phpcs.xml
250
B
-rw-r--r--
2016-11-28 20:21
Save
Rename
/*jshint node:true */ module.exports = function ( grunt ) { grunt.loadNpmTasks( 'grunt-contrib-jshint' ); grunt.loadNpmTasks( 'grunt-banana-checker' ); grunt.loadNpmTasks( 'grunt-jsonlint' ); var conf = grunt.file.readJSON( 'extension.json' ); grunt.initConfig( { jshint: { options: { jshintrc: true }, all: [ '*.js' ] }, banana: conf.MessagesDirs, jsonlint: { all: [ '**/*.json', '!node_modules/**' ] } } ); grunt.registerTask( 'test', [ 'jshint', 'jsonlint', 'banana' ] ); grunt.registerTask( 'default', 'test' ); };