Skip to content

Fast Web/HTTP checker using its own custom list of web ports identified from various testing engagements.

Notifications You must be signed in to change notification settings

iamfriedbean/ruaweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

ruaweb - aRe yoU A WEB

Fast Web/HTTP checker using its own custom list of web ports (e.g. 80,443,8080,8008 and lots,lots more) use by different technologies identified from various testing engagements. It takes a list of domains and checks for running web service at different ports. Only domains with running web service (active) will be returned.

Basic Usage

echo 'github.com' | ruaweb
cat domains.txt | ruaweb

Parallelism

Number of threads can be set using the -threads flag. It uses 5 threads by default.

cat domains.txt | ruaweb -threads 30

Timeout

Connectivity time out can be specified using the -timeout flag in seconds. It uses 1 second by default.

cat domains.txt | ruaweb -threads 30 -timeout 5

Output

The results are displayed as standard output. It returns the URL including the identified protocol(http/https),port used, status code, http title and server if available.

echo 'github.com' | ruaweb

https://github.com:443, 200, "GitHub: Let’s build from here · GitHub", GitHub.com

Installation

Part of Beanscan Suite of tools. See beanscan repository.

About

Fast Web/HTTP checker using its own custom list of web ports identified from various testing engagements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published