Показать сообщение отдельно

  #4  
Старый 30.09.2019, 17:57
NewbieOnHack
Новичок
Регистрация: 28.09.2019
Сообщений: 2
Провел на форуме:
517

Репутация: 0
По умолчанию

Цитата:
Сообщение от RWD  

https://github.com/sqlmapproject/sqlmap/wiki/Usage
Turn off payload casting mechanism
Switch: --no-cast
When retrieving results, sqlmap uses a mechanism where all entries are being casted to string type and replaced with a whitespace character in case of NULL values. That is being made to prevent any erroneous states (e.g. concatenation of NULL values with string values) and to easy the data retrieval process itself. Nevertheless, there are reported cases (e.g. older versions of MySQL DBMS) where this mechanism needed to be turned-off (using this switch) because of problems with data retrieval itself (e.g. None values are returned back).
Спасибо, но я не понял почему я обошел фильтр этим методом(при sql запросе в url строку получал 504, что означало, что коннект дропает фильтр)
 
Ответить с цитированием