Trawling for Fishermen - Investigating a Chinese Honeynet
Join OSINT hunter N0mad as he investigates a Chinese honeynet that lights up like a Christmas tree.
Welcome to my article on trawling for fisherman. This is an example of various OSINT skills paired with some experience in that special field. While searching for online Cisco-IP Phones that come with a distinct Server-Header and are easily findable using our preferred OSINT-Search engine i came across a HTTP-Response that looked at the first glance like I had found a honeypot Christmas tree.
The index.html does not only display 300+ various Server-Headers, but also 400+ different website-titles and 400+ other lines of text that might get searched and indexed by botnet-scanners for later exploitation.
Here are some examples (full example at the end of the article).
<title>AdminLTE 2 | Dashboard</title>
<title>Administration Console</title>
<title>Apache Tomcat</title>
<title>Apex Web Services</title>
<title>AsicMiner</title>
<title>BaseDashboard</title>
<title>Braunschweiger Seven Stammtisch</title>
<title>C3T Routers</title>
<title>CRM - Welcome</title>
<title>Center of Inspiration</title>
<title>Channel management</title>
<title>Chaparral Wireless</title>
<title>Costume Designers Guild | IATSE local 892</title>
<title>D-LINK CORPORATION, INC | WIRELESS ROUTER | LOGIN</title>
<title>D-LINK SYSTEMS, INC. | WIRELESS ROUTER | HOME</title>
<title>DIR600 1</title>
<title>DIR-615 DLINK</title>
<title>DLINK DIR-905L</title>
<title>DSL Router - GKM 1220</title>
<title>DSL Router</title>
<title>DVR Components Download</title>
<title>Default PLESK Page</title>
<title>Default Parallels Plesk Page</title>
<title>Default Parallels Plesk Panel Page</title>
<title>Directory listing for /</title>
<title>Dlink DIR-610</title>
<title>Dlink DIR-611</title>
<title>Document Moved</title>
<title>ELSYS CPE-2N</title>
<title>F609</title>
<title>Feaforall – Just another WordPress site</title>
<title>FiberHome AN5506-02-B, hardware: GJ-2.134.321B7G, firmware: RP2520</title>
<title>FiberLink101</title>
...
UPnP Digital Video/Audio Recorder,8 Channel(SD) H.264 DVR(ports:67/68/80)
UTT Internet Gateway Device,UTT 802.11 SoC Solution
Update Success!
UpnpManager,UPnP Device
UseUserCredential
User Password
UserSetSetting
VMG3312-B10A,MitraStar single-chip ADSL router
VMG3312-B10B,MitraStar single-chip ADSL router
VMI-DVR-3108-SL 192.168.1.5,Digital Video Recorder
VOUK-NAS (DS716+),Synology NAS
WAP3205v2,WAP3205v2
WBR-6005,150M N wireless Router
WPAPSK
WPS Access Point,Kit1700Duo
WWW-Authenticate
WWW-Authenticate: Basic realm="netcam"
Web Client for EDVS/EDVR
Wireless Router,Wireless Router
X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
XBR-55X700D
XWebPlay
Xiaomi MediaRenderer
You have logged out of the Cisco Router.
ZXV10 H108L,ZTE Broadband Home Gateway
Zioncom TOTOLINK N300R,Zioncom TOTOLINK N300R
ZoneDirector,Ruckus Wireless ZoneDirector
ZyXEL P-660HN-T1A
[error]0
[fonts]
[general]
[mark]
\u0022ECOR264
\u0022NETGEAR
\x11\x44\x75\x63\x6b\x79\
a42e705f4cade6b3e84b99b0e0400e74
ad43fd99987a8f6a648abe05095bf52c
admin:
adjuncts
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
bindaddr = 0.0.0.0
d41d8cd98f00b204e9800998ecf8427e
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
daxi,PSTEK Digital Signage
After just skimmed over the content it was sure, this was definitely designed to attract scanners, but the purpose was unclear. Was it cloaking OSINT-search engines like binaryedge, shodan or zoomeye, or was it designed to attract as many botnet-scanners as possible? Was this OpenSource, a private project or operated by a company? Unsure I threw it into a coms-channel with my fellow OSINT community, and someone noticed the B64 - string on the beginning, which i interpreted as some hash, and shortly after we noticed that the B64 string translated to:
Good Catch; at least this question is answered. Searching for this Anglerfish - Honeypot reveals that is used by the 360.cn Crew to track Botnets of all kind:
- https://securityaffairs.co/wordpress/94169/malware/roboto-p2p-botnet.html
- https://blog.netlab.360.com/the-awaiting-roboto-botnet-en/
- https://www.avar2019.org/agenda/day-1/hunting-advanced-iot-malware
So next question: how big is it, what is the distribution? Fortunately, the B64 - string in the header helps us here, and searching binaryedge reveals a medium-sized honeynet of ~450 hosts:
Ok, so far we have a 450-nodes honeynet from a Chinese company that blazes like the Xmas-tree in front of our city hall during holiday-season. And we know, that the clever guys from 360.cn are using this to fish for botnets, bots, C&C-comms, and even 0day-detection, so one can expect the honeypot to have some fancy functions, so lets investigate this road.
Let's see if the output or headers vary upon different requests to the same URL:
[ n0mad@caravan ~ ] > proxycurl -v http://172.104.60.88/ > 1.out
* Trying 172.104.60.88...
* TCP_NODELAY set
> GET / HTTP/1.1
> Host: 172.104.60.88
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Sat, 18 Jan 2020 08:38:03 GMT
< Server: Mbedthis-Appweb/2.4.0 <--------------
< Content-Type: text/html; charset=UTF-8
< Content-Length: 44438
<
{ [3336 bytes data]
[ n0mad@caravan ~ ] > proxycurl -v http://172.104.60.88/ > 2.out
* Trying 172.104.60.88...
* TCP_NODELAY set
> GET / HTTP/1.1
> Host: 172.104.60.88
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Sat, 18 Jan 2020 08:38:08 GMT
< Server: Hikvision-Webs <--------------
< Content-Type: text/html; charset=UTF-8
< Content-Length: 44438
<
[ n0mad@caravan ~ ] > diff 1.out 2.out
[ n0mad@caravan ~ ] >
What you see: The html-output is the same over both requests (no diff), BUT: the server-headers vary, probably some random or rotation mode, assuring a very widespread indexing of the honeypot (I haven't seen this technique until now, but Mr Spock would approve). Next, lets see if this thingie is capable of more than just rotating the headers and try some "lame exploit":
[ n0mad@caravan ~ ] > proxycurl -v http://172.104.60.88/global-protect/login.esp
* Trying 172.104.60.88...
* TCP_NODELAY set
* Connected to 172.104.60.88 (127.0.0.1) port 80 (#0)
> GET /global-protect/login.esp HTTP/1.1
> Host: 172.104.60.88
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Sun, 19 Jan 2020 18:56:56 GMT
< Server: PanWeb Server/ -
< Content-Length: 11757
<
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=.85">
<meta http-equiv="pragma" content="no-cache">
<title>GlobalProtect Portal</TITLE>
<link rel="shortcut icon" type="image/x-icon" href="portal/images/favicon.ico">
<link rel="stylesheet" href="portal/css/bootstrap.min.css">
<link rel="stylesheet" href="portal/css/latofonts.css">
<script src="portal/js/jquery.min.js"></script>
...
Ahhh...
This is a kind of semi-interactive honeypot, that delivers pages, according to a request, allowing the operator to catch the next phase in exploitation: exploit and payload. Very nice, indeed.
I assume that the honeypot-engine has sites for anything that it tries to simulate, from applicationserver, IoT-devices, broadband-routers, webservers, databases and whatnot. Just look at all the Server:Headers the honeypot presents.
OK, let's try a different service, let's try the redis-functionality:
[ n0mad@caravan ~ ] > proxyredis-cli -h 172.104.60.88
172.104.60.88:6379> keys *
OK
(1.01s)
172.104.60.88:6379> set 1,1
OK
(1.04s)
172.104.60.88:6379> keys *
OK
172.104.60.88:6379>
OK, so this is not a real high-interaction-honeypot, more like a simulation, but still nice, probably sufficient for all the botnet-scanning and exploitation in auto-mode.
To get a full overview of the capabilities from this system, look at the ports and services from the screenshot from shodan:
So we have now a 450+ - nodes Honeynet that is able to simulate a huge amount of exploitable services from all kind of devices, with the ability to collect exploits and bots for further investigation like C&C-tracking, botnet-tracking or 0day-detection, and the chinese team is doing all this, as you can read from their blogposts. Its a little bit like the pineapple-pi for botnets and scanners. Truely amazing!
I even found probably 500 more installations, but have no time to dive deeper into this subject atm, and even the case of that 165 empty lines in the beginning of the html-output, bevore you come to the B64 - string is subject to speculation; i have a guess, but will investigate this maybe in a later stage.
Here is the crux:
You cannot stealthy operate such a honeynet. Since it's purpose is to drag attention, you will (probably) always be able to track such thing down. That B64-string helped for sure, but there are 1001 other methods to find all nodes that host the same type of honeypot-technology.
And it was a nice exercise.
Disclaimer
i like what the teams from 360.cn and KnownSec are doing and what excellent analysis they contribute in terms of botnet-analysis and exploit-hunting, as well as OSINT-services like ddosmon.net and zoomeye.org. I definitely don't want to troll or offend any of the guys, nor do i think that this honeynet is somewhat different from others; i just put the "Chinese" into the title for pure attention-whore-reasons.
Appendix
- Full HTML
<deleting 160 lines of \n >
<!DOCTYPE html>
<html dir="ltr" lang="en">
<meta charset="utf-8" />
<p hidden>
X19fXyBfICBfIF9fX18gXyAgICBfX19fIF9fX18gX19fXyBfIF9fX18gXyAgXyAgICBfICBfIF9fX18gXyAg...
</p>
<p hidden>
<!--
Server:
Server: 360 web server
Server: 792/71644 HTTP Server version 2.0 - TELDAT S.A.
Server: A10WS/1.00
Server: ADB Broadband HTTP Server
Server: AR
Server: ASUSTeK UPnP/1.0 MiniUPnPd/1.4
Server: ATS/5.3.0
Server: Adaptec ASM 1.1
Server: AirTies/ASP 1.0 UPnP/1.0 miniupnpd/1.0
Server: Allegro-Software-RomPager/4.06
Server: AmirHossein Server v1.0
Server: AnWeb/1.42p
Server: AnyStor-E
Server: Apache-Coyote/1.1
Server: App-webs/
Server: ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.9.4)
Server: AvigilonGateway/1.0 Microsoft-HTTPAPI/2.0
Server: Baby Web Server
Server: BigIP
Server: Boa/0.93.15
Server: Boa/0.94.7
Server: Boa/0.94.13
Server: Boa/0.94.14rc20
Server: Boa/0.94.14rc21
Server: BolidXMLRPC/1.10 (Windows NT) ORION-BOLID v1.10
Server: BroadWorks
Server: Brovotech/2.0.0
Server: CJServer/1.1
Server: CPWS
Server: CVM
Server: Caddy
Server: Cambium HTTP Server
Server: Camera Web Server
Server: CentOS WebPanel: Protected by Mod Security
Server: Check Point SVN foundation
Server: Cherokee/1.2.101 (Ubuntu)
Server: CherryPy/2.3.0
Server: CherryPy/3.1.0beta3 WSGI Server
Server: CherryPy/8.1.2
Server: Cisco AWARE 2.0
Server: Citrix Web PN Server
Server: Commvault WebServer
Server: Control4 Web Server
Server: CouchDB/1.6.1 (Erlang OTP/18)
Server: CouchDB/2.0.0 (Erlang OTP/17)
Server: Cougar/9.01.01.3841
Server: Cougar/9.01.01.5001
Server: Cowboy
Server: Cross Web Server
Server: D-Link Web Server 0.01
Server: DNVRS-Webs
Server: DVR-HttpServer/1.0
Server: DVRDVS-Webs
Server: DWS
Server: DasanNetwork Solution
Server: Debian/4.0 UPnP/1.0 miniupnpd/1.0
Server: Deluxe Beauty Office
Server: Destiny
Server: DpmptspKarawangkab_HTTP_SERVER
Server: E2EE Server 1.0
Server: EBox
Server: EShare Http Server/1.0
Server: Easy-Web Server/1.0
Server: Embedded HTTP Server.
Server: Embedthis-Appweb/3.2.3
Server: Embedthis-Appweb/3.3.1
Server: Embedthis-http
Server: Ericom Access Server
Server: Ericom Access Server x64
Server: FN-Httpd 1.0 [HTTP/1.1]
Server: FUJITSU ServerView iRMC S4 Webserver
Server: FileMakerPro/6.0Fv4 WebCompanion/6.0v3
Server: Flussonic
Server: GSHD/3.0
Server: GeoHttpServer
Server: GeoWebServer 4.4.1.0
Server: Ginatex-HTTPServer
Server: GlassFish Server Open Source Edition 4.0
Server: GoAhead-Webs
Server: GoAhead-Webs/2.5.0
Server: GoAhead-http
Server: GoTTY
Server: H3C-Miniware-Webs
Server: HFS 2.2f
Server: HFS 2.3 beta
Server: HFS 2.3e
Server: HFS 2.3i
Server: HFS 2.3k
Server: HFS 2.3m
Server: HTTP Server
Server: HTTP Server 1.0
Server: HTTP Software 1.1
Server: HTTPD
Server: HTTPD Web Server
Server: HTTPD-HR Server powered by Apache
Server: HTTPD_gw 1.0
Server: Hikvision-Webs
Server: Hipcam
Server: HostGW.com EnterpriseServer built fo SMKN 1 Kaligondang
Server: Http Server
Server: Httpd
Server: Httpd/1.0
Server: Hydra/0.1.8
Server: IBM_HTTP_Server
Server: IIS
Server: IPC@CHIP
Server: IPCamera-Webs
Server: IPCamera-Webs/2.5.0
Server: IPOffice/
Server: IceWarp/9.4.2
Server: IceWarp/12.1.1.4 x64
Server: IdeaWebServer/0.83.292
Server: If you want know, you can ask me
Server: Indy/9.0.11
Server: Intoto Http Server v1.0
Server: InvalidPanda/1.0.0
Server: JAWS/1.0
Server: JAWS/1.0 Jan 21 2017
Server: JBoss-EAP/7
Server: JDVR/4.0
Server: JFinal 4.5
Server: JWS
Server: Jetty(6.1.19)
Server: KMS_ACCESS
Server: Keil-EWEB/2.1
Server: Kerio MailServer 6.5.2
Server: Kestrel
Server: LINUX-2.6 UPnP/1.0 MiniUPnPd/1.5
Server: LTE Router Webs
Server: Lanswitch - V100R003 HttpServer 1.1
Server: Linux, HTTP/1.1, DIR-860L Ver 1.01
Server: Linux/2.6.18 UPnP/1.0 miniupnpd/1.0
Server: Linux/2.x UPnP/1.0 Avtech/1.0
Server: Linux/3.4.39 UPnP/1.0 Cling/2.0
Server: Linux/3.10.0 eHomeMediaCenter/1.0
Server: Linux/3.10.33 UPnP/1.0 Teleal-Cling/1.0
Server: Linux/3.10.104 eHomeMediaCenter/1.0
Server: Linux/3.14.29 CyberHTTP/1.0
Server: LiteSpeed
Server: Lotus-Domino
Server: MIPS LINUX/2.4 UPnP/1.0 miniupnpd/1.0
Server: MJPG-Streamer/0.2
Server: MS-SDK-HttpServer/1.0
Server: MailEnable-HTTP/5.0
Server: Mars
Server: Mathopd/1.5p6
Server: Mbedthis-AppWeb/2.0.4
Server: Mbedthis-Appweb/2.4.0
Server: Mbedthis-Appweb/2.4.2
Server: Mbedthis-Appweb/12.5.0
Server: Microsoft-HTTPAPI/1.0
Server: Microsoft-HTTPAPI/2.0
Server: Microsoft-IIS/5.0
Server: Microsoft-IIS/5.1
Server: Microsoft-IIS/6.0
Server: Microsoft-IIS/7.0
Server: Microsoft-IIS/7.5
Server: Microsoft-IIS/8.0
Server: Microsoft-IIS/8.5
Server: Microsoft-IIS/10.0
Server: Microsoft-NetCore/2.0, UPnP/1.0 DLNADOC/1.50
Server: Microsoft-WinCE/7.00
Server: Mikrotik HttpProxy
Server: Mini Embedded Web Server
Server: Mini web server 1.
Server: Mini web server 1.0 ZTE corp 2005.
Server: Mini web server 1.0 ZXIC corp 2005.
Server: MiniServ/1.890
Server: MistServer/2.14.2
Server: MochiWeb/1.0 (Any of you quaids got a smint?)
Server: MonitorServer/0.10.5.363 Python/2.7.5
Server: Monitorix HTTP Server
Server: Monkey
Server: Mono-HTTPAPI/1.0
Server: MoxaHttp/1.0
Server: Mrvl-R1_0
Server: Mrvl-R2_0
Server: NISS
Server: NVR EXT SERVER
Server: Net-OS 5.xx UPnP/1.0
Server: NetBox Version 2.8 Build 4128
Server: NetEVI/3.10
Server: Netwave IP Camera
Server: Network Camera with Pan/Tilt
Server: Network_Module/1.0 (WXA-50)
Server: Nexus/3.9.0-01 (OSS)
Server: Nexus/3.13.0-01 (OSS)
Server: Nginx
Server: Nucleus/4.3 UPnP/1.0 Virata-EmWeb/R6_2_0
Server: OPNsense
Server: OceanView-CDN
Server: Oktell LS
Server: OpenBCM/1.07b3
Server: OpenBSD httpd
Server: Oracle Containers for J2EE
Server: Oracle GlassFish Server 3.1.2.2
Server: Oracle XML DB/Oracle Database
Server: Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
Server: Oracle-Application-Server-11g
Server: Oracle-HTTP-Server
Server: Oracle-HTTP-Server-11g
Server: Oracle_WebDb_Listener/2.1
Server: PBX/63.0.2 (CentOS64)
Server: PRTG/19.3.51.2830
Server: PanWeb Server/ -
Server: Payara Server 5.193 #badassfish
Server: PrHTTPD Ver1.0
Server: Proxy
Server: Python/3.6 aiohttp/2.3.10
Server: Qualvision -HTTPServer
Server: REP Server
Server: RNOAAA018180026 HTTP Server version 2.0 - TELDAT S.A.
Server: Rabbit
Server: RapidLogic/1.1
Server: Raption v5.8.0
Server: ReeCam IP Camera
Server: RemotelyAnywhere/9.0.856
Server: Reposify
Server: Resin/2.1.12
Server: Resin/3.0.17
Server: Resin/3.1.8
Server: Rex/12.0.7601.17514
Server: RomPager/4.07 UPnP/1.0
Server: RomPager/4.51 UPnP/1.0
Server: Router
Server: Router Webserver
Server: SAP
Server: SRS/3.0.45(OuXuli)
Server: SY8033
Server: SY8045
Server: Safe3 Web Firewall
Server: Safedog/4.0.0
Server: ScreenConnect/19.4.25542.7213-2135886336 Microsoft-HTTPAPI/2.0
Server: Serv-U/11.3.0.2
Server: Server
Server: ServiceNow
Server: Servlet 2.5; JBoss-5.0/JBossWeb-2.1
Server: Servlet/2.5 JSP/2.1
Server: SimpleHTTP/0.6 Python/2.7.15+
Server: SinforHttpd/1.0
Server: SmartXFilter
Server: SoftManager Application Server
Server: SonicWALL
Server: Spark
Server: Start HTTP-Server/1.1
Server: Swift1.0
Server: Switch
Server: SyncThru 5
Server: TOPSEC
Server: TP-LINK Router
Server: TWebAP/2.1.2.9
Server: Tas
Server: Techno Vision Security System Ver. 2.0
Server: Tengine/2.3.2
Server: Thecapital Caphe Websphere 12.3 build 3.456.234.2600
Server: This is webserver
Server: TibetSystem Server 2.0
Server: Tieline
Server: Tntnet/2.1
Server: Topsec
Server: TornadoServer/6.0.2
Server: TurnStat webserver
Server: TwistedWeb/18.9.0
Server: UCS PremieraExternal v4.0.4.24
Server: UMC Webserver/5.0
Server: UPnP/1.0 DLNADOC/1.50 Allwinnertech/0.1.0
Server: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13
Server: Unknown
Server: Unspecified, UPnP/1.0, Unspecified
Server: VAppServer/6.0.0
Server: VB
Server: VCS-VideoJet-Webserver
Server: VPON Server/1.0
Server: Varnish
Server: Vinahost
Server: Virata-EmWeb/R6_0_1
Server: Virtual Web 0.9
Server: Vivotek Network Camera
Server: WAF
Server: WCY_WEBServer/1.0
Server: WCY_WEBServer/2.0
Server: WDaemon/4.0
Server: WDaemon/10.0.0
Server: WEB SERVER
Server: WMSServer/2.0.1.0
Server: WN/2.4.7
Server: WS CDN Server
Server: WSGIServer/0.2 CPython/3.7.3
Server: WWW Server/1.1
Server: WWW-Kodeks/6.4
Server: Warp/3.2.27
Server: Warp/3.2.28
Server: Waveplus HTTPD
Server: Web Express 0.9
Server: Web Server
Server: Web Switch
Server: Web server
Server: Web-Server/3.0
Server: WebServer
Server: WebServer/1.0 UPnP/1.0
Server: Webs
Server: WebsServer/2.1.8 PeerSec-MatrixSSL/
Server: Werkzeug/0.9.6 Python/2.7.6
Server: WhatsUp
Server: WhatsUp_Gold/8.0
Server: WiJungle
Server: WildDuck API
Server: WildFly/8
Server: WildFly/9
Server: WildFly/10
Server: WildFly/11
Server: WindRiver-WebServer/4.7
Server: WindWeb/1.0
Server: Windows Server 2008 R2, UPnP/1.0 DLNADOC/1.50, Serviio/1.8
Server: Wing FTP Server(Mario Kaserer)
Server: Wing FTP Server(MediaSend pty Ltd)
Server: Wing FTP Server/3.3.5()
Server: Winstone Servlet Engine v0.9.10
Server: Wisp/1.0.71.15
Server: WowzaStreamingEngine/4.7.1
Server: WowzaStreamingEngine/4.7.7
Server: XDaemon v1.0
Server: XEvil_4.0.0[Beta][V4_0b25]
Server: Xavante 2.2.0 embeded
Server: Xitami
Server: YouTrack
Server: YxlinkWAF
Server: ZK Web Server
Server: ZSWS/2.2
Server: ZTE web server 1.0 ZTE corp 2015.
Server: Zope/(2.13.15, python 2.7.3, linux2) ZServer/1.1
Server: Zope/(2.13.27, python 2.7.3, linux2) ZServer/1.1
Server: Zscaler/5.7
Server: abcd
Server: access to tenda
Server: alphapd
Server: alphapd/2.1.7
Server: alphapd/2.1.8
Server: antid
Server: axhttpd/1.4.0
Server: axhttpd/1.5.3
Server: beegoServer:1.12.0
Server: bots-webserver
Server: box
Server: build-in http server
Server: calibre 4.0.0
Server: ccapi-dvrs-production
Server: cisco-IOS
Server: cloudflare-nginx
Server: cvmd-1.0.0 (r1)
Server: dcs-lig-httpd
Server: de475d6363d3b9295c4645cd08294af288c1c0de
Server: eHTTP v2.0
Server: eboo server
Server: embedded http dameon
Server: falcon/2.1
Server: foo
Server: gSOAP/2.7
Server: gen5th/1.33.00
Server: gen5th/1.82.01
Server: gunicorn/19.3.0
Server: h2o/2.3.0-DEV@6cde7eb3f
Server: http server 1.0
Server: httpd
Server: httpd/1.00
Server: httpd/2.0
Server: httpd_four-faith
Server: httpserver
Server: iSpy
Server: jjhttpd v0.1.0
Server: kangle/3.5.8.2
Server: kong/0.14.0
Server: libwww-perl-daemon/6.01
Server: lighttpd
Server: lighttpd-Intelbras
Server: lighttpd/1.4.28
Server: lighttpd/1.4.35
Server: lighttpd/1.4.43
Server: lighttpd/1.4.54
Server: localhost
Server: lwIP/1.4.0 (http://savannah.nongnu.org/projects/lwip)
Server: mORMot (Windows) Microsoft-HTTPAPI/1.0
Server: mORMot (Windows) Microsoft-HTTPAPI/2.0
Server: micro_httpd
Server: minhttpd
Server: mini_httpd/1.19 19dec2003
Server: mini_httpd/1.21 18oct2014
Server: mini_httpd/1.30 26Oct2018
Server: miniupnpd/1.0 UPnP/1.0
Server: mysrv
Server: nPerf/2.2.0 2019-04-02
Server: nextgen_0.2
Server: nginx/1.8.0
Server: ngjit
Server: nostromo 1.9.4
Server: o2switch PowerBoost
Server: openresty
Server: product only
Server: rchttpd/1.0
Server: rednetcloud
Server: secure
Server: siyou server
Server: sky_router
Server: squid
Server: staging
Server: sthttpd/2.27.0 03oct2014
Server: thttpd
Server: thttpd-alphanetworks/2.23
Server: thttpd/2.25b 29dec2003
Server: thttpd/2.25b-lxc 29dec2003
Server: thttpd/2.27 19Oct2015
Server: tinyproxy/1.10.0
Server: tsbox
Server: uc-httpd 1.0.0
Server: uc-httpd/1.0.0
Server: waitress
Server: web
Server: webcam 7
Server: webserver
Server: webserver/1.0
Server: wfe
Server: wfust
Server: wildix-http-server
Server: wizzardo-http/0.1
-->
</p>
<p hidden>
<!--
<title>28ZE</title>
<title>300Mbps Wireless N ADSL2+ Modem Router TD-W8960N</title>
<title>300Mbps Wireless N USB ADSL2+ Modem Router TD-W8968</title>
<title>401 Unauthorized</title>
<title>:: Chatsuriya ::</title>
<title>:: DOCTORSIR.IN ::</title>
<title>:: ENVIAR >SERVICIOS POSTALES< ::</title>
<title>:: Laboratorio ClÃnico y Centro Médico Blanco ::</title>
<title>:: MILLENIUM ERP PORTAL ::</title>
<title>:: Policenter - Centros Médicos y Dentales ::</title>
<title>:: ReciboNet - G&M Consultoria :: Login</title>
<title>:: Server Maintenance ::</title>
<title>:: Startr :: Free Startup landing page</title>
<title>:: Workdisk EDMS$ ::</title>
<title>::: Login :::</title>
<title>ADSL2 PLUS</title>
<title>AGS GmbH Webserver Setup</title>
<title>AIROS</title>
<title>AN550602B</title>
<title>ASB Home</title>
<title>ASUS Router - Mobile QIS</title>
<title>ASUS Wireless Router RT-N18U</title>
<title>ATGen Global</title>
<title>ATHOS HELLAS-B2B System</title>
<title>ATO.VN</title>
<title>ATOZ Tradings, Inc.</title>
<title>AUSA Soluciones LogÃsticas</title>
<title>AVA-Tools</title>
<title>AVH Doctor Portal</title>
<title>AZ.pl strona domyÅlna</title>
<title>AZARUNIV.AC.IR</title>
<title>AZValue</title>
<title>AZ®Software - Industry 4.0</title>
<title>Account Suspended</title>
<title>Admin Page</title>
<title>Admin Portal</title>
<title>AdminLTE 2 | Dashboard</title>
<title>Administration Console</title>
<title>Apache Tomcat</title>
<title>Apex Web Services</title>
<title>AsicMiner</title>
<title>BaseDashboard</title>
<title>Braunschweiger Seven Stammtisch</title>
<title>C3T Routers</title>
<title>CRM - Welcome</title>
<title>Center of Inspiration</title>
<title>Channel management</title>
<title>Chaparral Wireless</title>
<title>Costume Designers Guild | IATSE local 892</title>
<title>D-LINK CORPORATION, INC | WIRELESS ROUTER | LOGIN</title>
<title>D-LINK SYSTEMS, INC. | WIRELESS ROUTER | HOME</title>
<title>DIR600 1</title>
<title>DIR-615 DLINK</title>
<title>DLINK DIR-905L</title>
<title>DSL Router - GKM 1220</title>
<title>DSL Router</title>
<title>DVR Components Download</title>
<title>Default PLESK Page</title>
<title>Default Parallels Plesk Page</title>
<title>Default Parallels Plesk Panel Page</title>
<title>Directory listing for /</title>
<title>Dlink DIR-610</title>
<title>Dlink DIR-611</title>
<title>Document Moved</title>
<title>ELSYS CPE-2N</title>
<title>F609</title>
<title>Feaforall – Just another WordPress site</title>
<title>FiberHome AN5506-02-B, hardware: GJ-2.134.321B7G, firmware: RP2520</title>
<title>FiberLink101</title>
<title>FileMaker Website</title>
<title>FileRun :: Login</title>
<title>FileServer SMKN 2 Wonosari //</title>
<title>Firewall Authentication</title>
<title>Flickr Stats</title>
<title>Forbidden</title>
<title>Fotomodels.es Blog de modelos</title>
<title>Foula Store Australia</title>
<title>GOPON-1000R-ONU</title>
<title>GOTHAN</title>
<title>GPON Home Gateway401 Authorization Required</title>
<title>GPON Home Gateway</title>
<title>GPON ONT</title>
<title>GPS Fleet Software</title>
<title>GREATEK</title>
<title>GWR-120</title>
<title>Game of Life</title>
<title>Gial Plast</title>
<title>GlassFish Server 3.1.2 - Server Running</title>
<title>GlassFish Server - Server Running</title>
<title>GlassFish Server Open Source Edition 5.0 - Error report</title>
<title>Global Web Server</title>
<title>Glow The Agency</title>
<title>GoAhead-Boa</title>
<title>GoAhead-Webs Routers</title>
<title>GoAhead-Webs</title>
<title>GoAhed 302</title>
<title>Google Scholar</title>
<title>H3K | File Manager</title>
<title>H264CD</title>
<title>H368N</title>
<title>HD</title>
<title>HFS /</title>
<title>HG253s</title>
<title>HG255e Home Gateway HG255e</title>
<title>HG630 V2 Home Gateway HG630 V2</title>
<title>HILLSTONE NETWORKS</title>
<title>HK TOLL Application System</title>
<title>Home - B52</title>
<title>Home - International Club Winterthur</title>
<title>Home page</title>
<title>HtmlAnvView:D7B039C1-5929-49B3-913E-EB62C8866FC4</title>
<title>IIS7</title>
<title>IIS Windows Server</title>
<title>IP Camera</title>
<title>IP MANAGE - Login</title>
<title>IPC</title>
<title>IPCam Client</title>
<title>IPF Admin - Secure</title>
<title>IPOX</title>
<title>IVSWeb 2.0 - Benvenuto</title>
<title>IVSWeb 2.0 - FOX</title>
<title>IVSWeb 2.0 - Welcome</title>
<title>IVSWeb 2.0 - Witamy </title>
<title>Infipix</title>
<title>Intelbras</title>
<title>Just another WordPress site</title>
<title>KP8696X</title>
<title>Lincoln Network</title>
<title>Lingovi Admin</title>
<title>Link One</title>
<title>LinkDepot</title>
<title>Linkensphere - it works !</title>
<title>Linksys SPA Configuration</title>
<title>Linksys Smart Wi-Fi</title>
<title>Log In - Confluence</title>
<title>Login - Calix Home Gateway</title>
<title>Login - Residential Gateway</title>
<title>Login - eXtplorer</title>
<title>Login Agro</title>
<title>Login Incorrect</title>
<title>Login Incorreto</title>
<title>Login Information - Lozics</title>
<title>Login</title>
<title>M. H. Corbin CBC-6000</title>
<title>Mini_httpd</title>
<title>Multilaser Router</title>
<title>NAS01-DS216j</title>
<title>NAS</title>
<title>NAYAtel Applications</title>
<title>NBS Webconnect</title>
<title>NEBERO Login</title>
<title>NETGEAR GS110TP</title>
<title>NETSurveillance WEB</title>
<title>NETSuveillance WEB</title>
<title>NEUTRON</title>
<title>NEXA Service</title>
<title>NEXTLAB Web</title>
<title>NFSE</title>
<title>NISS</title>
<title>NOVIcam WEB</title>
<title>NUUO Web Remote Client</title>
<title>NVR</title>
<title>NVidya</title>
<title>NWCG</title>
<title>Nagios XI</title>
<title>Narusecurity : Making Sense of the Unknown</title>
<title>Navigate to public landing page...</title>
<title>Net Systems Research</title>
<title>Net Video Browser</title>
<title>NetDvrV2</title>
<title>NetDvrV3</title>
<title>Netgear</title>
<title>NethServer</title>
<title>Netscaler Gateway</title>
<title>Network Enterprise Observer-Login</title>
<title>Network Surveillance</title>
<title>Network Video Recorder Login</title>
<title>Neuronia</title>
<title>Nevron Manager</title>
<title>OIWTECH</title>
<title>PLC Wireless Router</title>
<title>PROVERLINK TELECOM</title>
<title>PayNet</title>
<title>PellesWeb</title>
<title>Proqualit Router</title>
<title>Realtek Semiconductor [Title]</title>
<title>Realtek Semiconductor</title>
<title>Roteador ADSL</title>
<title>Roteador Wireless KLR 300N</title>
<title>Roteador Wireless N 150 Mbps</title>
<title>Roteador Wireless N 150Mbps</title>
<title>Roteador Wireless N 300 Mbps [ LinkOne ]</title>
<title>Roteador Wireless N 300 Mbps [Link One]</title>
<title>Roteador Wireless N 300 Mbps</title>
<title>Roteador Wireless N ( MultiLaser )</title>
<title>Roteador Wireless N [ MultiLaser ]</title>
<title>Router (build 3081M) - Info</title>
<title>RouterOS router configuration page</title>
<title>Rubix online wallet</title>
<title>S7works Internal</title>
<title>S-Telecom :: Welcome to S-Telecom</title>
<title>SAMSUNG TECHWIN NVR Web Viewer</title>
<title>SANAD</title>
<title>SAP Mobile Platform</title>
<title>SARA Login</title>
<title>SC1000</title>
<title>SCFE</title>
<title>Security Cameras | Security Camera City</title>
<title>Security Measurements</title>
<title>Selenoid UI</title>
<title>Sequence contains no matching element</title>
<title>Server - Synology RackStation</title>
<title>Sicetelecom.it - HIPERLINK MANAGEMENT</title>
<title>Siemens</title>
<title>Smart Guard</title>
<title>SmartXFilter Message</title>
<title>SmartZone Home</title>
<title>Smash-Tech – Technology and Innovation for the modern consumer</title>
<title>Social Navigation</title>
<title>SoftAppLib - RemObjects SDK for Delphi v5.2.0.2864</title>
<title>SoftMix</title>
<title>Softaculous Webuzo | Default Website Page</title>
<title>Softphone TotalIP</title>
<title>Solapur Mart</title>
<title>Solar-Logâ¢</title>
<title>Solr Admin</title>
<title>Solução Tecnologia - Desenvolvimento de software e aplicativos</title>
<title>SonicWALL - Authentication</title>
<title>SonicWall - Authentication</title>
<title>Sony Network Camera SNC-RZ30</title>
<title>Soporte Grupo EIF</title>
<title>Spark WebServer</title>
<title>Succession2 - Synology DiskStation</title>
<title>Swagger UI</title>
<title>System dashboard - JIRA</title>
<title>TENDA</title>
<title>TL-MR6400TL-MR6400</title>
<title>TL-WR740N/TL-WR741ND</title>
<title>TL-WR740N</title>
<title>TL-WR820N</title>
<title>TL-WR840N</title>
<title>TL-WR841HP</title>
<title>TL-WR841N/TL-WR841ND</title>
<title>TL-WR841N/WR841ND</title>
<title>TL-WR841N</title>
<title>TL-WR849N</title>
<title>TL-WR940N Plus</title>
<title>TL-WR940N/TL-WR941ND</title>
<title>TL-WR940N</title>
<title>TL-WR941HP</title>
<title>TL-WR949N</title>
<title>TL-WR1043ND</title>
<title>TP-LINK Nano WR702N</title>
<title>TP-LINK Roteador Wireless N WR741ND</title>
<title>TP-LINK Roteador Wireless</title>
<title>TP-LINK TL-WR941HP</title>
<title>TP-LINK WR340G</title>
<title>TP-LINK WR720N</title>
<title>TP-LINK WR740N</title>
<title>TP-LINK WR741N</title>
<title>TP-LINK WR743ND</title>
<title>TP-LINK WR840N</title>
<title>TP-LINK WR841HP</title>
<title>TP-LINK WR841N</title>
<title>TP-LINK WR940N</title>
<title>TP-LINK WR941N</title>
<title>TP-LINK WR949N</title>
<title>TP-LINK Wireless AP WA5210G</title>
<title>TP-LINK Wireless Lite N Router WR740N</title>
<title>TP-LINK Wireless Lite N Router WR749N</title>
<title>TP-LINK Wireless N Gigabit Router WR1043ND</title>
<title>TP-LINK Wireless N Router WR841N/WR841ND</title>
<title>TP-LINK Wireless N Router WR845N</title>
<title>TP-LINK Wireless N Router WR941ND</title>
<title>TP-LINK Wireless Router</title>
<title>Tangible Interfaces</title>
<title>Teltonika Hotspot</title>
<title>Teltonika-RUT950.com - Web UI</title>
<title>Tenda Web Master</title>
<title>TimDSL</title>
<title>Titan ES</title>
<title>UCRM</title>
<title>VMware Horizon</title>
<title>Vigor 300B</title>
<title>Vigor 2960</title>
<title>Vigor 3900</title>
<title>W3.CSS</title>
<title>WAIF</title>
<title>WAMP5 Homepage</title>
<title>WAMPSERVER Homepage</title>
<title>WEB Management System</title>
<title>WEB Manutenção Sistema</title>
<title>WEB SERVICE</title>
<title>WEB SURVEILLANCE</title>
<title>WLAN AP Webserver</title>
<title>Weast Trade | Global Reach</title>
<title>Web Access</title>
<title>Web Administration Interface</title>
<title>Web Application Manager</title>
<title>Web Client for DVR</title>
<title>Web Client for EDVS/EDVR</title>
<title>Web Client</title>
<title>Web Desktop</title>
<title>Web Help Desk</title>
<title>Web Image Monitor</title>
<title>Web Portal</title>
<title>Web Remote Client</title>
<title>Web Report - Login</title>
<title>Web Server Components Site Container</title>
<title>Web Server Setup Guide</title>
<title>Web Server's Default Page</title>
<title>Web Server</title>
<title>Web Site Blocked</title>
<title>Web Viewer for Samsung DVR</title>
<title>Web Viewer for Samsung NVR</title>
<title>Web user login</title>
<title>WebCam</title>
<title>WebClient</title>
<title>WebMail | Powered by Winmail Server</title>
<title>WebViewer</title>
<title>Webif² Administration Console</title>
<title>Webinar Funnel Formula</title>
<title>Webmail Telwan</title>
<title>Webreus</title>
<title>Website Blocked</title>
<title>Website Suspended</title>
<title>Website Unavailable</title>
<title>Websocket test page</title>
<title>Welcome to ABC! - Aisha's first webpage</title>
<title>Welcome to AdminVPS!</title>
<title>Welcome to Asia-Soft!</title>
<title>Welcome to Bays-ET High Speed Internet now serving Pacific, Robertsville, Catawissa, Lonedell, Wildwood, and Gray Summit MO Missouri</title>
<title>Welcome to Canadian International School of Beijing</title>
<title>Welcome to Citrix XenServer 7.6.0</title>
<title>Welcome to Drupal | Drupal</title>
<title>Welcome to Endox</title>
<title>Welcome to Example2.com!</title>
<title>Welcome to Example.com!</title>
<title>Welcome to InvoiceCoin</title>
<title>Welcome to JBoss AS</title>
<title>Welcome to JBoss Application Server 7</title>
<title>Welcome to JBoss EAP</title>
<title>Welcome to JBoss™</title>
<title>Welcome to Jetty 9 on Debian</title>
<title>Welcome to National Assembly of Zambia | National Assembly of Zambia</title>
<title>Welcome to OTC Loeuf</title>
<title>Welcome to OpenResty!</title>
<title>Welcome to Oracle Containers for J2EE 10g (10.1.3.5.0)</title>
<title>Welcome to RADVISION iVIEW Suite</title>
<title>Welcome to VFP Exchange</title>
<title>Welcome to Wialon Local!</title>
<title>Welcome to WildFly 9</title>
<title>Welcome to WildFly 10</title>
<title>Welcome to WildFly 11</title>
<title>Welcome to WildFly Application Server 8</title>
<title>Welcome to WildFly</title>
<title>Welcome to Windows Small Business Server 2003</title>
<title>Welcome to Wnmp!PHP 7.3.1 - phpinfo()</title>
<title>Welcome to kh-works.com</title>
<title>Welcome to kingsoft!</title>
<title>Welcome to nginx ! ASIC </title>
<title>Welcome to nginx on Debian!</title>
<title>Welcome to nginx! This is a demo!</title>
<title>Welcome to nginx!</title>
<title>Welcome to phenome.ca</title>
<title>Welcome to tengine!</title>
<title>Welcome to tequilaboomboom.club</title>
<title>Welcome to the server cpsfur - IPhoster Ltd</title>
<title>Welcome to the server dasthr - IPhoster OU</title>
<title>Welcome to use zentao!</title>
<title>Wireless Router</title>
<title>Wireless-N Router</title>
<title>XenServer 6.2.0</title>
<title>XenServer 6.5.0</title>
<title>YOU NET TELECOM</title>
<title>Z-Push ActiveSync</title>
<title>ZEUS 2 (build 21061) - Información</title>
<title>ZJKZX</title>
<title>ZNID</title>
<title>ZXHN F650</title>
<title>ZXHN H108N V2.5</title>
<title>ZXHN H118N</title>
<title>ZXHN H218N</title>
<title>ZXV10 H108L</title>
<title>ZXV10 W615 V3</title>
<title>Zabbix Appliance: Zabbix</title>
<title>Zaic's home page</title>
<title>ZelloWork</title>
<title>Zend Server Test Page</title>
<title>Zeppelin</title>
<title>Zgemma H92S - OpenWebif</title>
<title>Zimbra Web Client Sign In</title>
<title>ZyWALL 310</title>
<title>ZyXEL KEENETIC</title>
<title>[controllr.netmontes.com.br] - Controllr</title>
<title>ePMP</title>
<title>index</title>
<title>macroscop</title>
<title>main page</title>
<title>mikrotik routeros > administration</title>
<title>nas-helvetika - Synology DiskStation</title>
<title>sycasa - Synology DiskStation</title>
<title>vTiger CRM 5 - CRM Commerciale Open Source</title>
-->
</p>
<p hidden>
<!--
0,0 );
0MLog
016007844182,UPnP1.1 Compliant Media Server from CISCO STBID:2202275802
28fa362bb88ef2653463e6bd9dc07227
cee8d6b7ce52554fd70354e37bbf44a2
c4ca4238a0b923820dcc509a6f75849b
61fe9d8eb1385c750bf06dfbedd17aae
c0eb89e1d7f2982390f96603e66f2b6b
e78869e2f219905e3dcefffc5216a098
4d14d64d1cbfe8042b12f47bc5e3e432
50c7a791a56880e321f0ba35f7710752
202cb962ac59075b964b07152d234b70
a2858e699f83cdee35259eba5ed73ff9
610cker
2003server的酷狗,Kugou
2023243000
"asjhj",
"build_hash" : "e43676b1385b8125d647f593f7202acbd816e8ec",
"build_snapshot" : false,
"build_timestamp" : "2015-09-14T09:49:53Z",
"cluster_name" : "elasticsearch",
"lucene_version" : "4.10.4"
"name" : "node1",
"number" : "1.7.2",
"status" : 200,
"tagline" : "You Know, for Search"
"version" : {
:no
;
; Asterisk Call Management support
; Each user has a section labeled with the username
; so this is the section for the user named "mark"
;deny=0.0.0.0/0.0.0.0
</HEAD></HTML>
</div>
</script>
</td>
<H1>Index of /mnt/web/</H1>
<HTML><HEAD><script>top.location.href='/Main_Login.asp?error_status=1&page=index.asp&lock_time=0';</script>
<ModelName>WRT110</ModelName>
<NewUserpassword>455</NewUserpassword>
<a href="http://mikrotik.com"><img src="mikrotik_logo.png" style="float: right;" /></a>
<a style="color: white; text-decoration: none" href="/cgi-bin/luci">Wait for configuration</a>
<br>Cisco, Cisco Systems, and the Cisco Systems logo are registered trademarks or trademarks of Cisco Systems, Inc. and/or it's affiliates in the United States and certain other countries.
<button data-drupal-selector="edit-submit" class="button js-form-submit form-submit btn-default btn" type="submit" id="edit-submit" name="op" value="Subscribe">Subscribe</button>
<div class="wiki-content">
<div id="menu" class="topmenucontainer" style="display:none;"><div class="modelname">DIR-600</div>
<div id="menu" class="topmenucontainer" style="display:none;"><div class="modelname">DIR-629</div>
<footer class="teltonika"><a1>Teltonika solutions </a1><a target="_blank" href="http://www.teltonika.lt/">www.teltonika.lt</a>
<form name="frm" id="frm" method="post" action="login.php">
<form name="pagepost" method="post" action="/xslt?PAGE=WRA01_POST&NEXTPAGE=WRA01_POST" id="pagepost">
<h1>RouterOS v6.36.4</h1>
<html ng-app="solrAdminApp">
<html><head></head><body><p>JavaScript must be enabled to continue!</p></body></html>
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" />
<meta id="confluence-base-url" name="confluence-base-url" content="http://srv4.anderl-it.de:8089">
<meta id="confluence-context-path" name="confluence-context-path" content="">
<meta name="application-name" content="JIRA" data-name="jira" data-version="7.2.6"><meta name="ajs-dev-mode" content="false">
<meta name="generator" content="Joomla! - Open Source Content Management" />
<p><a href="//mnt/web/.">.</a></p>
<p><a href="//mnt/web/..">..</a></p>
<report>OK</report>
<script LANGUAGE=JavaScript>
<string id="IDS_GETDDNSTIPS">Your camera do not have a Foscam DDNS!You can get a DDNS for free by click "Get My DDNS Now".</string>
<td valign="bottom" height="20" class="Copyright" colspan="3" style="text-align:justify">© 2015 Cisco Systems, Inc. All Rights Reserved.
<textarea cols="" rows="" id="Frm_CmdAck" class="textarea_1">sadjashj</textarea>
<tr><td colspan="3"><h2>WebFig Login:</h2>
<web-app
ABCZ
AC-D7111IR1,UPnP IPNC Device
ALFA-R36,USB Wi-Fi Router
ATV@100,WaxRainPlayer
AXIS M3004 - ACCC8E169710,AXIS M3004 Network Camera
Adm_ID
Admin:
Air5021,AirTies Wireless Networks Router
All Cast[Q17130704],DLNA Media Render
Archer_C20,AC750 Wireless Dual Band Router
Archer_C50,Двухдиапазонный беспроводной маршрутизатор AC1200
BRCM-DMS:10,Broadcom Digital Media Server Ver 1.0
Broadcom ADSL Router,Broadcom single-chip ADSL router
CAM6082QIR,MAC:00-0F-0D-2A-64-37
CGISESSID
CP Plus DVR - Web View
ChinaNet EPON Router,China Telecom EPON router
ChinaTelecom E8C(EPON) Gateway,(null)
Command was: show startup-config
ConfigSystemCommand
Connecting to
D88068C10018F51333C0,Digital Video Recorder
D94027C10018F51353EE,Digital Video Recorder
D-Link
D-Link ADSL Router,DSL-2750B
D-Link DSL-225,DSL-225
D-Link DSL-2730U,D-Link DSL-2730U
D-Link DSL-2750U,D-Link DSL-2750U
D-Link VoIP Wireless Router
D-link ADSL Router,(null)
DDNSSetting
DEL1202-T10B/B,802.11n ADSL2+ 4-port Wi-Fi Gateway
DLNA-Player-MediaCenter,Intel AV Media Renderer device
DS1517 (DS1517+),Synology NAS
DS-7104HGHI-E1 192.168.1.108,Digital Video Recorder
DVR (192.168.20.153),"DVR/Tilt"
DVR Components Download
DVR WebClient
DahuaRtsp
DataServer (DS216se),Synology NAS
DeviceBasicInfo
DhWebCookie
DiskStation (DS114),Synology NAS
DiskStation (DS3617xs),Synology NAS
DiskStation,Synology DLNA/UPnP Media Server
DockerDSM1,Synology DLNA/UPnP Media Server
Dreambox
EFM Networks ipTIME N704V,EFM Networks ipTIME N704V
EdmWebVideo
Eltex GPON ONT,(null)
Emby - ns340537,UPnP/AV 1.0 Compliant Media Server
Error: username or password error,please input again.
F660,ZTE Broadband Home Gateway
FSO1,Simultaneous Dual-Band Wireless-AC Gigabit Router
FStorage
FU HDTVI 8008F1-S2 192.168.1.109,Digital Video Recorder
Factory (DS214),Synology NAS
Follow administrator instructions to enter the complete path
Frm_Logintoken").value = "12324";
GSDS-86308 192.168.1.110,Digital Video Recorder
H0m3l4b1t: YES
H7:219.78.57.135,AV Media Renderer Device
H108N,Broadband System
HD-TVI 8016 192.168.1.109,Digital Video Recorder
HDS-7204TVI-HDMI 192.168.1.10,Digital Video Recorder
HDS-7204TVI-HDMI/K 192.168.100.89,Digital Video Recorder
HDS-7208TVI-HDMI 192.168.100.100,Digital Video Recorder
HDS-7208TVI-HDMI/N 192.168.1.188,Digital Video Recorder
HDS-N9632I-4K/8HD 192.168.100.101,Digital Video Recorder
HDVR(74.129.35.117),UPnP Device
HIKVISION DS-2CD2420F-IW - C17064308,IP Camera
HIMEDIA(Q5)
HIMEDIA(TV Box@139),Rockchip Media Renderer, DLNA(DMR)
HK-VT7116 192.168.1.64,Digital Video Recorder
Heather,NVR
Hello
Hello: World!
HiMultiScreen,UPnP HiMultiScreen Device 1.0
Hostname: HACKED-ROUTER-HELP-SOS-DEFAULT-PASSWORD
IMP-1
IPTV+572659
IX380,ZTE Fixed Wireless Terminal
Invalid credentials for user
JAWS/
LILIN NVR116 192.168.2.50,1080P Real-time Multi-touch Standalone NVR
LTD8304T-FT 10.1.10.150,Digital Video Recorder
Lebo-Media Renderer
LiShan (DS916+),Synology NAS
Linksys
Linksys08686,Simultaneous Dual-Band Wireless-AC Gigabit Router
Linksys SPA Configuration
Linux Internet Gateway Device,WAN Device on Linux IGD
Linux Ubuntu 4.4.0-101-generic #124-Ubuntu SMP Fri Nov 10 18:29:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Linux router,Linux router
Living Room 1_1460(HiMediaRender)
Living Room 1_1625,UPnP HiMultiScreen Device 1.0
Location: http://192.168.1.1/home_H1.asp
MLog
Macrec DVR - Web view
MbOrpjfVAgyUd8uS
Media Renderer Device
MediaCenter-664243ec,Rockchip Media Server, DLNA(DMS)
Model: LW-N605R
N4560,N4560 IP Storage Server
NAME="OldPwd"
NAS138CB5
NASC262E2
NASDD789E
NETCORE NI360 S3,NETCORE NI360 S3
NETCORE NR235W,NETCORE NR235W
NETCORE NR236W,NETCORE NR236W
NETCORE NR255-V,NETCORE NR255-V
NETCORE NR256,NETCORE NR256
NETCORE NR266,NETCORE NR266
NETCORE NR286,NETCORE NR286
NETCORE NR289-GE,NETCORE NR289-GE
NETCORE NW715P,NETCORE NW715P
NETCORE NW735,NETCORE NW735
NETCORE NW736,NETCORE NW736
NETCORE T1,NETCORE T1
NETGEAR R6400
NETGEAR R7000
NETIS RX30,NETIS RX30
NETIS WF2409,NETIS WF2409
NETIS WF2409/WF2409D,NETIS WF2409/WF2409D
NETIS WF-2409,NETIS WF-2409
NS-YN201,wifi router
NetDvrV3
NoName,PSTEK Digital Signage
OPS-DRD (199.72.57.76),AV Media Renderer Device
P-660HN-T1A_IPv6
P-2612HNU-F1F,WAN Device
PC-LIGUOPENG,Hikvision UPNP Agent for Depolyer
PassPhrase
Planet Wireless Fiber Router,Planet Wireless Fiber Router
Plex Media Server: HomeServer,Plex Media Server
Plex Media Server: NAS_CIFS,Plex Media Server
Plex Media Server: homeserver,Plex Media Server
Plex Media Server: ns3029989.ip-91-121-88.eu,Plex Media Server
Plex Media Server: plexnifique,Plex Media Server
Q6IIemmc,UPnP HiMultiScreen Device 1.0
QDlna AV Media Renderer Device
QTECH,(null)
Qnap
QxBox DLNA_Global_Edition_S800
RT2880 Linux Internet Gateway Device,RT2880 802.11 SoC Solution
RT-212,AirTies Wireless Networks Router
RT-AC55UHP,RT-AC55UHP
RT-AC66U,RT-AC66U
RT-N10PV2,RT-N10PV2
RT-N10U,RT-N10U
RT-N12,RT-N12
RT-N12VP,RT-N12VP
RackStation (RS2416RP+),Synology NAS
RalinkAPS,Ralink AP WSC device
Realtek 960: Realtek Media Render,Intel DLNA DMR Using Auto-Generated UPnP Stack
Repetidor Wireless TP-LINK WA850RE
RomPager
Rt47 @ Petersburg - 471034,Siqura multi-codec VideoEncoder
Rt47 @ Rt347 MM31.8 - 402067,Siqura multi-codec VideoDecoder
Ruckus Wireless Admin
SECOM NVR104,1080P Real-time Multi-touch Standalone NVR
SMC-WGR14S-N3,SMC AP WSC device
SMCI_0:25:90:22:27:44,IPMI Console
SMCWBR14S-N4,150 Mbps 4-Port Wireless Broadband Router
SMCWBR14S-N4,Draft 11n Wifi Router
SSA-3296 192.168.1.33,Digital Video Recorder
SSID
STANNVR-4E 192.168.1.253,1080P Real-time Multi-touch Standalone NVR
Sagemcom ADSL Router,(null)
Server
Server_Com-Ent (DS418),Synology NAS
Serviio (ns318893),Serviio, a DLNA media server
SmartSTB
Struts2045
T3,T3
TDVRL16 10.1.10.249,Digital Video Recorder
TL-WR840N,Router inalámbrico N 300Mbps WR840N
TL-WR840N,TP-Link Wireless N Router WR840N
TL-WR840N,TP-Link 無線 N 路由器 WR840N
TL-WR841HP,TP-Link Wireless N Router TL-WR841HP
TL-WR841N,TP-Link 無線 N 路由器 WR841N
TL-WR849N,Roteador Wireless N 300Mbps
TR064 IGD,ZTE Broadband Home Gateway
Tenda Wireless-N Broadband router,Tenda Wireless-N Broadband router
Tenda Wireless-N Router,Tenda Wireless-N Router
The Cross Web Server
There is a loop in network for HTTP traffic. Check your network topology and proxy & firewall configuration
Tnas-000025
U+tv UHD2
UPNP HDS-2020IRPW - 690240459,IP Camera
UPNP HDS-2420IRPW - 119835180,IP Camera
UPnP Digital Video/Audio Recorder,4 Channel(SD) H.264 DVR(ports:67/68/80)
UPnP Digital Video/Audio Recorder,8 Channel(SD) H.264 DVR(ports:67/68/80)
UTT Internet Gateway Device,UTT 802.11 SoC Solution
Update Success!
UpnpManager,UPnP Device
UseUserCredential
User Password
UserSetSetting
VMG3312-B10A,MitraStar single-chip ADSL router
VMG3312-B10B,MitraStar single-chip ADSL router
VMI-DVR-3108-SL 192.168.1.5,Digital Video Recorder
VOUK-NAS (DS716+),Synology NAS
WAP3205v2,WAP3205v2
WBR-6005,150M N wireless Router
WPAPSK
WPS Access Point,Kit1700Duo
WWW-Authenticate
WWW-Authenticate: Basic realm="netcam"
Web Client for EDVS/EDVR
Wireless Router,Wireless Router
X-Content-Powered-By: K2 v2.8.0 (by JoomlaWorks)
XBR-55X700D
XWebPlay
Xiaomi MediaRenderer
You have logged out of the Cisco Router.
ZXV10 H108L,ZTE Broadband Home Gateway
Zioncom TOTOLINK N300R,Zioncom TOTOLINK N300R
ZoneDirector,Ruckus Wireless ZoneDirector
ZyXEL P-660HN-T1A
[error]0
[fonts]
[general]
[mark]
\u0022ECOR264
\u0022NETGEAR
\x11\x44\x75\x63\x6b\x79\
a42e705f4cade6b3e84b99b0e0400e74
ad43fd99987a8f6a648abe05095bf52c
admin:
adjuncts
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
bindaddr = 0.0.0.0
d41d8cd98f00b204e9800998ecf8427e
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
daxi,PSTEK Digital Signage
ddns
deadbeaf
dgn123456
diag_result = "";
document.write('<span><font color="#006699" style="font-family:Arial;font-size:20px;">Home Gateway</font></span>');
document.write('<span><font color="#006699" style="font-family:Arial;font-size:28px;"><b>家 庭 网 关</b></font></span>');
eHomeMediaCenter,Rockchip Media Renderer, DLNA(DMR)
else if (lang == 'zh')
empty or is not available to view
enabled = yes
ength: 11
games:x:5:60:games:/usr/games:/usr/sbin/nologin
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin
hello world!
hermanosingles (DS215j),Synology NAS
home_wan.htm
iNeXT_TV_715: Realtek Media Render,Intel DLNA DMR Using Auto-Generated UPnP Stack
if (lang == 'en')
irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin
java.lang.ProcessBuilder
jaws123456
lighttpd/1.4.34
linux--2017
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
login
login:
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin
ls3k
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin
msfc (DS418),Synology NAS
netis_WF2471 Wireless AP,netis_WF2471 Wireless AP
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
nuuo123456
nvr,NVR
omg1337hax
password
password:
permit=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
phpmyadmin
port = 5038
pppoe_password
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin
putmsg(mPingCount);
pwdAdmin
pwdAdmin = 123
pwdSupport
pwdSupport = 123
pwdUser
pwdUser = admin
read = system,call,log,verbose,command,agent,user,originate
report.db.server.name
report.db.server.sa.pass
report.db.server.user.pass
root:
root:x:0:0:root:/root:/bin/bash
secret = p@ssword!
status="doing"
success
sync:x:4:65534:sync:/bin:/bin/sync
sys:x:3:3:sys:/dev:/usr/sbin/nologin
szPassword
szUsername
tomcat
uShare,GeeXboX uShare : UPnP Media Server
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin
var COPYRIGHT_YEAR = "2013";
var DEFAULT_LANG = "en";
var DEFAULT_PASSWD = "admin";
var NEED_UPLOAD_FROM_DISK = true;
var OEM_TYPE = false;
var PROJECT_NAME = "NVRmini 2";
var SUPPORT_ABNORMAL_DISK_EVENT = true;
var SUPPORT_BUILDIN_DHCP = false;
var SUPPORT_DAILY_SYSTEM_REPORT = true;
var SUPPORT_HW_LOG = true;
var SUPPORT_IO = true;
var SUPPORT_LICENSE_TRANSFER = true;
var SUPPORT_LOCAL_DISPAY = false;
var SUPPORT_NETWORK_SETTING = true;
var SUPPORT_OVERHEAT_EVENT = true;
var SUPPORT_POS = true;
var SUPPORT_POWER_ON_EVENT = true;
var SUPPORT_RAID_SETTING = true;
var SUPPORT_SYSTEM_SETTING = true;
var SUPPORT_TRIAL = false;
var SUPPORT_WEB_SERVICE = true;
var VENDOR_CONTACT_WINDOW = "www.nuuo.com/eHelpdesk.php";
var VENDOR_DISPLAY_NAME = "NUUO";
var VENDOR_NAME = "NUUO";
var XOntName = 'GPON Home Gateway';
var cmdResult = new Array(
var gHashCookie = new Hash.Cookie('WebClientCookie', {duration:30});
var model = "LW-N605R";
var refreshUrl = "/view/view.shtml?id=665";var questMark = refreshUrl.indexOf('?') < 0 ? "?" : "&";var imagepath = "/mjpg/video.mjpg";var completePath = "imagepath=" + encodeURIComponent(imagepath) + "&size=1";if (refreshUrl.indexOf("view.shtml") >= 0) {window.location.href = refreshUrl + questMark + completePath;}else {window.location.href = refreshUrl;}
var vendor = "LINK-NET";
wctesthellosec!!!
webenabled = no
wiki-content
window.location.href="login_pic.asp";
window.location="/global-protect/login.esp";
windows--2017
write = system,call,log,verbose,command,agent,user,originate
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin
},
荣耀立方
-->
</p>