Skip to content

--where doesn't work in --count #3487

@687766616e

Description

@687766616e

python2 sqlmap.py -v 2 -o --level 5 --threads 10 --tor --risk 1 --sqlmap-shell --random-agent --drop-set-cookie --tamper xforwardedfor,varnish -u "http://test.test.com.us/login.php" --data "user=&pass=&submit=%BDT%BB%7B"

--count -D test -T detail

Database: test
+------------+---------+
| Table      | Entries |
+------------+---------+
| dbo.detail | 92177   |
+------------+---------+

--count -D test -T detail --where "id='test'"

Database: test
+------------+---------+
| Table      | Entries |
+------------+---------+
| dbo.detail | 92177   |
+------------+---------+

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions