11![ Python Version] ( https://img.shields.io/static/v1.svg?label=Python&message=3.x&color=Blue )
2- ![ GitHub ] ( https://img.shields.io/github/license/spiderlabs/hosthunter.svg )
3- ![ Twitter Follow] ( https://img.shields.io/twitter/follow/superhedgy.svg?style=social )
2+ [ ![ License ] ( https://img.shields.io/github/license/spiderlabs/hosthunter.svg )] ( https://github.com/SpiderLabs/HostHunter/blob/master/LICENSE )
3+ [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/superhedgy.svg?style=social )] ( https://twitter.com/superhedgy )
44
55HostHunter v1.5
66======
@@ -24,15 +24,14 @@ $ pip3 install -r requirements.txt
2424```
2525
2626The next few steps are only required if you would like to use the Screen Capture feature.
27- * Use wget command to download the latest Google Chrome Debian package.
2827
29- Mac OS:
28+ * Download and install the latest version of Google Chrome.
29+
30+ ** Mac OS:**
3031``` bash
3132$ brew cask install google-chrome
3233```
33- or
34-
35- Linux:
34+ ** Linux:**
3635``` bash
3736
3837$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
@@ -42,15 +41,13 @@ $ dpkg -i ./google-chrome-stable_current_amd64.deb
4241$ sudo apt-get install -f
4342```
4443
45- * Download and install ChromeDriver.
44+ * Download and installthe latest ChromeDriver.
4645
47- Mac OS:
46+ ** Mac OS:**
4847``` bash
4948wget -O /tmp/chromedriver.zip https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_mac64.zip&& sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/;
5049```
51- or
52-
53- Linux:
50+ ** Linux:**
5451``` bash
5552wget -O /tmp/chromedriver.zip https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip&& sudo unzip /tmp/chromedriver.zip chromedriver -d /usr/local/bin/;
5653```
@@ -89,7 +86,7 @@ optional arguments:
8986 Applications.
9087 -t TARGET, --target TARGET
9188 Scan a Single IP.
92- -V, --version Displays thecurrenct version.
89+ -V, --version Displays thecurrent version.
9390
9491```
9592
@@ -129,3 +126,7 @@ This project is licensed under the MIT License.
129126
130127##Authors
131128* ** Andreas Georgiou** - find me on twitter -[ @superhedgy ] ( https://twitter.com/superhedgy )
129+
130+ ##StarGazers
131+ Thank you for all the support & feedback!
132+ [ ![ Stargazers] ( https://starcharts.herokuapp.com/SpiderLabs/HostHunter.svg )] ( https://starcharts.herokuapp.com/SpiderLabs/HostHunter )