Alright people, before we begin building our tools, I just have a few things to get across to you.• I'm going to start from the basics but I'll also assume that you know how to get your virtual machine, Kali Linux and editor installed and running.• I'll be using Kali Linux in Virtual box• I'll … Continue reading Introduction to Python Programming and Ethical Hacking.
Tag: addresses
Scripting with Bash.
For this we would be writing a small ping sweeper script. Sending out a ping and getting information back that the ping was valid. To know which machine responds to the ping, we need to: Identify what a valid ping looks like.Use grep to extract specific line of information from the valid ping result.Use cut … Continue reading Scripting with Bash.
Introduction to Linux. (Part 1)
Setting up Virtual Machine. I decided to use VMWare workstation player, after only ever using virtual box.Google your choice of VM (in my case workstation player 15), download and install (follow the installation process) Google Kali Linux download and search through the results for, custom image by Offensive security, download appropriate image for VM.Download 7zip, … Continue reading Introduction to Linux. (Part 1)