RECO-TIME is a web reconnaissance tool that helps to perform enumeration of necessary information, with the purpose of our saving time.
- Identifies the tecnology working on a Web Page using
WhatWeb
- Searches subdomains using
Subfinder
- Discovers endpoints by means of
Waybackurls
- Analyzes vulnerabilities in WordPress Web Pages using
WPScan
$ git clone https://github.com/lazy29t/RecoTime.git
$ cd RecoTime
$ sudo chmod +x recotime.sh
$ sudo ./recotime.sh
Use the -d
option followed by the target DOMAIN to start the reconnaissance
./recotime.sh -d [DOMAIN]
./recotime.sh -d example.com
The output will be displayed on your terminal and saved to a .txt
file.
If you encounter any issues or have any questions, you can contact to me :)
Stay Hacking💪
To mhmdiaa for give us waybackurls.py Inspired by S4vitar for his guide video in bash code