Change any url file type: like customer.php to customer.[yourname]

manishfoodtechs

manish srivastava

Posted on September 11, 2020

Change any url file type: like customer.php to customer.[yourname]

Hello friends,
You can do this by making little changes to your apache .htacess.

It's fun. You can show customer.php as customer.asp or customer.manish ( here Manish is my name).

You can use it in your production but

In general, security by obscurity is one of the weakest forms of security. But in some cases, every little bit of extra security is desirable.

A few simple techniques can help to hide PHP, possibly slowing down an attacker who is attempting to discover weaknesses in your system. By setting expose_php to off in your php.ini file, you reduce the amount of information available to them.

You can learn more about here...

https://www.php.net/manual/en/security.hiding.php

# Make PHP code look like unknown types
AddType application/x-httpd-php .bop .foo .133t

Please visit my profile for more articles.

IMP REQUEST:
You are most welcome to join my team

Alt Text

Click here for joining my team .

Also you are most welcome to join OPEN SOURCE INTELLIGENT SYSTEM (OSINT) if you can help in open source project regarding safeguarding humans from various diseases like CORONA outbreak
https://github.com/Manishfoodtechs/OSINTHRH/wiki

Contact email: Manishfoodtechs@gmail.com.

If you have any problem, our team is also engaged in professional consultancy and delivery.

Imagecredit: pixabay

💖 💪 🙅 🚩
manishfoodtechs
manish srivastava

Posted on September 11, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related