GithubHelp home page GithubHelp logo

anthrax3 / fuzzil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mrcl0wnlab/fuzzil

0.0 0.0 0.0 25 KB

The Fuzzil is a program which injects automatically data into a webpage and detect potential bugs.

License: GNU General Public License v2.0

PHP 100.00%

fuzzil's Introduction

FuZZil Simple fuzz

Version PHP 7 Build GitHub

DESCRIPTION

The Fuzzil is a program which injects automatically data into a 
webpage and detect potential bugs.
 + Autor: MrCl0wn
 + Blog: http://blog.mrcl0wn.com
 + GitHub: https://github.com/MrCl0wnLab
 + Twitter: https://twitter.com/MrCl0wnLab
 + Email: mrcl0wnlab\@\gmail.com

WARNING

+------------------------------------------------------------------------------+
|  [!] Legal disclaimer: Usage of afdWordpress for attacking                   |
|  targets without prior mutual consent is illegal.                            |
|  It is the end user's responsibility to obey all applicable                  | 
|  local, state and federal laws.                                              |
|  Developers assume no liability and are not responsible for any misuse or    |
|  damage caused by this program                                               |
+------------------------------------------------------------------------------+

HELP

    ███████╗██╗   ██╗███████╗███████╗██╗██╗     
    ██╔════╝██║   ██║╚══███╔╝╚══███╔╝██║██║     
    █████╗  ██║   ██║  ███╔╝   ███╔╝ ██║██║     
    ██╔══╝  ██║   ██║ ███╔╝   ███╔╝  ██║██║     
    ██║     ╚██████╔╝███████╗███████╗██║███████╗
    ╚═╝      ╚═════╝ ╚══════╝╚══════╝╚═╝╚══════╝
[!] [HELP]

     Defina o comando 
     TARGET                  -t target.com.br/FUZZ  
     ARQUIVO SOURCE FUZZ     -f strings.txt 
     THREADS                 --thr 15
     RANGE                   --range 1-200
     GREP                    --grep 
     HELP                    --help / -h

[!] [OUTPUT]
     CODE                      200.log,301.log,
                               302.log,401.log,
                               402.log,403.log,
                               grep.log

USE

php fuzzil.php  -t http://www3.ILUSTRATIVO.gov.br/FUZZ -f 0day.txt --grep 'Admin - Autentica'
php fuzzil.php  -t http://FUZZ.ILUSTRATIVO.gov.br/Sistema/Login.aspx -f sub.txt --grep 'Admin - Autentica'
php fuzzil.php  -t 'http://FUZZ.ILUSTRATIVO.gov.br/Sistema/Login.aspx?login=1%27' -f sub.txt --grep 'SQL syntax;'
php fuzzil.php  -t 'http://FUZZ.ILUSTRATIVO.gov.br/admin.FUZZ' -f ext.txt'
php fuzzil.php  -t http://wwwFUZZ.ILUSTRATIVO.gov.br  --range 1-100
php fuzzil.php  -f hots_check_status_code.txt

TUNNING ( GAMBIARRA )

MODIFICAR O ARQUIVO  PHP-FPM:
       apt-get install php7.2-fpm
       sudo vim /etc/php-fpm.conf

ADD OS VALORES:
    pm = dynamic
    pm.max_children = 40
    pm.start_servers = 15
    pm.min_spare_servers = 15
    pm.max_spare_servers = 25
    pm.max_requests = 1000

        
RESTART SERVICE:
    sudo service php-fdm restart 

REF:
    https://php.net/manual/en/install.fpm.configuration.php
    https://serversforhackers.com/c/php-fpm-process-manageme

fuzzil's People

Contributors

mrcl0wnlab avatar

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.