Hello everyone, there has been an update to level 24 of the bandit game. i hope it will be helpful.
hello Folks!!! it’s a samxia99
I have written this article to help beginners and to explain how I solved one level. designed to be useful for those looking for guidance. I hope my walkthrough will be helpful.
Just a quick reminder that the game has been updated, so the password has also been changed. I hope this password is helpful!
Bandit Level 24 → Level 25
- Level Goal
A daemon is listening on port 30002 and will give you the password for bandit25 if given the password for bandit24 and a secret numeric 4-digit pincode. There is no way to retrieve the pincode except by going through all of the 10000 combinations, called brute-forcing.
You do not need to create new connections each time.
nano bash file
after using ./test.sh | nc localhost 30002 | grep -v “wrong” scroll to find the password for the next level.
pass:-p7TaowMYrmu23Ol8hiZh9UvD0O9hpx8d
Hopefully, this write-up will be useful for everybody, I have tried to make it easy to read. and this password is not working in your case so try to solve it yourself.
PS: I will write the next part right after this.