OG AUTO-RECON: A Scanner based on Nmap

OG AUTO-RECON is an information collection program based on Nmap results.

Specifications

  • The purpose of the OG Auto-Recon is to automate the initial information gathering phase and then to list as much information as possible about its target based on these results.
  • This tool is intended for CTF and can be quite "noisy" but also useful.
  • All tools in this program comply with OSCP rules.
  • Command syntax can easily be modified to  Config. The names of the variables should remain unchanged.
  • If a virtual routing path is detected, the OG Auto-Recon will add the hostnames to the / etc / hosts file and continue listing the hostnames.
  • DNS numbering is necessary to ignore .com .co .eu .uk, etc. domains… as this tool was designed for CTF such as hack the box. It will try to find most .htb domains if dns servers are detected.
  • This program uses several auto & custom tools to enumerate a target, based on nmap results.
  • All commands and results are recorded in a reference folder in the user directory ~ /.local/share/autorecon/ using the box: “report/IP-ADDRESS/”. So the results will look like: report/10.10.10.108/

Installation

cd / opt git clone https://github.com/Knowledge-Wisdom-Understanding/recon.git
cd recon chmod + x setup.sh ./setup.sh python3 setup.py installation

Use

       _____________ ____ ________________ / ___ / ___ \ / / | / ___ / __ \ Mr.P-Millz _____ OG / / _ \ ______ / __ / | ______ | __ | _____ * \ _________________ / __ / | ___ __ / __ / / _ \ \ | | \ __ \ / _ \ | | __ / __ \ _ / ___ \ / _ \ | | | | ___ \ | | / | | (| _ |) | | \ ___ / \ \ __ (| _ |) | | | ___ | ____ / \ __ \ ____ | ____ / _ | __ | \ _ \ ____ / | __ | ____ | / gtihub.com/Knowledge-Wisdom-Understanding \ ___ \ / \ __ \ / \ __ \ _ / v3.6 \ ___ \ / usage: autorecon -t 10.10.10.10 An Information Gathering and Enumeration Framework optional arguments: -h, --help show this help message and exit -t TARGET, --target TARGET Single IPv4 Target to Scan -F, --FUZZ auto fuzz found urls ending with .php for params -v, --version Show Current Version -f FILE , --file FILE File of IPv4 Targets to Scan -w [WEB], --web [WEB] Get open ports for IPv4 address, then only Enumerate Web & and Dns Services.  -t, - target must be specified.
 -w, --web takes a URL as an argument.  ie  python3 recon.py -t 10.10.10.10 -w secret -i {http, httpcms, ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit , peaceout, ftpAnonDL, winrm} [{http, httpcms, ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL } ...], --ignore {http, httpcms, ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL, winrm} [{http, httpcms, ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL, winrm} ...] Service modules to ignore during scan.
 -s {http, httpcms, ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL, winrm} [{http, httpcms , ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL, winrm} ...], --service {http, httpcms, ssl, sslcms, aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL, winrm} [{http, httpcms, ssl, ss aquatone, smb, dns, ldap, removecolor, oracle, source, sort_urls, proxy, proxycms, fulltcp, topports, remaining, searchsploit, peaceout, ftpAnonDL, winrm} ...] Scan only specified service modules -b {ftp, smb, http, ssh}, --brute {ftp, smb, http, ssh} Experimental!  - Brute Force ssh, smb, ftp, or http.  -t, --target is REQUIRED.  Must supply only one protocol at a time.   brute is initiated, when no user or passwords are supplied as options. -p PORT, --port PORT port for brute forcing argument. If no port specified, default port will be used -u USER, --user USER Single user name for brute forcing, for SSH, if no user specified, will default to wordlists/usernames.txt and bruteforce usernames -U USERS, -- USERS USERS List of usernames to try for brute forcing. Not yet implemented -P PASSWORDS, --PASSWORDS PASSWORDS List of passwords to try. Optional for SSH, By default wordlists/probable-v2-top1575.txt will be used.

Application snapshots

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.100 registrants.

Written by Anastasis Vasileiadis

Translations are like women. When they are beautiful they are not faithful and when they are faithful they are not beautiful.

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).