Coder Social home page Coder Social logo

cscan's Introduction

🍺 Cscan Stage Python 3.7 Build Status

🔧 一款C段扫描工具,支持python3.7以上

  • V1版本已废弃
  • V2版本使用协程重构

线程过大会导致丢包

1. Install

git clone https://github.com/j3ers3/Cscan
pip3 install -r requirement.txt

2. 配置端口(可选)

  • web端口: Ports_web = [80, 8080]
  • 非web端口:Ports_other = [21, 22, 3306]

3. Usage

  • 普通扫描
python3 cscanV2.py -i 192.168.0.1/24

-w818

  • 只扫描web端口,并使用安静模式
python3 cscanV2.py -i 192.168.0.1/24 -t 100 -web -q
  • 扫描web端口,并指定路径来发现敏感信息
python3 cscanV2.py -i 192.168.0.1/24 -web -path /phpinfo.php 
python3 cscanV2.py -f domain.txt -web -path /phpinfo.php 

-w938

-w938

4. ChangeLog

2.2.0

  • 添加-key匹配关键内容
  • 添加-ip 输出目标IP
  • 添加-port 指定自定义端口
  • 优化了文件模式输出

2.1.1

  • 修复了一些bug

v2.1.0

  • 增加-path指定路径扫描
  • 增加-web只扫描web端口
  • 增加-q安静模式
  • 做了一些优化输出
  • 修复了http头信息错误

cscan's People

Contributors

j3ers3 avatar

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.