GithubHelp home page GithubHelp logo

ctfwebscan's Introduction

ctf web scan

CTF中web源码泄露扫描

Description

使用python的requests,功能比较简单,字典有待完善。 目前只支持php。

Features

支持扫描类型

  • 源码包 - www.zip code.tar.gz ...
  • 敏感文件 - admin.php flag.php ...
  • 敏感目录 - /admin /upload ...
  • 编辑器源码备份 - xxx.php~ xxx.php.bak .xxx.php.swp .xxx.php.swo

扫描过程

  • 对源码包进行扫描
  • 对敏感文件进行扫描
  • 对已知敏感文件进行源码备份扫描
  • 对敏感目录进行扫描
  • 对已知目录下的敏感文件进行扫描
  • 再进行源码备份扫描

Usage

所有url必须以/结尾

python main.py -u [url] 独立
python main.py -f [file] 批量

Vim意外退出时会产生交换文件.swp .swo .swn 等; vim -r可恢复Vim交换文件

其他备份文件直接改后缀还原

.git泄露可以用GitHack还原

Bugs

All known bugs:

  • 批量扫描中,如果某一个网站请求错误,会直接exit

ctfwebscan's People

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.