logoalt Hacker News

ErroneousBoshtoday at 12:50 PM1 replyview on HN

So wait a second then, it connects out using a websocket to its bot C&C server, right?

Which presumably passes it a URL to scrape and waits for it to return the data.

What happens if I write my own tool that connects to that C&C server, waits for a URL to scrape, and returns gigabytes of freshly brewed hot horseshit?


Replies

woffoortoday at 1:11 PM

Most scrapped websites have https, so you need to perform a MITM attack. Scrapers will probably notice that.

show 2 replies