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.

etc/hosts

how to use it / when to use it

HTTPS only

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

IP or Domain name ?

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

How to read the output ?

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.

Last updated