Week 3 - JimKnee-Champ/Ethical-Hacking-Journal GitHub Wiki

Did a lot of scripting using powershell as well as bash. Learned more uses of nmap and how to make port scanning scripts manually, giving insight into how they function.

In activity 3.1, we learned how to involve DNS scanning into our scripts. using a dig axfr command gives us a list of hosts supported by the name server, which we used commands to sort into a file that would more easily be parsed by a tool as input. https://github.com/JimKnee-Champ/Ethical-Hacking-Journal/wiki/Activity-3.1-DNS-Enumeration