CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/stream-http/test/browser/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/stream-http/test/browser/cookie.js

var Buffer = require('buffer').Buffer
var test = require('tape')

var http = require('../..')

test('cookie', function (t) {
  var cookie = 'hello=world'
  window.document.cookie = cookie

  http.get({
    path: '/cookie',
    withCredentials: false
  }, function (res) {
    var buffers = []

    res.on('end', function () {
      t.ok(new Buffer(cookie).equals(Buffer.concat(buffers)), 'hello cookie echoed')
      t.end()
    })

    res.on('data', function (data) {
      buffers.push(data)
    })
  })
})
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY