Ignitetch / Ashok

Ashok is a Osint Reconnaissance Tool , a.k.a swiss knife for Reconnaissance , A tool for every beginner/pentester in their penetration testing tasks.

Home Page:https://medium.com/@ankudobal46/ashok-osint-recon-tool-for-hackers-430b2067edc5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Ashok
Ashok

Osint Recon Swiss Army Knife

Main Features

[+] 1  - HTTP Header Checker

[+] 2  - Whois Lookup

[+] 3  - Dns Lookup

[+] 4  - Banner Graber

[+] 5  - Github Information Extractor

[+] 6  - Nmap Scan

[+] 7  - Link Extractor 

[+] 8  - Subdomain Identifier

[+] 9  - Subnet Lookup 

[+] 10 - Cms/Technology Detector With Custom Headers

[+] 11 - Geoip Lookup

Compatibility

Ashok is a Osint Recon Swiss Army Knife, It is still in a beta state so it it not compatible with windows .It will run with following configuration:

  • Operating Systems: Linux, Mac
  • Python Versions: Python3.5, Python 3.7

Installation

Ashok is very simple to install with the following steps :

~> git clone https://github.com/ankitdobhal/Ashok
~> cd Ashok
~> pip3 install -r requirements.txt
~> python3 Ashok.py -h

Usage

Ashok is a beginners friendly tool for beginners in penetration testing and OSINT, it can be used with the following command and examples :

[+] Note : You can check whole help page of Ashok with the following command : ~> python3 Ashok.py -h Alt Text

Here are some basic example to use Ashok for your Osint recon :

1. HTTP Header Checker

~> python3 Ashok.py --headers domain_name
example : python3 Ashok.py --headers example.com
2. Whois Lookup

~> python3 Ashok.py --whois domain_name
example : python3 Ashok.py --whois example.com
3.Banner Graber
~> python3 Ashok.py --banner ip_address
example : python3 Ashok.py --banner 8.8.8.8
4. Github Information Extractor
~> python3 Ashok.py --username username_of_github_user
example : python3 Ashok.py --username Elliot
5. Cms/Technology Detector With Custom Headers
~> python3 Ashok.py --cms url_of_target
example : python3 Ashok.py --cms https://www.example.com

Contribution & License

You can contribute in following ways:

  • Report bugs
  • Develop plugins
  • Give suggestions to make it better
  • Fix issues & submit a pull request

Credits

About

Ashok is a Osint Reconnaissance Tool , a.k.a swiss knife for Reconnaissance , A tool for every beginner/pentester in their penetration testing tasks.

https://medium.com/@ankudobal46/ashok-osint-recon-tool-for-hackers-430b2067edc5

License:Apache License 2.0


Languages

Language:Python 100.0%