Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivamrai2003/reconky-automated_bash_script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
https://github.com/shivamrai2003/reconky-automated_bash_script
automated-testing bash-script bugbounty bugbounty-tool bugbounty-tools enumeration exploitation hacking hacking-code nmap osint penetration-testing pentesting-tools recon recon-tools reconnaissance
Last synced: 12 days ago
JSON representation
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
- Host: GitHub
- URL: https://github.com/shivamrai2003/reconky-automated_bash_script
- Owner: ShivamRai2003
- License: gpl-3.0
- Created: 2021-06-23T15:18:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T17:25:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T18:02:16.384Z (12 days ago)
- Topics: automated-testing, bash-script, bugbounty, bugbounty-tool, bugbounty-tools, enumeration, exploitation, hacking, hacking-code, nmap, osint, penetration-testing, pentesting-tools, recon, recon-tools, reconnaissance
- Language: Shell
- Homepage: https://shivamrai2003.github.io/
- Size: 15.8 MB
- Stars: 194
- Watchers: 8
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Reconky-Automated Bash Script
```--------- _______ _______ _______ _______ _ _
( ____ )( ____ \( ____ \( ___ )( ( /|| \ /\|\ /|
| ( )|| ( \/| ( \/| ( ) || \ ( || \ / /( \ / )
| (____)|| (__ | | | | | || \ | || (_/ / \ (_) /
| __)| __) | | | | | || (\ \) || _ ( \ /
| (\ ( | ( | | | | | || | \ || ( \ \ ) (
| ) \ \__| (____/\| (____/\| (___) || ) \ || / \ \ | |
|/ \__/(_______/(_______/(_______)|/ )_)|_/ \/ \_/
```# Usage
`./reconky.sh `# About
Reconky is a script written in bash to automate the task of recon and information gathering.This Bash Script allows you to collect some information that will help you identify what to do next and where to look for the required target.
# Main-Features
- It will Gathers Subdomains with assetfinder and Sublist3r
- Duplex check for subdomains using amass
- Enumerates subdomains on a target domain through dictionary attack using knockpy
- searchs for alive domains using Httprobe
- Investigates for feasible subdomain takeover
- Scans for open ports using nmap
- Pulls and Assembls all possible parameters found in wayback_url data
- Pulls and compilis json/js/php/aspx/ files from wayback output
- Runs eyewitness against all the compiled(alive) domains# Installation & Requirements
- Download the install script from https://github.com/ShivamRai2003/Reconky-Automated_Bash_Script/blob/main/reconky.sh# DEMO
![cli output](https://github.com/ShivamRai2003/Reconky-Automated_Bash_Script/blob/main/Recon.gif)`Note : this tool tested on the kali linux 2021.2 live image. If install.sh does not run kindly install all the tools manually described in that.So that directory problem will not occur and make sure all the tools can be run globally from any directory for that use symbolic link.`
### Happy Hunting
`Note : Run with Caution. Pull Request and New Ideas Is Welcome. `