Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提交指纹-[hikvision-ip-camera] #187

Closed
zeroChen00 opened this issue Jan 15, 2024 · 5 comments
Closed

提交指纹-[hikvision-ip-camera] #187

zeroChen00 opened this issue Jan 15, 2024 · 5 comments
Assignees
Labels
Reviewed 已经审核 Verified 已经验证

Comments

@zeroChen00
Copy link
Contributor

zeroChen00 commented Jan 15, 2024

测试目标

http://115.96.25.211

指纹的Yaml规则

name: hikvision-ip-camera
priority: 3
nuclei_tags:
  - - "Hikvision"
fingerprint:
  - path: /
    request_method: get
    request_headers: {}
    request_data: ''
    status_code: 0
    headers: {}
    keyword: []
    favicon_hash: ['89b932fcc47cf4ca3faadb0cfdef89cf']
@cn-kali-team cn-kali-team changed the title 提交指纹-[Hikvision IP Camera] 提交指纹-[hikvision-ip-camera] Jan 15, 2024
Copy link

验证过程:

点击展开查看

URL: �[38;5;10mhttp://115.96.25.211/�[39m
HEADERS:
date: Mon, 15 Jan 2024 07:59:16 GMT
server: DNVRS-Webs
etag: "0-a0f-62d"
content-length: 1581
content-type: text/html
connection: keep-alive
keep-alive: timeout=60, max=99
last-modified: Thu, 25 Sep 2014 11:42:40 GMT
COOKIES:
STATUS_CODE: 200
TEXT:
<!doctype html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache, must-revalidate">
	<meta http-equiv="expires" content="0">
	<title>index</title>	
	<script>
		function initindex() {
			if (navigator.appname == 'netscape' || navigator.appname == "opera") {
				var syslanguage= navigator.language.tolowercase();
			} else {
				var syslanguage= navigator.browserlanguage.tolowercase();
			}
			var szlanguage = syslanguage.substring(0,2);
			if(szlanguage == "zh") {  //中文需要区分简体和繁体   
				var arsyslan = syslanguage.split("-");
				if (arsyslan.length === 2) {
					var szlanguage = arsyslan[0].tolowercase() + "_" + arsyslan[1].touppercase();
					if(arsyslan[1].tolowercase() === "cn") {
						$.cookie('language', 'zh');
					} else {
						$.cookie('language', szlanguage);
					}
				}
			} else {
				$.cookie('language', szlanguage);
			}
			self.moveto(0,0);   //使其ie窗口最大化
			self.resizeto(screen.availwidth,screen.availheight); 
			$.cookie('updatetips', 'true');
			window.location.href = "doc/page/login.asp";
		}
	</script> 
</head>
<body>
	<script type="text/javascript" src="doc/script/lab.min.js"></script>
	<script>
		$lab
		.script("doc/script/jquery-1.7.1.min.js").wait()
		.script("doc/script/jquery.cookie.js").wait()
		.script("doc/script/global_config.js?version=" + new date()).wait(function () {
			initindex();
		});
	</script>
</body>
</html>
�[38;5;9mFAVICON: {
    "http://115.96.25.211/favicon.ico": "89b932fcc47cf4ca3faadb0cfdef89cf",
}�[39m
Matching fingerprintV3WebFingerPrint {
    name: "hikvision-ip-camera",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [
            "89b932fcc47cf4ca3faadb0cfdef89cf",
        ],
        headers: {},
        keyword: [],
    },
}

验证结果:

  • 是否识别成功: true

@github-actions github-actions bot added the Verified 已经验证 label Jan 15, 2024
Copy link

验证过程:

点击展开查看

URL: �[38;5;10mhttp://115.96.25.211/�[39m
HEADERS:
date: Mon, 15 Jan 2024 07:59:27 GMT
server: DNVRS-Webs
etag: "0-a0f-62d"
content-length: 1581
content-type: text/html
connection: keep-alive
keep-alive: timeout=60, max=99
last-modified: Thu, 25 Sep 2014 11:42:40 GMT
COOKIES:
STATUS_CODE: 200
TEXT:
<!doctype html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache, must-revalidate">
	<meta http-equiv="expires" content="0">
	<title>index</title>	
	<script>
		function initindex() {
			if (navigator.appname == 'netscape' || navigator.appname == "opera") {
				var syslanguage= navigator.language.tolowercase();
			} else {
				var syslanguage= navigator.browserlanguage.tolowercase();
			}
			var szlanguage = syslanguage.substring(0,2);
			if(szlanguage == "zh") {  //中文需要区分简体和繁体   
				var arsyslan = syslanguage.split("-");
				if (arsyslan.length === 2) {
					var szlanguage = arsyslan[0].tolowercase() + "_" + arsyslan[1].touppercase();
					if(arsyslan[1].tolowercase() === "cn") {
						$.cookie('language', 'zh');
					} else {
						$.cookie('language', szlanguage);
					}
				}
			} else {
				$.cookie('language', szlanguage);
			}
			self.moveto(0,0);   //使其ie窗口最大化
			self.resizeto(screen.availwidth,screen.availheight); 
			$.cookie('updatetips', 'true');
			window.location.href = "doc/page/login.asp";
		}
	</script> 
</head>
<body>
	<script type="text/javascript" src="doc/script/lab.min.js"></script>
	<script>
		$lab
		.script("doc/script/jquery-1.7.1.min.js").wait()
		.script("doc/script/jquery.cookie.js").wait()
		.script("doc/script/global_config.js?version=" + new date()).wait(function () {
			initindex();
		});
	</script>
</body>
</html>
�[38;5;9mFAVICON: {
    "http://115.96.25.211/favicon.ico": "89b932fcc47cf4ca3faadb0cfdef89cf",
}�[39m
Matching fingerprintV3WebFingerPrint {
    name: "hikvision-ip-camera",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [
            "89b932fcc47cf4ca3faadb0cfdef89cf",
        ],
        headers: {},
        keyword: [],
    },
}

验证结果:

  • 是否识别成功: true

@cn-kali-team cn-kali-team added the Reviewed 已经审核 label Jan 15, 2024
Copy link

审核通过:

  • 指纹规则已经合并,感谢提交。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2024
@cn-kali-team cn-kali-team reopened this Jan 15, 2024
Copy link

验证过程:

点击展开查看

URL: �[38;5;10mhttp://115.96.25.211/�[39m
HEADERS:
date: Mon, 15 Jan 2024 13:35:03 GMT
server: DNVRS-Webs
etag: "0-a0f-62d"
content-length: 1581
content-type: text/html
connection: keep-alive
keep-alive: timeout=60, max=99
last-modified: Thu, 25 Sep 2014 11:42:40 GMT
COOKIES:
STATUS_CODE: 200
TEXT:
<!doctype html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache, must-revalidate">
	<meta http-equiv="expires" content="0">
	<title>index</title>	
	<script>
		function initindex() {
			if (navigator.appname == 'netscape' || navigator.appname == "opera") {
				var syslanguage= navigator.language.tolowercase();
			} else {
				var syslanguage= navigator.browserlanguage.tolowercase();
			}
			var szlanguage = syslanguage.substring(0,2);
			if(szlanguage == "zh") {  //中文需要区分简体和繁体   
				var arsyslan = syslanguage.split("-");
				if (arsyslan.length === 2) {
					var szlanguage = arsyslan[0].tolowercase() + "_" + arsyslan[1].touppercase();
					if(arsyslan[1].tolowercase() === "cn") {
						$.cookie('language', 'zh');
					} else {
						$.cookie('language', szlanguage);
					}
				}
			} else {
				$.cookie('language', szlanguage);
			}
			self.moveto(0,0);   //使其ie窗口最大化
			self.resizeto(screen.availwidth,screen.availheight); 
			$.cookie('updatetips', 'true');
			window.location.href = "doc/page/login.asp";
		}
	</script> 
</head>
<body>
	<script type="text/javascript" src="doc/script/lab.min.js"></script>
	<script>
		$lab
		.script("doc/script/jquery-1.7.1.min.js").wait()
		.script("doc/script/jquery.cookie.js").wait()
		.script("doc/script/global_config.js?version=" + new date()).wait(function () {
			initindex();
		});
	</script>
</body>
</html>
�[38;5;9mFAVICON: {
    "http://115.96.25.211/favicon.ico": "89b932fcc47cf4ca3faadb0cfdef89cf",
}�[39m
Matching fingerprintV3WebFingerPrint {
    name: "hikvision-ip-camera",
    priority: 3,
    request: WebFingerPrintRequest {
        path: "/",
        request_method: "get",
        request_headers: {},
        request_data: "",
    },
    match_rules: WebFingerPrintMatch {
        status_code: 0,
        favicon_hash: [
            "89b932fcc47cf4ca3faadb0cfdef89cf",
        ],
        headers: {},
        keyword: [],
    },
}

验证结果:

  • 是否识别成功: true

@cn-kali-team cn-kali-team added Reviewed 已经审核 and removed Reviewed 已经审核 labels Jan 15, 2024
Copy link

审核通过:

  • 指纹规则已经合并,感谢提交。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed 已经审核 Verified 已经验证
Projects
None yet
Development

No branches or pull requests

2 participants