owscan permite obtener información y posibles vulnerabilidades de sitios web
OWscan
Dentro de termux actualizar con:
apt updatey luegoapt upgradeAgrega Git:
apt install gitDescargar owscan:
git clone https://github.com/Gameye98/OWScan.gitcd OWscanchmod +x owscan.phpEjecutar y colocar un sitio web a analizar, por ejemplo https://www.hackthissite.org/
php owscan.php
Wordlist de python
Dentro de termux actualizar con:
apt updatey luegoapt upgradeInstalar python:
apt install pythonpip install wordlistPara crear un diccionario por ejemplo que cumpla con @h@i@v@e@ donde el comodín es @ y solo pueden ser números del 6 al 9 (repetidos incluso):
wordlist 6-9 @h@i@v@e@
REFERENCIAS