itmefeez / instashell

Clone of instashell from thelinuxchoice
https://medium.com/@itmefeez/brute-force-instagram-password-using-instashell-in-kali-linux-510e4537b82a
197 stars 94 forks source link

random command execution #5

Closed ghost closed 3 years ago

ghost commented 3 years ago

When running a custom wordlist, passwords which include periods, underscores and dashes have a tendancy to cause issues with the code that is running, which ends up with error messages for grep and passwords appearing where they shouldnt be. Here is an example:

Trying pass (3632/3634): 1939420
Trying pass (.trujillo10/): 
Trying pass (3621/1939420): 10trujillo_
Trying pass (3622/1939420): _trujillo10
Trying pass (3623/1939420): 10trujillo-
grep: invalid option -- 't'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
itmefeez commented 3 years ago

This doesn't affect any execution.

I will try to fix this

sahil-dhuri commented 3 years ago

This doesn't affect any execution.

I will try to fix this

right password is present in list then also its not maching ..pls solve it