/ramp

rust port scanner

Primary LanguageRust


RAMP - port scanner

ramp a port scanning tool written in rust ๐Ÿฆ€ scans port in just seconds without missing any of them

Version

Usage

ramp -h

USAGE:
    ramp [FLAGS] [OPTIONS] <target>

FLAGS:
    -f, --full       Scan all 65535 ports
    -h, --help       Prints help information
    -V, --version    Prints version information
    -v, --verbose    Display detailed information

OPTIONS:
    -c, --concurrency <concurrency>    Concurrency [default: 1002]
    -t, --timeout <timeout>            Connection timeout [default: 3]

ARGS:
    <target>    The target to scan

Speed

> time ./ramp -v hackerone.com

โ–„โ–„โ–„   โ–„โ–„โ–„ยท โ€ข โ–Œ โ–„ ยท.  โ–„โ–„โ–„ยท
โ–€โ–„ โ–ˆยทโ–โ–ˆ โ–€โ–ˆ ยทโ–ˆโ–ˆ โ–โ–ˆโ–ˆโ–ˆโ–ชโ–โ–ˆ โ–„โ–ˆ
โ–โ–€โ–€โ–„ โ–„โ–ˆโ–€โ–€โ–ˆ โ–โ–ˆ โ–Œโ–โ–Œโ–โ–ˆยท โ–ˆโ–ˆโ–€ยท
โ–โ–ˆโ€ขโ–ˆโ–Œโ–โ–ˆ โ–ชโ–โ–Œโ–ˆโ–ˆ โ–ˆโ–ˆโ–Œโ–โ–ˆโ–Œโ–โ–ˆโ–ชยทโ€ข
.โ–€  โ–€ โ–€  โ–€ โ–€โ–€  โ–ˆโ–ชโ–€โ–€โ–€.โ–€
    ramp by SixSyxtySix
    https://github.com/6Sixty6/ramp
---------------------------------

Scanning common 1002 ports of hackerone.com. Concurrency: 1002. Timeout: 3
53
80
443
8080
8443

real	0m3.052s
user	0m0.019s
sys	    0m0.038s

Build

  • note: rust has to be installed
git clone https://github.com/6Sixty6/ramp.git
cd rrep
cargo build

Credits

https://github.com/0xlilith

Contributions ๐ŸŽ‰

Any contributions are accepted through PR