crunchsec / crunch

crunch wordlist generator from http://sourceforge.net/projects/crunch-wordlist/
GNU General Public License v2.0
210 stars 61 forks source link

Im an extreme noob at hydra trying to get my own password #13

Open steamcleanerboi opened 1 year ago

steamcleanerboi commented 1 year ago

I've been trying for 2 days now making progress on learning how to get a pass with hydra. I was trying with tiktok before but now im just using my own file. sudo hydra -l aeris -P /media/sf_passwordlists/START ftp://192.168.0.5 -V This is as far as I got and when I run this it goes through 15 different combinations and then stops giving me the error: ERROR all children were disabled due to too many connection errors 0 of 1 target completed. I saw some people talking online telling saying to use -t flag, but when I use it it will only let me go to 64 where it once again stops and gives me the error. Some said to use -s but it wants me to " option requires an argument -- 's'" Anybody willing to help or teach me I will appreciate greatly I can talk on insta or send you videos. Thanks!

Edit: I've been trying it on my tiktok account and for some reason with -V it works: sudo hydra -l "ybbetter342" -P /media/sf_passwordlists/Ashley-Madison.txt -u -f 18.160.181.91 -s 443 http-post-form "/tiktok.com:username=^USER^&value=^PASS^:F=<form name='username'" -V The issue is... i put my pass in one of the very first numbers of the list and when i run the program with the list it goes to 15 or 16 with pass 123456 babygirl and says its the right password and completed.

I think that something with telling the program what is and isnt a right password is wrong, im not sure what it is but if anybody can help me that'd be great.