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

bruteforce words and syntax error #56

Open
FilLupin opened this issue Dec 24, 2023 · 0 comments
Open

bruteforce words and syntax error #56

FilLupin opened this issue Dec 24, 2023 · 0 comments

Comments

@FilLupin
Copy link

FilLupin commented Dec 24, 2023

Hi there,
I am interested into trying this tool so here are the results of my reading of the documentation.

  1. I got several error: no devices/emulators found warnings but ciLocks continue running. It especially displayed when adb command are launched so I wonder if it really works.

  2. I tried it to find the password of an android phone I forgot. Reading the ciLocks binary, I understood I need to put the brute force words into a file, which I did.

  3. However, I got a syntax error and I wonder if line 185, if ! (( expr $i + 1 % 5 )); then should not be ${#i}? I am not sure of the goal of this line.
    Could some one give me some insights?

  4. Also, since I got a syntax error on line 180 because of \e[0;33m (k color defined on line 5), this concerns the following lines

for (( j=0; j<${#i}; j++ )); do
           adb shell input keyevent $((`echo ${i:$j:1}`+7))
done
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