- In the era of COVID-19, more people than ever are working from home and accessing their company's network remotely. Network Administrators are hastily implementing VPNs and firewall rules to allow their company's employees to login. This is perfect for productivity, but what about security? What happens when the wrong SSH port gets exposed to the internet? This is where our port scanner comes into focus. We can scan any target with an IPv4/IPv6 address and tell you which ports are open. This helps make informed decisions about the security of your PC or network in this connected world.
- Boost library (ASIO) https://www.boost.org/doc/libs/1_75_0/doc/html/boost_asio.html
- Accepts IPv4 addresses and IPv6 addresses for targets
- Scan against a list of wellknown ports or input a custom port
- TCP only as of now
- Clone the repository
- Navigate to testPort/testPort
- Build from solution file testPort.sln (VS19)
Feature | Status |
---|---|
Accept list of IP addresses | Not Started |
Color the status of each port (green for unblocked, red for blocked) | Not Started |
- Zakiya Pruitt
- Kyle Parker
- William Foster