Coder Social home page Coder Social logo

afwu / qscan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xor0ne/qscan

0.0 1.0 0.0 53 KB

Quick network scanner library. https://crates.io/crates/qscan

License: GNU General Public License v3.0

Shell 6.90% Rust 90.54% Dockerfile 2.55%

qscan's Introduction

Quick Network Scanner

Quick Network Scanner project includes:

  • qscan: a rust library for asynchronous network ports scanning (see README).
  • qsc: a command line utility built on top of qscan library for quick network scanning activities (see README).

NOTE: in order to properly use the library and the command line utility provided by this project you may need to increase the maximum allowed open files. E.g.:

ulimit -n 10000

NOTE: also, for using the ping scan functionality, you need root or other proper permission (i.e. CAP_NET_RAW).

qsc CLI Tool: Quick Scan Example

Install qsc with:

cargo install qsc

run the scanner (TCP connect scan):

qsc --targets www.google.com --ports 1-1024

for more details and options see qsc README.

qscan Library

For using qscan library put this dependency in your Cargo.toml:

[dependencies]
qscan = "0.6.0"

for more details and examples see qscan README.

Build from Source

Clone and build with:

git clone https://github.com/0xor0ne/qscan.git
cd qscan
cargo build --release

Related Projects

qscan's People

Contributors

0xor0ne avatar

Watchers

 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.