SQLMap 사용기

2021. 7. 1. 15:00카테고리 없음

1. python 설치

2. sqlmap 설치

https://sqlmap.org/

-> zip 파일 다운로드

 

sqlmap: automatic SQL injection and database takeover tool

Introduction sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate p

sqlmap.org

 

3. tutorial

https://www.binarytides.com/sqlmap-hacking-tutorial/