1 00:00:00,150 --> 00:00:03,740 Welcome to the web application enumeration section. 2 00:00:03,930 --> 00:00:09,150 And I'm calling this revisited because we've already covered a lot of the tools that we use for web 3 00:00:09,150 --> 00:00:10,980 application enumeration. 4 00:00:11,070 --> 00:00:17,130 We've covered things like why appetizer like Nick dough like der buster. 5 00:00:17,130 --> 00:00:17,400 Right. 6 00:00:17,430 --> 00:00:20,330 And we've covered all these different tools that we can utilize. 7 00:00:20,490 --> 00:00:26,760 And we've even covered a little bit of burp sweet especially when we got into the midcourse Capstone. 8 00:00:26,760 --> 00:00:27,060 Right. 9 00:00:27,060 --> 00:00:32,730 So we've talked about a lot but there's some things still that I've left out and I really want to add 10 00:00:32,730 --> 00:00:33,390 those in. 11 00:00:33,390 --> 00:00:37,770 So what this section is going to cover is mainly tools. 12 00:00:37,770 --> 00:00:44,250 Actually all tools that utilize the go language and it's going to build off of each other. 13 00:00:44,250 --> 00:00:46,070 So we're going to build a script. 14 00:00:46,080 --> 00:00:51,570 We're going to automate this process in just a little mini script but I'm going to introduce you at 15 00:00:51,570 --> 00:00:58,440 the end to my actual enumeration script that I use against clients that I use for bug bounties and that 16 00:00:58,440 --> 00:01:00,500 I use pretty much daily. 17 00:01:00,510 --> 00:01:08,250 So it's it's a nice little process and basically we're going to take from the start of finding subdomains 18 00:01:08,250 --> 00:01:13,030 and we're going to instead of using subtlest organize a couple of tools find subdomains we're going 19 00:01:13,030 --> 00:01:19,760 to make sure those subdomains are alive and we're going to look at taking screenshots of subdomains 20 00:01:19,800 --> 00:01:25,200 that we find so that we have to navigate to those pages one by one instead we can just get a visual 21 00:01:25,500 --> 00:01:27,560 enumeration pretty quickly. 22 00:01:27,990 --> 00:01:32,550 So we're going to tie that all together in the last video when we actually talk about enumerating the 23 00:01:32,550 --> 00:01:33,220 process. 24 00:01:33,240 --> 00:01:38,100 You get to see what my script looks like and I'm going to provide it to you so that you can play around 25 00:01:38,100 --> 00:01:42,650 with it utilize it however you want and make it your own. 26 00:01:43,090 --> 00:01:48,540 So let's go ahead and move onto the first video and we're going to talk about installing go Lang.