View Issue Details

IDProjectCategoryView StatusLast Update
0001428Kali LinuxGeneral Bugpublic2014-06-19 12:48
Reporterlucask Assigned Tomuts  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Platformx64OSKaliOS Version1.0
Product Version1.0.7 
Summary0001428: 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
sqlmap -r /root/test.txt will succeed
sqlmap -r /root/D\ -\ Working\ Documents/test.txt will fail

Activities

muts

muts

2014-06-19 12:48

reporter   ~0002079

I recommend you submit this to the SQLMap tool developers.

Issue History

Date Modified Username Field Change
2014-06-18 07:57 lucask New Issue
2014-06-19 12:48 muts Note Added: 0002079
2014-06-19 12:48 muts Status new => closed
2014-06-19 12:48 muts Assigned To => muts
2014-06-19 12:48 muts Resolution open => no change required