What is it? @.@

Here is the place where I record some tactics about wargame, systems, and other security issues.

2012-10-12

WeChall - Training: WWW-Robots

Description:

WWW-Robots
In this little training challenge, you are going to learn about the Robots_exclusion_standard.
The robots.txt file is used by web crawlers to check if they are allowed to crawl and index your website or only parts of it.
Sometimes these files reveal the directory structure instead protecting the content from being crawled.

Enjoy!

Solution:
  1. Find the robots.txt of WeChall website and check the file.
    hxxps://www.wechall.net/robots.txt
  2. The content of robots.txt is like below.
    User-agent: *
    Disallow: /challenge/training/www/robots/T0PS3CR3T
  3. Visit the link. It's done!
    Visit: hxxps://www.wechall.net/challenge/training/www/robots/T0PS3CR3T