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.
Python 3.*
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.
Ejecute:
python findbuckets3.py -b palabra
Ejemplo: python findbuckets3.py -b yahoo
Tal vez deba agregar utf-8 de la siguiente manera:
export PYTHONIOENCODING=UTF-8