Git Product home page Git Product logo

urlfind's Introduction

urlfind

urlfind é um script que busca por urls e subdomínios

Instalação da Ferramenta

git clone https://github.com/yHunterDep/urlfind/
cd urlfind/
pip3 install -r requirements.txt

Help da Ferrameta

python3 urlfind.py -h

usage: urlfind.py [-h] -d DOMAIN [-p] [-gs] [-o OUTPUT] [-s]

options:
  -h, --help            show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        scaniar um domínio, exemplo: python3 urlfind.py -d
                        vulnweb.com
  -p, --params          pega apenas parâmetros
  -gs, --get_subs       este comando filtra os subdomínios
  -o OUTPUT, --output OUTPUT
                        salvar resultado em um arquivo de texto
  -s, --silent          não mostrar o banner

Encontrando urls com urlfind

python3 urlfind.py -d vulnweb.com

Salvar resultados em arquivos de texto

python3 urlfind.py -d vulnweb.com --output arquivo.txt
python3 urlfind.py -d vulnweb.com -o arquivo.txt

Pegando só os parâmetros e salvando

python3 urlfind.py -d vulnweb.com --params
python3 urlfind.py -d vulnweb.com -p
python3 urlfind.py -d vulnweb.com --params --output parametros.txt

Pegando subdomínios com Urlfind e salvando

python3 urlfind.py -d vulnweb.com --get_subs
python3 urlfind.py -d vulnweb.com -gs
python3 urlfind.py -d vulnweb.com --get_subs --output subdominios.txt 

OneLine => urlfind + httpX + nuclei

python3 urlfind.py -d vulnweb.com --get_subs --silent | httpx --silent | nuclei

Não mostrar o Banner

python3 urlfind.py -d vulnweb.com --silent
python3 urlfind.py -d vulnweb.com -s

urlfind's People

Contributors

yhunterdep avatar

Stargazers

 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.