Skip to content

Commit f5edfb5

Browse files
authored
Update README.md
1 parent 06221f6 commit f5edfb5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ IntRec-Pack is a Bash script designed to download, install and deploy several qu
77
+-----------------------+-------------------------------------------+
88
| Tool | Utility type and feature summary |
99
+-----------------------+-------------------------------------------+
10-
|1. QuickScan | Port Scanner/WHOIS/Domain Resolver |
11-
|2. DNSRecon | Advanced DNS Enumeration & Domain Utility |
10+
|1. QuickScan | Port Scanner/WHOIS/Domain Resolver |
11+
|2. DNSRecon | Advanced DNS Enumeration & Domain Utility |
1212
|3. Sublist3r | OSINT Based Subdomain Enumeration |
1313
|4. TekDefense-Automator| OSINT Based IP, URL and Hash Analyzer |
1414
|5. TheHarvester | eMail, vHost, Domain and PII Enumeration |
1515
|6. IOC-Parser | Threat Intel, parses IOC data from reports|
1616
|7. PyParser-CVE | Multi Source Exploit Parser/CVE Lookup |
1717
|8. Mimir | HoneyDB CLI/Threat Intelligence Utility |
1818
|9. Harbinger | Cymon.io, Virus Total, Threat Feed Parser |
19-
|10.Spiderfoot | Advanced OSINT/Reconnaissance Framework |
19+
|10.Inquisitor | OSINT Recon/data visualization utility |
20+
|11.BirdWatch | SOCMINT Utility with a focus on Twitter |
21+
|12.Spiderfoot | Advanced OSINT/Reconnaissance Framework |
2022
+-----------------------+-------------------------------------------+
2123
```
2224

@@ -43,11 +45,13 @@ The **`help`** option displays further usage information and general details abo
4345

4446
## Update
4547

46-
The script has been updated to version 1.0.1.
48+
The script has been updated to version 1.2.1.
4749

4850

4951
**Changelog**
5052

53+
Two additional programs have been added BirdWatch, which is a SOCMINT utility with a focus on twitter and Inquisitor which is an OSINT based Recon tool. Furthermore toddington.com has been added to the `Online Resources` feature to be used as a reference guide to additional OSINT resources.
54+
5155
Each installation operation now has its own function in order to make the script modular. This will also allow for the easy addition of operations that would install other/more tools in the future.
5256

5357
Additional checks have been added to the script in order to look for the presence of utilities such as `wget`, `git` and `pip`. This is important because some distros such as Debian and Devuan do not come with some of these utilities installed by default. Should the script find any of these utilities are missing it will attempt to automatically resolve the issue. Making the script effective and compatible with most Debian based distros.

0 commit comments

Comments
 (0)