How can I prevent my server from receiving requests for a modified application? [duplicate]

I am developing an android application and in the future also for IOS, and I use a server in PHP.

Is it possible for my server to know the source of the application sending the requests?

For example, if someone modifies the apk of my app… Continue reading How can I prevent my server from receiving requests for a modified application? [duplicate]

My WP site just got hacked for the third time even after following WP hardening guidelines

After the second hack, we did all the necessary things written here – https://wordpress.org/support/article/hardening-wordpress/ , https://security.stackexchange.com/a/180925 and we also changed the file permission (wp-config.php to 400). … Continue reading My WP site just got hacked for the third time even after following WP hardening guidelines

Can you think of any kind of bug which would make a PHP script send its own code, or part of its code, somewhere?

While editing “live” CLI PHP scripts, which are regularly running on my computer and which interact with external services, such as sending POST data via HTTPS to some website, generating the content, I often have the paranoid thought that… Continue reading Can you think of any kind of bug which would make a PHP script send its own code, or part of its code, somewhere?