$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Have I been hacked - getting new site setup email for 8 localhost wordpress sites|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Have I been hacked - getting new site setup email for 8 localhost wordpress sites

matteradmin7PV0评论

I've just found some emails in my spam folder saying a new wordpress site has been set up on my local server, for 8 already existing wordpress installs.

I'm assuming its been hacked but am not 100%. My computer was being weird when I think it happened, not allowing me to get online...

I've just found some emails in my spam folder saying a new wordpress site has been set up on my local server, for 8 already existing wordpress installs.

I'm assuming its been hacked but am not 100%. My computer was being weird when I think it happened, not allowing me to get online...

Share Improve this question asked Nov 24, 2018 at 7:51 arthurrandomarthurrandom 936 bronze badges 3
  • 2 How would your localhost get hacked? Literally nobody else could access that site. – Jacob Peattie Commented Nov 24, 2018 at 10:27
  • Thanks for response. I was thinking If I logged into a WordPress site online that had been hacked, then they could run a hack through my browser somehow. Its just weird those Wordpress sites should all email a clean install notice at the same time, especially since the network was behaving suspiciously at the time. – arthurrandom Commented Nov 24, 2018 at 14:31
  • You're right. It was just coincidence I think... see my answer – arthurrandom Commented Nov 24, 2018 at 16:03
Add a comment  | 

1 Answer 1

Reset to default 0

Possibly it was just the original install emails coming through all at the same time from localhost, very late, some 2 years ago.

I can't find the original emails but then if they went into spam like these emails I wouldn't find them.

So I don't know, hopefully its just a late localhost bottleneck finally unbottlenecking.

Post a comment

comment list (0)

  1. No comments so far