Open MarioVilas opened 1 month ago
That's weird. We'll have to try and reproduce that, but here is the library. https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Address.is_private
That's weird. We'll have to try and reproduce that, but here is the library. https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Address.is_private
No. That's not correct. In your message you're referenced to included library "ipaddress" in python but in project you're include IPAddress-object from "netaddr" library (is_private doesn't exists). Here is ref: https://netaddr.readthedocs.io/en/latest/api.html#netaddr.IPAddress
I have changed library netaddr to ipaddress and now it's working fine :)
I'm new with RootTheBox so I started a local instance to try it out. I created a new box, added an IP address, and now I can't see the box. Here's the traceback: