如何从在线检查器中隐藏Codeigniter占用区域? [英] How to hide codeigniter footprint area from online checkers?

查看:55
本文介绍了如何从在线检查器中隐藏Codeigniter占用区域?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这可能会从 wappalyzer.com builtwith.com 等在线工具中删除 codeigniter 占地面积区域,并使敏感的项目技术无法检测?

is this possible to remove codeigniter footprint area from online tools like wappalyzer.com or builtwith.com and make the sensitive project technologies undetectable?

推荐答案

是的,有可能.

首先,您需要知道如何检测到它.看看Wappalyzer代码:
https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json#L1359

First, you need to know how it's being detected. Have a look at Wappalyzer code:
https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json#L1359

CodeIgniter的存在通过其可能的cookie名称检测: exp_last_activity exp_tracker ci_session ci_csrf_token .或HTML中可能的输入名称 ci_csrf_token CodeIgniter.png 图标的开头.

CodeIgniter's presence is being detected by its possible cookie names: exp_last_activity, exp_tracker, ci_session or ci_csrf_token. Or possible input name ci_csrf_token in the HTML, or precense of CodeIgniter.png icon.

通过修改配置文件或视图,您可以轻松地从CodeIgniter应用程序中删除此类隐含内容.Wappalyzer将不再识别它.

You can easily remove such implications from your CodeIgniter app by modifying config files or views. And Wappalyzer won't recognize it anymore.

不知道BuiltWith是否有一些开放源代码可以查看,但是我很确定它使用了类似的含义来检测CI应用程序.

Don't know if BuiltWith has some opensource code to look at, but I'm pretty sure it uses such kinda implications to detect CI apps.

这篇关于如何从在线检查器中隐藏Codeigniter占用区域?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆