CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/node_modules/hpack.js/tools/
Upload File :
Current File : /var/www/hrms.uiet.co.in/node_modules/hpack.js/tools/utils.js

// Wrap lines after 79 chars
exports.wrap = function wrap(str) {
  var out = [];
  var pad = '    ';
  var line = pad;

  var chunks = str.split(/,/g);
  chunks.forEach(function(chunk, i) {
    var append = chunk;
    if (i !== chunks.length - 1)
      append += ',';

    if (line.length + append.length > 79) {
      out.push(line);
      line = pad;
    }
    line += append;
  });
  if (line !== pad)
    out.push(line);

  return out.join('\n');
};
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