For Seasides Hacking Automation Workshop Attendees
Page for hosting resources related to the workshop!
The page contains resources related to the workshop/training that I will be conducting at the Seasides conference on 20th February, 2025. The workshop is titled Automate Your Hacking: Zero to Hero, and more details can be found here - https://seasides.net/automate-your-hacking-zero-to-hero/.
Prerequisites
If you are one of the attendees, and you want to follow along (I highly recommend this), then please ensure either of the following prerequisites are met.
Bare Minimum
At the very least, please ensure that you have access to either Ubuntu 22.04 or newer. This could be installed on your laptop, in some cloud environment or as a VM. Also the laptop should be able to connect to your mobile hotspot as well for download dependencies, libraries, tools, code snippets, etc. The link to the repository containing the code used during the workshop will be shared at the start of the workshop.
Best Case
Following is the list of requirements that would make it much easier to follow along and also would limit the dependency on the Internet by a lot.
You have Ubuntu 22.04 or newer installed in a hypervisor like VirtualBox, VMWare, etc. The virtual machine should have at least 4 GB RAM and 2 CPU cores for smoother experience. You should also have admin rights on this VM.
Your system has Python 3.8 or newer and Pip installed.
You have access to any Terminal application and Bash shell.
You have Nmap installed: apt-get install nmap.
You have setup a virtual environment for your Python packages.
You have following Python packages installed:
requests
python-nmap
selenium
Flask (for intentionally vulnerable app)
dnspython
PyYAML
boto3
dpkt
paramiko
You have Nuclei installed.
You have Yara and Yara-Python installed.
See you at the Seasides!