简体   繁体   English

phpMyAdmin上的Obscurity安全性

[英]Security by Obscurity on phpMyAdmin

So I have about 5-6 people who need access to phpMyAdmin on a daily basis, (CEO,CTO etc) and they all want access outside of their office. 因此,我大约有5-6个人(CEO,CTO等)每天需要访问phpMyAdmin,他们都希望在办公室外访问。 Currently I am adding and removing Ip address to fix this issue and they do not want to use a vpn. 目前,我正在添加和删除IP地址以解决此问题,他们不希望使用VPN。 So! 所以! I was wondering if to prevent bots from getting access to phpMyAdmin I could setup a custom url with a 32 character hash something like 我想知道是否要防止漫游器访问phpMyAdmin,我可以使用32个字符的哈希值来设置自定义网址,例如

www.mydomain.com/d65g4d6f5gdg65d15aw4urtb5 www.mydomain.com/d65g4d6f5gdg65d15aw4urtb5

That would bring up phpMyAdmin which would make it hard to find in the first place, then do the same thing for username and password, really big hash for user and password. 那将带来phpMyAdmin,这将使它很难首先找到,然后对用户名和密码进行相同的操作,对用户和密码进行很大的哈希处理。 Then just change the config to allow access from all ip address. 然后只需更改配置以允许从所有IP地址进行访问。 Is this secure enough? 这足够安全吗? Thanks for any input. 感谢您的任何投入。

The most problematic part can be the fact that randomly new phpMyAdmin exploits are discovered, so it's better if people do not know you have it... First of all you should stop benign and neutral search engines' crawlers via your robots.txt , but I believe you already took that step. 问题最多的部分可能是随机发现了新的phpMyAdmin漏洞,因此最好是人们不知道它有多...首先,您应该通过robots.txt停止良性和中性搜索引擎的爬虫,但是我相信您已经采取了这一步骤。 Personally, I believe a very strong password is unbreakable for every attacker who can't count on a cluster of computers, as long as the hashing algorithm is decent. 我个人认为,只要哈希算法是不错的,对于每个无法依靠计算机群集的攻击者来说,一个非常强大的密码都是坚不可摧的。 But if you put something like My P@s5w0OrD mU57 B3 ExXxtr3m3lY H@rd 70 Cr4sh!i! 但是,如果您输入My P@s5w0OrD mU57 B3 ExXxtr3m3lY H@rd 70 Cr4sh!i! , then the only ones you should fear are the NSA and few others, even under MD5 encryption ;) Of course, provided that you have SSL/TLS enabled, which will (try to) prevent people from snooping into your web sessions... ,那么您唯一需要担心的就是NSA,即使在MD5加密的情况下,也很少有人担心;)当然,只要您启用了SSL / TLS,这(就会)可以防止人们窥探您的网络会话...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM