TakeOver

Free Room

Introduction

  • I'm editing the etc/hosts file to start with, as suggested in the Hint from the introduction. From what we can read we know that it will be only about doing subdomain enumation so let's get into it IMPORT : SUPPORT information

  • I could show you all the scans I did but I prefer not to, mostly for space reasons :) Instead I'll summarize everything that I learned from my mistakes.

chevron-rightetc/hostshashtag

how to use it / when to use it

chevron-rightHTTPS onlyhashtag

You want to specify https instead of http in most case scenarios. It might create an error saying that

chevron-rightIP or Domain name ?hashtag

If you can then use the Domain name In some rare cases like vhost

chevron-rightHow to read the output ?hashtag

Even though at the end of the scan gobuster is summurizing all the Found enumarations You do want to add it to a file with the flag -o followed by the name of the file.

triangle-exclamation

Last updated