form-brute
Version:
Simple package that tries all possibilities from a wordList in a web form.
28 lines (27 loc) • 574 B
JSON
{
"name": "form-brute",
"version": "1.0.1",
"description": "Simple package that tries all possibilities from a wordList in a web form.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Dictionary",
"Education",
"Bruteforce",
"Brute-force",
"Combinations",
"Webform",
"Form"
],
"repository": {
"type": "git",
"url": "https://github.com/Andycko/brute-force"
},
"author": "Andrej Szalma",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2"
}
}