I spent some time getting my head back into NMAP and network scanning in general which is not something that I have done much of for some time.
A quick NMAP scan on my own network reveled some interesting things.
- My Wifi Extender had port 23 open.
- My Laptop had SQL and VirtualBox installed and listening.
- I found that I had access to a 10. 20.22.xxx range with my ISP with several hosts and ports exposed. (nmap -V --open -T4 10.20.22.0/24)
had a look at all the listening ports Vs what came up in the NMAP scan.
netstat -a -b
Did some reading on Browser automation.
http://www.seleniumhq.org/
https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver
No comments:
Post a Comment