Skip to content

Commit 1966d32

Browse files
committed
Updated README
1 parent beb3392 commit 1966d32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See what sort of trouble users can get in trying to type your domain name. Find
44

55
Demo
66
----
7-
![demo](http://i.imgur.com/8IeMdXO.png)
7+
![Screenshot](http://i.imgur.com/8IeMdXO.png)
88

99
You are also welcome to see some [example reports](https://github.com/elceef/dnstwist/tree/master/examples).
1010

@@ -14,7 +14,7 @@ There are several good reasons to give it a try:
1414

1515
* Wide range of domain fuzzing algorithms
1616
* Resolving domain names to IPv4 and IPv6
17-
* Queries for NS and MX records
17+
* Querying for NS and MX records
1818
* Optional: Evaluating web page similarity with fuzzy hashes
1919
* Optional: GeoIP location information
2020
* Optional: Banner grabbing for HTTP and SMTP services
@@ -28,7 +28,7 @@ If you want *dnstwist* to develop full power, please make sure the following Pyt
2828
* [Python GeoIP](https://pypi.python.org/pypi/GeoIP/)
2929
* [A DNS toolkit for Python](http://www.dnspython.org/)
3030
* [WHOIS](https://pypi.python.org/pypi/whois)
31-
* [Requests: HTTP for Humans](http://www.python-requests.org/en/latest/)
31+
* [Requests: HTTP for Humans](http://www.python-requests.org/)
3232
* [ssdeep](https://pypi.python.org/pypi/ssdeep)
3333

3434
If running Ubuntu or Debian, you can install dependencies like this:
@@ -38,6 +38,7 @@ If running Ubuntu or Debian, you can install dependencies like this:
3838
Installation of *ssdeep* module requires a little more effort:
3939

4040
`$ sudo apt-get install build-essential libffi-dev python python-dev python-pip automake autoconf libtool`
41+
4142
`$ sudo BUILD_LIB=1 pip install ssdeep`
4243

4344
Contact

0 commit comments

Comments
 (0)