Python Script, OpenLuck and Kioptrix
- Felipe Carvalho

- Jan 30, 2023
- 1 min read

Hi! It's been a long time and a lot has happened but today I wanted to show a simple script that I used to "brute force" my way into getting a shell. This post will also debut my first script that is related directly to something in cybersecurity,
I'm studying for TCM's Practical Network Penetration Testing exam and on chapter 10 we are using OpenLuck to get a bind shell on a Kioptrix Level 1 box.
After going through the tutorial I had the simple but cool idea of creating a script that could automate my attempts of getting the right target for the command.
I learned how to transform `int`s into `string`s and vice-versa and also how to run command line commands from a Python script.
Go an checkout my repo, this is the direct link to the OpenLuck script: https://github.com/csfelipe/AutomationEndevours/tree/develop/007-openluck-try-try-again
Cheers!


Comments