WebExploit es un framework diseñado para automatizar el proceso para atacar un sitio web a travez de fallas de SQL, este script ademas cuenta con algunas funciones utiles como por ejemplo encontrar el panel administrativo de un sitio web y tambien nos puede detectar si el sitio es vulnerable o no SQLI.. y por ultimo la funcion de SQLI a travez el framework sqlmap
Funciones | Informacion |
---|---|
Find Panel | Encuentra el panel admin de un sitio web. |
Verificar SQLI | Verifica si el sitio es vulnerable a SQLI |
Attack SQLI | Hace inyeccion de SQLI |
Distribución | Estado |
---|---|
Kali Linux | Compatible |
Ubuntu | Compatible |
Xbuntu | Compatible |
Debian | Compatible |
Parrot OS | Compatible |
Termux | Compatible |
Dependencias nesesarias |
---|
Curl |
wget |
sqlmap |
- git clone https://github.com/byteSalgado/web-exploit/
- cd web-exploit
- chmod +x install.sh
- ./install.sh
- git clone https://github.com/byteSalgado/web-exploit/
- cd web-exploit
- chmod +x termux_install.sh
- ./termux_install.sh
- Facu Salgado (ByteSalgado)
- Angel Moreno