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