Example: - checked port 80
| before | after |
| 192.168.1.1:80 192.168.1.2:8080 192.168.1.1:80 192.168.1.2:80 |
192.168.1.2:8080 |
Example: - text in editbox "192."
| before | after |
| 192.168.1.1:80 192.168.1.2:8080 193.168.1.1:80 192.168.1.2:80 |
193.168.1.1:80 |
Note: you can write write more than only first chars (ex.: "192.168.")
Example:
| before | after |
| 192.168.1.1:80 192.168.1.2:8080 192.168.1.255:80 192.168.3.1:80 |
192.168.1.1:80 192.168.3.1:80 |
Example: - checked port 3128
| before | after |
| 192.168.1.1:80 192.168.1.1:8080 192.168.1.255:80 192.168.1.1:3128 |
192.168.1.255:80 192.168.1.1:3128 |
Example: - checked ports 80 and 8080
| before | after |
| 192.168.1.1:8080 192.168.1.2:8080 192.168.1.255:3128 192.168.3.1:80 |
192.168.1.1:8080 192.168.1.2:8080 192.168.3.1:80 |
Example:
| IPs | ports | after |
| 192.168.1.1 192.168.1.2 192.168.1.255 192.168.3.1 |
3128 80 |
192.168.1.1:3128 192.168.1.1:80 192.168.1.2:3128 192.168.1.2:80 192.168.1.255:3128 192.168.1.255:80 192.168.3.1:3128 192.168.3.1:80 |