Hi,
I was trying to solve the following ctf challenge
https://biplobi.com/ctf/view/18
I have already found the encrypted email of admin. Decrypted the base64 also.
First I got Kl4qJiNeKmlsQCYjIyZsZS5jI14=
Then after decoding I got *^*&#^*il@&##&le.c#^
Now what are my steps.
Can you please help me?
Looks like a substitution cipher maybe?
Here are all the possible solutions
Screenshot removed
So I guess the most heuristic mail is removed?
Thanks bro.
To me it doesn’t look like a bruteforce problem.
I have done nmap scan. It showed a robots.txt
Disallow /.git
But cannot understand what to do?
Oh…
You see u can get the source of the website using .git
. I guess it was easier then expected eh?
and btw recommend learning git!
It gave the correct flag bro.
Thanks
You are welcome! and checkout git
Sure bro.
Trying to understand the git thing.
See if u download the .git
you can basically check the whole history of the project! Like this,
Screenshot removed
OMG
Great. Basically I can see the source codes?
Great one. Have a lot to learn. Thanks a lot bro.
Yeah. Basically devs use git
for version control. aka, if it’s like a time machine for projects if anything goes wrong. The .git
folder alone can recover the whole project if u accidentally delete or modify sth u shouldn’t have. So if u leave this on the server, ur basically giving ur whole projects history.
@santner I have tried with this wget --mirror -I .git http://cs2.biplobi.com/biddyut-barta/.git/
but it shows empty folder.
Bro try this
I used -r
for --recursive
. --mirror
didn’t work for me either
Maybe the article is too old
It works bro…
I respect your comment bro… but I think it should be. It’s an open source program and many things comes out to learn. I think it will be helpful to all. btw bro @1337 you should take your own way.
you can discuss about this topic but don’t directly discuss about spoiler or something like that.