Posts

  • Try Hack Me, Steel Mountain : Lessons

    Try Hack Me, Steel Mountain : Lessons

    I have recently been working through the THM Challenges, and I was looking for things that catch me out. This is one of them. During the Challenge it asks you to use an exploit from exploit-db https://www.exploit-db.com/exploits/39161 Now this script would run absolutely fine if I had been running this from a local vm or […]

  • Write-Host ‘Hello, PLANET EARTH”

    Write-Host ‘Hello, PLANET EARTH”

    Lets use the title image of this page as the a starting point. Let’s talk about Execution Policies. PowerShell scripts, though useful, could be packed with loads of commands, and functions we don’t want running on our system. To help protect users from attack, the execution policy by default should be set to restricted. So […]