New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

keres

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keres

Keresbruteforce tool

latest
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

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

   

Keywords

bruteforce

FAQs

Package last updated on 26 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts