Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dv000-7 opened this issue Jul 27, 2023 · 1 comment
Open

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

dv000-7 opened this issue Jul 27, 2023 · 1 comment

Comments

@dv000-7
Copy link

dv000-7 commented Jul 27, 2023

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

@vinaykmatam
Copy link

yes, It will be really helpfull if was show full data instead of limited on screen @ankane can we have this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants