Git Product home page Git Product logo

bruteforms's Introduction

alt text

Bruteforms Força bruta em formulários web.

FACEBOOK / TWITTER

È um script feito em PHP que executa ataques de tentativa & erro em formulários web. php bruteforms.php urlpost post senhas tipo validação proxy

  • PHP Version 5.4.7
  • php5-curl LIB
  • cURL support enabled
  • cURL Information 7.24.0
  • Apache 2.4
  • allow_url_fopen = On
  • Permição Leitura & Escrita

Parâmetro urlpost:

--urlpost + post: Definir url de validação post

ex: --urlpost="http://localhost/validarLogin.php" "usuario=admin&senha=[SENHA]",

Parâmetro arquivo:

È necessario definir o argumento [SENHA] dessa forma o script seta senha vindo do arquivo.

--arquivo: Definir arquivo com senhas.

ex:--arquivo="senhas.txt"

Parâmetro tipo:

--tipo: Existe dois tipos de validação

tipo[1]: Efetua o teste de validação baseado na url de retorno.

ex[1]: --tipo="1", OBS se o teste de senha

retornar a url setada significa que login e senha OK.

tipo[2]: Efetua o teste de validação baseado no erro de retorno.

ex[2]: --tipo="2", OBS se urlpost retornar msg diferente do

setado em tipo[2] é login OK.

--tipo="1" ou --tipo="2"

Parâmetro validar:

--validar: Onde é armazenado o conteúdo de validação de acordo com --tipo.

ex:[1]: --tipo="1" --validar="http://localhost/admin/index.php",valida com url logada.

ex:[2]: --tipo="2" --validar="login erro",valida com erro de retorno.

Parâmetro proxy:

--proxy: Setar o proxy.

ex: --proxy="exemplo:8080",OBS para não usar basta não informa o mesmo.

Exemplo:

Alvo:http://localhot

Validação[1] por url:

php bruteforms.php --urlpost="http://localhot/validarLogin.php" "usuario=admin&senha=[SENHA]" --arquivo="senhas.txt"
--tipo="1" --validar="http://localhost/admin/index.php"

Validação[2] por erro:

php bruteforms.php --urlpost="http://localhot/validarLogin.php" "usuario=admin&senha=[SENHA]" --arquivo="senhas.txt" --tipo="2" --validar="login erro"

Referente proxy basta o mesmo ser setado --proxy="exemplo:8080"

bruteforms's People

Contributors

googleinurl avatar

Watchers

 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.