find ALL IPs
Hello all There is a message comming out saying that i failed to determine the ip when i do the test for the following text:
checkio("267.11.0.0 1.2.3.4/16 192:168:1:1") == [] ***************************************************** Your result: ["1.2.3.4"] Right result: [] Fail: checkio("267.11.0.0 1.2.3.4/16 192:168:1:1") *****************************************************
Actually my result is True, because 1.2.3.4 is indeed an IP address and here is the prof
$ whois 1.2.3.4 % [whois.apnic.net] % Whois data copyright terms http://www.apnic.net/db/dbcopyright.html % Information related to '1.2.3.0 - 1.2.3.255' inetnum: 1.2.3.0 - 1.2.3.255 netname: Debogon-prefix descr: APNIC Debogon Project descr: APNIC Pty Ltd country: AU admin-c: AR302-AP tech-c: AR302-AP mnt-by: APNIC-HM mnt-routes: MAINT-AU-APNIC-GM85-AP mnt-irt: IRT-APNICRANDNET-AU status: ASSIGNED PORTABLE changed: hm-changed@apnic.net 20110922 source: APNIC irt: IRT-APNICRANDNET-AU address: PO Box 3646 address: South Brisbane, QLD 4101 address: Australia e-mail: abuse@apnic.net abuse-mailbox: abuse@apnic.net admin-c: AR302-AP tech-c: AR302-AP auth: # Filtered mnt-by: MAINT-AU-APNIC-GM85-AP changed: hm-changed@apnic.net 20110922 source: APNIC role: APNIC RESEARCH address: PO Box 3646 address: South Brisbane, QLD 4101 address: Australia country: AU phone: +61-7-3858-3188 fax-no: +61-7-3858-3199 e-mail: research@apnic.net remarks: ++++++++++++++++++ remarks: + Address blocks listed with this contact remarks: + are withheld from general use and are remarks: + only routed briefly for passive testing. remarks: + remarks: + If you are receiving unwanted traffic remarks: + it is almost certainly spoofed source remarks: + or hijacked address usage. remarks: + remarks: + http://en.wikipedia.org/wiki/IP_address_spoofing remarks: + http://en.wikipedia.org/wiki/Regional_internet_registry remarks: + remarks: ++++++++++++++++++ nic-hdl: AR302-AP tech-c: AH256-AP admin-c: AH256-AP mnt-by: MAINT-APNIC-AP changed: hm-changed@apnic.net 20110822 source: APNIC
Thanks for fun!