View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001428 | Kali Linux | General Bug | public | 2014-06-18 07:57 | 2014-06-19 12:48 |
| Reporter | lucask | Assigned To | muts | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | x64 | OS | Kali | OS Version | 1.0 |
| Product Version | 1.0.7 | ||||
| Summary | 0001428: SQLMap has bad handling for the path to a file (when using POST requests with the -r switch) | ||||
| Description | I'm not sure if it's a Kali or a SQLMap issue. When in a working directory and calling sqlmap with the -r switch, I experience that when I do not give the absolute path or if the absolute path contains spaces (even escaped ones), the program has troubles finding the file and shuts down. | ||||
| Steps To Reproduce | having a file called test.txt in /root/D\ -\ Working\ Documents/ and /root I can only use the full path. When your current working directory is root: sqlmap -r test.txt will fail | ||||