Assignment 3.1 ‐Powershell & DNS - Jacob-Mayotte/SEC335_Tech_Journal GitHub Wiki
Goal of assignment:
We don't always have a Kali box handy when we are trying to get information on a target, we can also scan laterally using a system we have targeted and exploited. Consider the following powershell one liner. We are asking the DNS Server on 192.168.4.4 to resolve the IP Address 192.168.3.100. It turns out this is the instructor's PC in FOSTER 202.
Tools Used:
- Powershell on Windows!
Deliverable 1:
Deliverable 2:
Trials & Tribulations:
I am beyond excited to be doing powershell based scripting! This is an area I really enjoyed from SYS320 and sometimes do for my current internship!
Sources:
- https://fredrikengseth.medium.com/automatic-dns-lookup-script-for-powershell-3bb589653b9c
- https://www.tutorialspoint.com/how-to-resolve-dns-address-using-powershell#:~:text=To%20resolve%20the%20DNS%20address,records%20for%20the%20particular%20address.
- https://learn.microsoft.com/en-us/powershell/module/dnsclient/resolve-dnsname?view=windowsserver2022-ps