Skip to content

is there any way to print all the findings instead of 50? #20

@dv000-7

Description

@dv000-7

hi,

is there any way to print all the findings instead of 50?
i using pdscan to scan the databases but it is showing only 50 findings not other records. it should return all the other records also

   pdscan = [
        "pdscan",
        "--only", "card",
        f"{self.database}://{self.username}:{self.password}@{self.host}:{self.port}/{self.db_name}",
        "--format", "ndjson",  
        "--show-data",
        "--show-all"
     ]

any suggestions, advice will be helpful...!!
Need help @here
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions