buffer / thug

Python low-interaction honeyclient
GNU General Public License v2.0
967 stars 204 forks source link

Block parsing because Google Safe Browsing #333

Closed p3ngdump closed 2 years ago

p3ngdump commented 2 years ago

Hello Thug!

I'm trying to detect malicious websites using Thug. However, when accessing a website registered in Google Safe Browsing, it seems that the original content of the website cannot be parsed. Is there a way to turn off Google Safe Browsing when Thug parses a website?

thank you!

buffer commented 2 years ago

Thug does not make use of Google Safe Browsing at all so I have no idea of what is going on. I suspect you may be using Google DNS servers but I could be wrong

Does Google Public DNS offer the ability to block or filter out unwanted sites? Google Public DNS is purely a DNS resolution and caching server; it does not perform any blocking or filtering of any kind, except that it may not resolve certain domains in extraordinary cases if we believe this is necessary to protect Google’s users from security threats.

p3ngdump commented 2 years ago

If Thug does not make use of Google Safe Browsing, As you said, it's probably due to Google DNS.

I will check Google DNS.

Thanks buffer!