Crypt0s / FakeDns

A regular-expression based python MITM DNS server with support for DNS Rebinding attacks
MIT License
549 stars 148 forks source link

Update fakedns.py wrong ip address parsing #36

Closed sn0x736e closed 4 years ago

sn0x736e commented 4 years ago

correct parsing of ip_address(string) to ip_address(bytes)

FredericLespez commented 4 years ago

Fix the same issue as PR #34

Crypt0s commented 4 years ago

whoops, thanks, merged and closing