umeshshinde19 / instainsane

Multi-threaded Instagram Brute Forcer (100 attemps at once)
Other
547 stars 339 forks source link

too many arguments #10

Open shyam-chauhan opened 3 years ago

shyam-chauhan commented 3 years ago

Kazam_screenshot_00006

Killers-Hack-Team commented 3 years ago

farklı wordlist kullan

JTR104 commented 3 years ago

Same problem. Something I’ve noticed if it help to point out the obvious, if running the default password.lst, the extra lines with empty strings don’t appear like other txt or lst files do. While looking at the coding it points to the while loop on line 573. I have a feeling this has to do with the fact that it tries to pass extra empty strings causing it to crash because the program can only pass so many at once.

JTR104 commented 3 years ago

So I’ve looked deeper into this issue and found a few things. First, if you use CUPP which is a program used to develop wordlists based on the target and info gathered, stay away from Leet code. It seems to not jive well with this program. Second, if you have special characters involved, specifically the “ or ‘ characters, the program reads them and thinks its a new line and replicates the number of input lines, doubling the amount of input the program can take at once, hence the too many arguments error. Not to say the program couldn’t be modified or anything of that nature as it could use an update but I noticed after correcting these errors the program began to work again.

taha-112 commented 1 year ago

Any one know solution please help

SamJoel2007 commented 5 months ago

I'm getting the same issue guys "./instainsane.sh: line 575: [: too many arguments" please help