Jump to content
thirty bees forum
  • 0

rename modules for security reasons?


Question

Posted (edited)

Hello, perhaps a simple question, but important for me:

is it an idea to rename a purchased module (including all files and necessary changes in them) so that it is perhaps not visible from the outside with the known name?

I don't know exactly how SQL injections work, for example, but perhaps files are searched for known names (modules) and this could perhaps prevent it a little?

A module always presents a certain risk until something about it appears at https://security.friendsofpresta.org/. But many developers still need many weeks or months to come up with a fix.

 

In that case, would I have to change all the names in every file that is contained in the module? For example, if the developer calls the module 'moduleone', would I have to rename every expression 'moduleone' to 'newname'?

Edited by DRMasterChief
  • Like 1

4 answers to this question

Recommended Posts

  • 0
Posted

Jumping in on this older post because I’ve been thinking about this same question. When bots scan for vulnerabilities, they look for code patterns like function calls or database queries, not the module’s filename. So renaming doesn’t change the exploitable logic. Curious—have you tried any other obfuscation methods that actually work for you?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...