GithubHelp home page GithubHelp logo

chgsyh / ipscanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from barrydeng/ipscanner

0.0 0.0 0.0 152 KB

网络扫描器

License: GNU General Public License v3.0

Python 17.12% C 77.37% Makefile 5.51%

ipscanner's Introduction

Basic Scanner

Info

A simple IP scanner, which is the program assignment of the Internet Security in NUAA, 2017. It can do such kinds of IP scanning:

  • Connect
  • SYN
  • FIN
  • ACK(TODO)
  • UDP(TODO) With libnet and libpcap, building packets and handling packets is quiet easy. Also, the use of multi-thread makes it faster.

Usage

sudo ./ipscan -s [Connect|SYN|FIN|ACK|UDP] -i [interface_name] -p [ports] -t [interval_time] -T [timeout_time] ip_address

Note:

  1. ports can be 22,80,125, 1-100, or 1-100,135, but spaces cannot be existed.
  2. ip_address can be the simple one 192.168.1.1, or a CIDR address 192.168.1.0/24

TODO

  • Finish other kinds of scanning.

ipscanner'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.