Skip to content

Modified bhqc, now the password is passed hidden and not in plain text#5

Open
shkz-x wants to merge 1 commit intokaluche:mainfrom
shkz-x:main
Open

Modified bhqc, now the password is passed hidden and not in plain text#5
shkz-x wants to merge 1 commit intokaluche:mainfrom
shkz-x:main

Conversation

@shkz-x
Copy link

@shkz-x shkz-x commented Nov 4, 2024

I made a small tweak to make the script safer for personal pentest use. Instead of passing the Neo4j password in plaintext (-p "password"), the script now asks for it securely using getpass. This way, the password doesn’t end up in the command history or visible to others. Just a simple contribution to keep things a bit more private!

  • Replaced plaintext password argument with getpass.getpass() for hidden input.

  • Added handling in stats_return_count() for cases where the query returns no results.

Thanks.

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

Successfully merging this pull request may close these issues.

1 participant