GitXplorerGitXplorer
r

recon

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
9b74a37f360a42f1e4c1a0373157da89aaebd45d

add issue templates

rroynrishingha committed 2 years ago
Unverified
6d2203dac2a23f0bdadcc3a9150e0e14991b2ce2

community standards added

rroynrishingha committed 2 years ago
Unverified
bc782a308b4c87a53280a72394177da8ba33ac1f

v0.1.0

rroynrishingha committed 2 years ago
Unverified
7efac0bec6520e172d7f3e7457da4272bc78cbe1

fully async

rroynrishingha committed 2 years ago
Unverified
ad443b74954865e64c924fb563aa03f0a3816834

initial prototype

rroynrishingha committed 2 years ago

README

The README file for this repository.

recon

A port scanner cli for active reconnaissance

Usage

  1. clone locally
git clone https://github.com/royrustdev/recon.git
cd recon
  1. compile
cargo build --release

List modules

cargo run -- modules

Scan a target

cargo run --release -- scan <example.com>

Example

./target/release/recon modules
./target/release/recon scan royrustdev.com

or

cargo run --release -- scan royrustdev.com