GithubHelp home page GithubHelp logo

htrgouvea / nozaki Goto Github PK

View Code? Open in Web Editor NEW
53.0 4.0 14.0 80.68 MB

HTTP fuzzer engine security oriented

License: MIT License

Perl 98.94% Dockerfile 1.06%
http fuzzer fuzzing perl api rest restfull security bugbounty research

nozaki's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar

nozaki's Issues

Option to use random user agent

During the fuzzing process, many requests are sent and web applications may have rate-limit controls and consequently block and prevent fuzzing from continuing.

One thing that could help make this fuzzing identification process more difficult is the possibility of using several different user agents. So, an option like: --random-agent would be super interesting.

New filter: possibility to filter by content type

Hi,

I think it's interesting to have a specific filter by "Content-Type". For example, I'm fuzzing several applications trying to find available package.json files. For this, I'm using a custom wordlist and the following parameters:

./nozaki.pl -m GET -u $i -w wordlists/test.txt -r 200 --content "version"

But there are still some false positives, I believe it could be aggressively reduced if I could filter by JSON content Type.
Thanks.

Add a SAST to the pipeline

It is necessary to add ZARN (github.com/htrgouvea/zarn) as a SAST resource to check for security issues in all codes that are inserted into this repository.

Ideally, this is a step that you execute with each new PR.

New option: "—report-to"

Basically is a new option to possibility send all requests and responses to a proxy tool like Burp Suite or OWASP ZAP.

Support for proxy

I believe that a useful new feature would be the possibility of sending Nozaki requests to a proxy.

Something like:

$ perl nozaki.pl --proxy http://0.0.0.0:8080 -m GET -u https://target.com

Problema na instalação

Recebo esse erro quanto tento executar
perl nozaki.pl 127 ⨯
Can't locate Find/Lib.pm in @inc (you may need to install the Find::Lib module) (@inc contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at nozaki.pl line 8.
BEGIN failed--compilation aborted at nozaki.pl line 8.

Help menu for specific "modules"

Hi Nozaki Team,

It would be very interesting if the tool had a specific help menu for a specific, for example:

perl nozaki.pl --workflow --help
perl nozaki.pl --wordlist --help

or else:

--module-help

Thx!

Possibility to filter content responses by strings

I have an idea which is to implement a new filter based on the content of the response.

The objective of detecting response pages with information leaks, for example.

Something like: nozaki.pl --content "MySQL"
If the string exists in the response content, it prints it.

Add unit tests

The integration of unit testing is not merely a best practice but a crucial step toward ensuring the reliability and resilience of our codebase. By conducting targeted tests on individual components, we fortify our project against bugs, elevate code stability, and lay the foundation for seamless collaboration.

Unit testing offers early bug detection, instills confidence during refactoring, and serves as living documentation for our code. In our context, it translates to enhanced code quality, improved collaboration, and accelerated development.

To kickstart this process, let's identify critical components, select a fitting testing framework, craft comprehensive test cases, and seamlessly integrate tests into our CI/CD pipeline.

Feature: --deep, recursive function on links

I think it would be interesting to have a feature to do recursively on found paths or links that were found on this host, which are from the same origin... We can structure this better but I wanted to leave the idea here noted :D

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.