搜索 “bvi”

不再关注网络安全

使用 Flutter InAppWebView 创建 WebView 内容拦截器

使用 Flutter InAppWebView 创建 WebView 内容拦截器

在本文中,我们将学习如何使用插件 flutter_inappwebview 为我们的 WebView 实例创建自定义内容拦截器。 内容拦截器通常用于拦截广告,但您也可以使用它们来拦截任何其他内容。阻止行为包括隐藏元素、阻止加载,以及在 iOS 和 macOS 上从 WebView 请求中剥离 Cookie。 请记住,一般来说,内容拦截器无法实现与 AdBlock 或 AdBlock Plu...

Flutter webview black screen黑屏优化

在混合开发中,Flutter布局+WebView嵌入的场景有很多,如果单独使用WebView还好但混合在一起后发现会有一闪百过的黑屏现象,这个官方一直在做努力尽可能的兼容更多设备,但目前看来发布的VW混合模式在部分API版本部分系统下仍然会出现一闪而过黑屏的现象,如何优化...

inurl:plc/webvisu.htm intitle:"CoDeSys WebVisualization"

  • 2021-03-29
  • shdb
  • 1372 阅读

# Google Dork: inurl:plc/webvisu.htm intitle:"CoDeSys WebVisualization" # Various online devices (PLC/SCADA web visual interface) # Date: 25/03/2021 # Exploit Author: Alexandros Pappas

intitle:"webview login" alcatel lucent

  • 2020-01-10
  • shdb
  • 1463 阅读

Alcatel-Lucent devices Bruno Schmid https://ch.linkedin.com/in/schmidbruno

bvi

  • 2019-04-09
  • tools
  • 1707 阅读

"— WebView Livescope Http Server Error —" -git

  • 2017-05-15
  • shdb
  • 1046 阅读

WebView server errors, mostly found on older servers Dxtroyer

inurl:webvisu.htm ext:htm

  • 2015-10-15
  • shdb
  • 1904 阅读

Google dork Description: View SCADA web visual interface Google search: inurl:webvisu.htm ext:htm Submited: 2015-10-8 Note: SCADA web visual. - Yudha[at]glosmon.com

intitle:"Webview Logon Page"

  • 2006-03-18
  • shdb
  • 2210 阅读

This is the web interface for Alcatel's Omniswitch. Default login is: admin/switch.

Canon Webview netcams

  • 2004-07-29
  • shdb
  • 2945 阅读

Canon has a series of netcams that all use the "WebView LiveScope" software. They are frequently used by japanese sites. Unfortunately most are crawled by their IP address so determining their location becomes more difficult. Some model ...

Android 12 快速适配要点

Android 12 快速适配要点

Android 12 需要更新适配点并不多,本篇主要介绍最常见的两个需要适配的点:android:exported 和 SplashScreen 。 一、android:exported 它主要是设置 Activity 是否可由其他应用的组件启动, “true” 则表示可以,而“false”表示不可以。 若为“false”,则 Activity 只能由同一应用的组件或使用同一用户 ID 的不同应用启动。 当然...