@@ -4,7 +4,7 @@ See what sort of trouble users can get in trying to type your domain name. Find
4
4
5
5
Demo
6
6
----
7
- ![ demo ] ( http://i.imgur.com/8IeMdXO.png )
7
+ ![ Screenshot ] ( http://i.imgur.com/8IeMdXO.png )
8
8
9
9
You are also welcome to see some [ example reports] ( https://github.com/elceef/dnstwist/tree/master/examples ) .
10
10
@@ -14,7 +14,7 @@ There are several good reasons to give it a try:
14
14
15
15
* Wide range of domain fuzzing algorithms
16
16
* Resolving domain names to IPv4 and IPv6
17
- * Queries for NS and MX records
17
+ * Querying for NS and MX records
18
18
* Optional: Evaluating web page similarity with fuzzy hashes
19
19
* Optional: GeoIP location information
20
20
* 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
28
28
* [ Python GeoIP] ( https://pypi.python.org/pypi/GeoIP/ )
29
29
* [ A DNS toolkit for Python] ( http://www.dnspython.org/ )
30
30
* [ 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/ )
32
32
* [ ssdeep] ( https://pypi.python.org/pypi/ssdeep )
33
33
34
34
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:
38
38
Installation of * ssdeep* module requires a little more effort:
39
39
40
40
` $ sudo apt-get install build-essential libffi-dev python python-dev python-pip automake autoconf libtool `
41
+
41
42
` $ sudo BUILD_LIB=1 pip install ssdeep `
42
43
43
44
Contact
0 commit comments