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

Misleading tool #5

Open
kr4k0n opened this issue Nov 9, 2024 · 0 comments
Open

Misleading tool #5

kr4k0n opened this issue Nov 9, 2024 · 0 comments

Comments

@kr4k0n
Copy link

kr4k0n commented Nov 9, 2024

Should state clearly instead of unicorn "magick" that the tool needs a rooted device

    root_check=$(adb -s "$device_serial" shell 'su -c "id -u" 2>/dev/null')
    if [[ "$root_check" -ne 0 ]]; then
        echo "Error: Device is not rooted. Root access is required to access the password files."
        exit 1
    fi
@kr4k0n kr4k0n changed the title Dumb tool Misleading tool Nov 9, 2024
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

1 participant