SQLMap 사용기
2021. 7. 1. 15:00ㆍ카테고리 없음
1. python 설치
2. sqlmap 설치
-> 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