Giter Site home page Giter Site logo

framescan's Introduction

Hi there 👋

I'm Qianxiao996

  • 📫 Web security researcher.
  • 🌱 Specialized: security tool development, red team, anti-virus evasion.
  • 📕 Preferred language: Python,Java,Vue.
  • 💻 Blog: http://blog.qianxiao996.com.

🔭 Github stats

DeEpinGh0st's GitHub Stats

🔱 Top Languages

Top Langs

Visitors

framescan's People

Contributors

qianxiao996 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

framescan's Issues

NameError: name 'houzhui' is not defined

发现一处报错:
FrameScan.py", line 39, in
plugins_ext.append(houzhui)
^^^^^^^
NameError: name 'houzhui' is not defined
修复建议:
if (sysstr == "Windows"):
houzhui = '.pyd'
elif (sysstr == "Linux"):
houzhui = '.so'
else:
houzhui = '.py'

建议添加输出模块

批量扫描后很难确认漏洞,实在太多了,一个个找太费劲。
建议添加输出模块,将有漏洞的输出成文本或者网页。

无法加载数据库

image
无法加载数据库,不清楚什么原因?
-r 重新加载好像失败了,正常执行还是CMS数据库文件引入错误。
删除重新下载也还是不行。

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.