1 00:00:00,640 --> 00:00:06,070 ‫So core commands are basically used to manage and interact with an interpreter session. 2 00:00:06,640 --> 00:00:09,430 ‫Let's list some of them and we'll see them in detail soon. 3 00:00:10,380 --> 00:00:14,220 ‫Help command, you know, that it's to list the available commands. 4 00:00:15,570 --> 00:00:20,710 ‫Now here, we've already used the Sessions commands in our previous examples to manage the sessions. 5 00:00:21,390 --> 00:00:22,470 ‫But we're going to see some more. 6 00:00:23,630 --> 00:00:29,660 ‫The background command will send the current interpreter session to the background and return you to 7 00:00:29,660 --> 00:00:35,180 ‫the MSF console prompt to get back to your interpreter session, just interact with it again. 8 00:00:36,390 --> 00:00:41,730 ‫Using the Migrate Post module, you can migrate to another process on the victim. 9 00:00:42,390 --> 00:00:44,700 ‫Well, you may want to do this for several reasons. 10 00:00:44,700 --> 00:00:51,330 ‫For example, you can use the privileges of the migrated process or you migrate to a system process 11 00:00:51,330 --> 00:00:51,810 ‫to hide. 12 00:00:51,810 --> 00:00:52,170 ‫Maybe. 13 00:00:53,860 --> 00:00:58,240 ‫The channel command is to list and control the active channels. 14 00:00:58,960 --> 00:01:01,630 ‫You can open a channel using the execute command. 15 00:01:02,080 --> 00:01:02,560 ‫Don't worry. 16 00:01:02,650 --> 00:01:03,640 ‫We're going to see that to. 17 00:01:04,580 --> 00:01:11,540 ‫Now, the load or it's deprecated alias use commands are used to load interpreter extensions. 18 00:01:11,840 --> 00:01:17,930 ‫Please do not confuse the use command of MSFT console with a use command of the interpreter. 19 00:01:18,710 --> 00:01:23,330 ‫I think this is the reason that the use command is replaced by the load command here. 20 00:01:24,270 --> 00:01:25,740 ‫But in any event. 21 00:01:26,740 --> 00:01:27,910 ‫It will help you keep it straight. 22 00:01:29,590 --> 00:01:36,270 ‫The run command, as you probably remember, it is to run a maturity script or a post module. 23 00:01:37,120 --> 00:01:43,450 ‫And finally, you can use the exit or the quick commands to terminate the interpreter session, so let's 24 00:01:43,450 --> 00:01:45,400 ‫see some of the core commands in detail.