angryip / ipscan

Angry IP Scanner - fast and friendly network scanner
angryip.org
GNU General Public License v2.0
4.08k stars 715 forks source link

Modifed RangeFeederGUI, so that it removes whitespaces from IPs #433

Closed 0xda568 closed 5 months ago

0xda568 commented 8 months ago

When I quickly wanted to test an IP range by pasting the IPs, I'd often encountered the problem that the IPs contained a whitespace character at the end, which resulted in a malformed IP.

To fix this, I modified the createFeeder function so that all whitespaces are removed before the RangerFeeder is created. Additionally, the IPs in the input fields also get updated to the trimmed IP.