Skip to content

DioBruh/rscanner-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSCANNER-PRO
(c) 2021-2022 DioBrando and Josh Washingtom.


RSCANNER is a program that explores directory listing in web pages.
Wanna collaborate? send me a message in my Email today to help with development!



- - - - - - - - - - - - -
INTRODUCTION
- - - - - - - - - - - - -

RSCANNER is a port-scanner tool inspired in NMAP, Written in ruby.
This program are created by DioBrando and Josh-Washington
If you found any bug in program, report this in issues.

- - - - - - - - - - - - -
TERMS OF USE
- - - - - - - - - - - - -

When you use this program, you agree not to attack private websites or government organizations
Only assholes do that
Neither I nor josh are responsible for misuse of this program.
So that it is up to the user to use with their responsibility and ethics.

- - - - - - - - - - - - -
COMPATIBILITY
- - - - - - - - - - - - -




This tool can be used in windows and linux!

HOW TO COMPILE (LINUX)
- - - - - - - - - - - - - - - - - - - - -

To compile, configure and install dbuster, just type:

If you're in sudo mode or rooted, just type:

chmod +x configure.sh
./configure.sh -r

or

./configure.sh --root

if you're a termux user, just type:

./configure.sh -t
./configure.sh --termux

WINDOWS
- - - - - - - - -

To compile, configure and install dbuster in windows, just type:

IN TESTING! VERSION 2.0V WILL BE INCLUDE WINDOWS

USING
- - - - - -

After you start configure.sh, just type:

rscan --help

Ouput will be like this:

Example: scanrb -i 192.168.0.1      For scan
scanrb -i 192.168.0.1 -t TIMEOUT    For use timout per seconds
scanrb -v true -i 192.168.0.1	      For use verbose
scanrb -d                           For use DNS-RESOLVER tool
scanrb -h                           For show this message
scanrb -V                           For show program version
scanrb -C                           For display credits

You can scan ports of ip just using:

rscan -i <ip>

For use new dns-resolver tool, you can just type:

rscan --dns-resolver <dns>

For more infs, just type:

rscan --help