Skip to content

postmodern/ruby-rustscan

Repository files navigation

ruby-rustscan

CI Gem Version

Description

A Ruby interface to rustscan, the Modern Port Scanner.

Features

Examples

Run rustscan --addresses 127.0.0.1 -p 80,443 from Ruby:

require 'rustscan/command'

Rustscan::Command.run(addresses: ['127.0.0.1'], ports: [80, 443])

Requirements

Install

$ gem install ruby-rustscan

gemspec

gemspec.add_dependency 'ruby-rustscan', '~> 0.1'

Gemfile

gem 'ruby-rustscan', '~> 0.1'

License

Copyright (c) 2022 Hal Brodigan

See {file:LICENSE.txt} for license information.

About

A Ruby interface to rustscan, the Modern Port Scanner.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages