lockfale / OSINT-Framework

OSINT Framework
MIT License
7.07k stars 1.22k forks source link

Request to add tool: IntRec-Pack. #61

Closed NullArray closed 6 years ago

NullArray commented 6 years ago

Hello,

Recently I released a utility written in Bash designed to download and install a number of high quality OSINT, Threat Intel and Recon tools. Not only does it perform an installation of these tools it also manages the installation of any dependencies required by them . Most of the tools available in my implementation are already featured in OSINT-Framework. The aim of my shell script however, is to automate the deployment of the tools it features, and to make setting up an intelligence gathering environment quick and easy.

Here is a quick summary of the programs available with IntRec-Pack

+-----------------------+-------------------------------------------+
| Tool                  | Utility type and feature summary          |
+-----------------------+-------------------------------------------+
|1. QuickScan           | Port Scanner/WHOIS/Domain Resolver        | 
|2. DNSRecon            | Advanced DNS Enumeration & Domain Utility |
|3. Sublist3r           | OSINT Based Subdomain Enumeration         |
|4. TekDefense-Automator| OSINT Based IP, URL and Hash Analyzer     |
|5. TheHarvester        | eMail, vHost, Domain and PII Enumeration  |
|6. IOC-Parser          | Threat Intel, parses IOC data from reports|
|7. PyParser-CVE        | Multi Source Exploit Parser/CVE Lookup    |
|8. Mimir               | HoneyDB CLI/Threat Intelligence Utility   |
|9. Harbinger           | Cymon.io, Virus Total, Threat Feed Parser |
|10.Spiderfoot          | Advanced OSINT/Reconnaissance Framework   |
+-----------------------+-------------------------------------------+

Furthermore I have added a feature that will allow the user to visit http://osintframework.com by opening it programatically from within the Bash script. The reason for which being that if the user should find they are in need of an OSINT tool that is not covered by IntRec-Pack they can easily browse the selection of resources that you are providing in order to complete their own arsenal.

Should you like to review the source code and/or details of the project please visit it's official repo by clicking here.

With kind regards, NullArray

mrpnkt commented 6 years ago

fixed the url: https://github.com/NullArray/IntRec-Pack. Great tool!

NullArray commented 6 years ago

Whoops yeah, missed the last 'k' on the URL, hehe. Thank you for the kind words as well, i put a lot of effort into writing the tool so I appreciate it. Please feel free to leave any feedback in the 'issue' section as well if/when you take a look at the source. I am always open to constructive criticism and improving my work in general!

mrpnkt commented 6 years ago

Added.

NullArray commented 6 years ago

Awesome :100:

s0lray commented 6 years ago

Awesome tool @NullArray! Thanks for the PR @mrpnkt. Merging now.