keres

0.1.5 • Public • Published

Keres

Build Status CDNJS

Keres is a simple tool for pentest professionals & developers who are curious in bruteforce algorithms

Install

1.  npm install --save @chrispro/keres
OR
2.  npm install -g keres 
 

API

var strings= bf({
  len: 20,
  chars: "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()-_+=~`[]{}|\:;'<>,.?/",
  filterSimilarChars: true,
  step: function (str) {
  console.log('generatedID: ' + str);
  },
  end: function (strs,pattern) {
    strParam2 = strs;
     strs.should.eql(['ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()']);
    console.log();
  }
});



Commando examples

 
 
 
    node keres
 
    node keres --inspect http://www.myexamplewebiste.com 
 
    node keres --v8=1
    
    node keres --debug
 
   

Package Sidebar

Install

npm i keres

Weekly Downloads

31

Version

0.1.5

License

ISC

Unpacked Size

1 MB

Total Files

12

Last publish

Collaborators

  • cryptix720