Giter Site home page Giter Site logo

bsilencescan's Introduction

BSilenceScan

BSlienceScan是一款基于Telnet进行端口扫描的工具,相对Nmap产生的动静会少很多,而且扫描速度极快,配置简单,并且采用线程池降低多线程实现复杂度,便于二次开发。

安装 & 运行

使用前先安装python3库IPy,运行前配置好host_list.txtport_list.txt,然后运行scan.py即可。

使用

配置文件是config.ini, max_thread_count为默认配置的3线程,telnet_timeout为telnet连接超时时间。

扫描目标配置文件是host_list.txt,支持多IP配置

192.168.1.0/24
192.168.3.0/24
1.2.3.4

扫描目标端口配置文件是port_list.txt,支持多段端口配置

21-80
3389
4000-5000

扫描完成显示结果,基于Services Name显示端口服务:

192.168.1.2 port 88 , kerberos --- Kerberos
192.168.1.2 port 445 , microsoft-ds --- Microsoft-DS
192.168.1.2 port 548 , afpovertcp --- AFP over TCP
扫描完成

bsilencescan's People

Contributors

britzlieg avatar

Watchers

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