1 00:00:04,750 --> 00:00:06,260 Bizshark library. 2 00:00:06,280 --> 00:00:07,270 Hello, everyone. 3 00:00:07,510 --> 00:00:16,270 Did you know that a shark library is used to analyze the network traffic in Python so already use Wireshark 4 00:00:16,450 --> 00:00:20,680 with the code in each packet that you can see in front of your screens? 5 00:00:21,040 --> 00:00:24,190 So this packet is actually available as variable. 6 00:00:24,520 --> 00:00:29,290 And what Python does the best, it works the best with variables. 7 00:00:29,410 --> 00:00:34,370 So let's go now to the terminal and they will make it a little bit bigger so you can see. 8 00:00:35,560 --> 00:00:40,060 So let's now install the Bizshark inside our devices. 9 00:00:40,360 --> 00:00:50,410 So I will do here Python actually able to pipe installed by a sharp python installed by a shark, less 10 00:00:50,410 --> 00:00:50,650 hit. 11 00:00:50,650 --> 00:00:51,430 Enter here. 12 00:00:52,360 --> 00:00:58,210 And now you can see that our computer started Dodik by a shark and it's actually successfully installed 13 00:00:58,210 --> 00:00:59,550 in our computer right now. 14 00:00:59,920 --> 00:01:02,530 So since already installed by a shark. 15 00:01:02,770 --> 00:01:09,490 Let's now get some additional information about the shark so you can assist by shark with the following 16 00:01:09,490 --> 00:01:14,260 comment, first of all, in python mode from the return and also the python. 17 00:01:14,740 --> 00:01:21,130 And now you can see the saros, which means that everything that you type will will be understood as 18 00:01:21,130 --> 00:01:22,060 a python code. 19 00:01:22,450 --> 00:01:25,370 So if I write import by a shark. 20 00:01:25,840 --> 00:01:32,890 So after you installed the package, you obviously need to also import it in your python code that we 21 00:01:32,890 --> 00:01:33,360 use. 22 00:01:33,610 --> 00:01:35,450 So I import Bizshark. 23 00:01:35,710 --> 00:01:37,260 OK, it's important now. 24 00:01:37,660 --> 00:01:48,130 And let's do help Bizshark not capture, not file capture. 25 00:01:48,400 --> 00:01:56,060 OK, so when I run this, you can see all the information necessary for you in order to assess Patia. 26 00:01:56,080 --> 00:01:58,420 So this is the actual class. 27 00:01:58,420 --> 00:02:00,220 We're using the computer class. 28 00:02:00,640 --> 00:02:09,040 So you can see how from just stack the comment in the comment line, we can already see files stored 29 00:02:09,040 --> 00:02:10,120 in the cat file. 30 00:02:10,420 --> 00:02:19,690 So this old information in either case for Bizshark, you can also see some parameters here, the default, 31 00:02:19,690 --> 00:02:28,260 but say the lock level, the encryption standards, which is the WFP and the WPA and so on. 32 00:02:28,840 --> 00:02:30,500 So that's everything for today. 33 00:02:30,850 --> 00:02:35,010 And what I want to explain about Bizshark and how to install it, that's it. 34 00:02:35,100 --> 00:02:36,520 Thank you very much for watching. 35 00:02:36,520 --> 00:02:38,320 And I will see you in the next video.