Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 850 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 850 Bytes

R-Finder

R-Finder V 2.0 ( File & Open Directory finder ) - R&D ICWR

forthebadge made-with-python GitHub license

usage: R-Finder.py [-h] -x TARGET -l LIST -t THREAD -d TIMEOUT [-p PORT]

options:
  -h, --help            show this help message and exit
  -x TARGET, --target TARGET
  -l LIST, --list LIST
  -t THREAD, --thread THREAD
  -d TIMEOUT, --timeout TIMEOUT
  -p PORT, --port PORT  Specify a custom port (optional)

python R-Finder.py -x [target] -l [list] -t [thread] -d [timeout] -p [port]

python R-Finder.py -x https://www.target.com/ -l list.txt -t 10 -d 5 -p 443