Alight so I guess this is kind of a stupid to post but whatever...
I've been learning Bash and Python for some time but the beginner books seem (to me) that they don't really have any use. I usually end up doing the whole "Hello World!", Loops (attempt to), Variables and whatever else. I know that these books are to start out with but I'm like, how am I gonna really use this stuff.
So I checked out a book on Amazon for pentesting and python. I saw something about sockets and it looked interesting so I started to do some research and something about DNS lookups came up. So today I wrote a script to do DNS lookups by IP address. At first it was by Domain Name but it was static in the script like google.com or yahoo.com. Then I changed it so that I can input the ip address for DNS server and I would get the name.
For Bash, I would just make a script to add a user account with a directory or make Nmap scans easier. I'm looking to do more with Bash in the future...
I wondered how someone would take the OSCP course and edit the exploits for Metasploit but now I guess I'm getting closer to understanding. I gotta learn some Ruby for the eCPPT.
I'm kinda exciting that I'm actually getting learn how this stuff can be applied to daily use. I just gotta be creative about stuff