Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f76ade

Browse files
committed
README update
1 parent423447c commit2f76ade

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

‎README.md‎

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
HostHunter v1.5
66
======
@@ -24,15 +24,14 @@ $ pip3 install -r requirements.txt
2424
```
2525

2626
The 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 latestChromeDriver.
4645

47-
Mac OS:
46+
**Mac OS:**
4847
```bash
4948
wget -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
5552
wget -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)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp