Giter VIP home page Giter VIP logo

custom-bruteforce's Introduction


 root@github ~$ go build -o build src/narukoshin.go
 root@github ~$ chmod +x build/narukoshin
 root@github ~$ ./build/narukoshin
{
  "name": "narukoshin",
  "age": 23,
  "hobbies": [
    "๐Ÿ‘จโ€๐Ÿ’ป programming",
    "๐Ÿ˜พ hacking websites and systems",
    "๐Ÿคณ taking pictures",
    "๐ŸŽน making music",
    "๐ŸŽธ playing guitar",
    "๐Ÿ•น playing video games",
    "๐Ÿคธ sport"
  ],
  "languages": [
    "english",
    "russian",
    "japanese",
    "latvian"
  ],
  "programming_languages": [
    "PHP",
    "JavaScript",
    "Python",
    "C++",
    "Go"
  ],
  "linux_distros": {
    {"name": "Arch", "desc": "for penetration testing, daily life"},
    {"name": "Ubuntu", "desc": "for web servers"}
  }
}

custom-bruteforce's People

Contributors

narukoshin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

custom-bruteforce's Issues

Tool is not sending json formatted data.

Sometimes there are POST requests like:

{"email": "[email protected]", "password": "your secret password"}

where you need to submit JSON formatted data.

The thing is that the tool by default is formatting data regularly, so we need to convert that data to JSON when the Content-Type is
application/json

Memory leak while using stdio option

When you are loading a wordlist with the stdin option, the script is eating too much RAM and the script just dies after some minutes of trying to load the wordlist.
image
image

Include config by parts

Sometimes there are pieces of config lines that always are the same in most of the projects.
For example, email configuration.

For easier use would be an excellent idea to add a feature that includes config by parts from other files so you can copy the exact lines stored.

It should look something similar to this:

include:
    - email.yml
    - headers.yml

handling a negative or invalid thread number

If you type a negative thread count in the config.yml, you will see a wrong error nessage.

error: too much threads for such small wordlist, please decrease amount of threads

Can't get the token

Faced a bug when I was sending a request to the API.
Token crawler tries to get the token from the request URI, but there's no token. It's throwing back only a response message.

So, I need to add a new option for the URL, where's the token is stored at.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.