Working Notes: SEC335: Week 8 - eliminmax/cncs-journal GitHub Wiki

Week 8

Overview

Did Labs 8.1 and 8.2

Lab 8.1

This one was a breeze - I had to create a reverse shell with weevely, and did not run into any difficulty.

My notes on Weevely are here.

Lab 8.2

I ran into some trouble with this one. I was trying to run a reverse shell in windows that was written in powershell, by writing a file called reverse.bat, which contained the code, invoked with powershell -c. Unfortunately, it did not work. For some reason, running it directly in cmd worked, but it took way too long to figure that one out.

My notes on reverse shells are here