8000 GitHub - mapachemirlo/findbuckets3: Pequeño script para buscar s3 buckets
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mapachemirlo/findbuckets3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Findbuckets3

Findbuckets3 es un pequeño script para buscar buckets s3 utilizando el buscador grayhatwarfare, actualmente está en etapa de desarrollo, la idea es agregarle más funcionalidad.

Disponible por el momento solo para entorno Linux.

Requisitos

Python 3.*

Instalación

Clone el repositorio a su directorio local:

git clone https://github.com/mapachemirlo/findbuckets3.git

Instale las dependencias:

Ingrese al directorio findbuckets3 y ejecute:

pip install -r requirements.txt

Si tiene inconvenientes con mechanize, pruebe instalando por separado:

pip install -U mechanize o descargando el archivo desde http://www.search.sourceforge.net/mechanize/src/ y ejecutando setup.py.

Puede agregar el archivo findbuckets3.py al $PATH para más comodidad.

Uso

Ejecute:

python findbuckets3.py -b palabra

Ejemplo: python findbuckets3.py -b yahoo

Nota

Tal vez deba agregar utf-8 de la siguiente manera: export PYTHONIOENCODING=UTF-8

About

Pequeño script para buscar s3 buckets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0