Progress Report 1 - Reverse Shell Project - Python Software Development
Today I started working on the first part of my project. The reverse shell requires an online server with which it can communicate with. The online server has a static address and this solves the problem of dynamic addresses which would have been there if the victim's PC was communicating with our PC instead of an online server. I have used Digital Ocean to create my online server. I chose the most basic plan and added $5 to my account credits. This is more than enough for my project as I won't be running this project for a really long period of time. After signing up for Digital Ocean's plan, I went ahead and created a droplet (server) and then chose the operating system for the server. I chose the Ubuntu 20.04 (LTS) x64 version. After this, I chose the region of my data center - New York. I just picked New York because it was within the U.S. and it's better to pick a region that's closer to the place from where most of your traffic comes. After this I added my ...