Sqlmap
De Linuxmemo.
(Différences entre les versions)
| (2 versions intermédiaires masquées) | |||
| Ligne 2 : | Ligne 2 : | ||
[[Catégorie:Web_Server_Scanner]] | [[Catégorie:Web_Server_Scanner]] | ||
automates the process of exploiting SQL injection flaws | automates the process of exploiting SQL injection flaws | ||
| + | |||
| + | git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev | ||
| + | |||
| + | ./sqlmap.py --wizard | ||
Version actuelle en date du 15 juillet 2020 à 10:11
automates the process of exploiting SQL injection flaws
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
./sqlmap.py --wizard