sqlmap --version
1.1#stable"
I am running this command:
sqlmap --random-agent --dbms=MySQL --batch --beep --crawl=2 --forms --timeout=5 --retries=1 --threads=4 -m "/home/user/my_sites.txt" --dbs
And after it is done testing, I look at the .csv file and the result contains many URLs, even more from same site, and many of them only have url but the other columns are empty: Place, Parameter, Technique(s),Note(s)
Next to them I also see the positives, where some show the param and technique.
Is this a feature / update or a bug ? I if is normal, is there a way to switch back and only write positives to file ?
I am running this command:
sqlmap --random-agent --dbms=MySQL --batch --beep --crawl=2 --forms --timeout=5 --retries=1 --threads=4 -m "/home/user/my_sites.txt" --dbsAnd after it is done testing, I look at the .csv file and the result contains many URLs, even more from same site, and many of them only have url but the other columns are empty: Place, Parameter, Technique(s),Note(s)
Next to them I also see the positives, where some show the param and technique.
Is this a feature / update or a bug ? I if is normal, is there a way to switch back and only write positives to file ?