Skip to content

Commit be589be

Browse files
committed
Updated documentation (closes #20)
1 parent 1ffc651 commit be589be

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ python-wappalyzer
1616
requests
1717
```
1818

19-
Recommended one-time installation steps using virtualenv:
19+
The script `analyze_hosts` can execute other scans, based on their fingerprint:
20+
```
21+
droopescan
22+
WPscan
23+
```
24+
25+
26+
Recommended one-time installation steps using virtualenv (note that virtualenv needs to be installed for this):
2027
```
2128
git clone https://github.com/PeterMosmans/security-scripts
2229
cd security-scripts
@@ -26,6 +33,13 @@ virtualenv .
2633
pip install -r requirements.txt
2734
```
2835

36+
37+
Recommended one-time installation steps without virtualenv:
38+
```
39+
git clone https://github.com/PeterMosmans/security-scripts
40+
pip install -r requirements.txt
41+
```
42+
2943
### usage
3044
```
3145
usage: analyze_hosts.py [-h] [--dry-run] [-i INPUTFILE] [-o OUTPUT_FILE]
@@ -36,7 +50,7 @@ usage: analyze_hosts.py [-h] [--dry-run] [-i INPUTFILE] [-o OUTPUT_FILE]
3650
[--timeout TIMEOUT] [-v]
3751
[target]
3852
39-
analyze_hosts.py version 0.8 - scans one or more hosts for security misconfigurations
53+
analyze_hosts.py version 0.13 - scans one or more hosts for security misconfigurations
4054
4155
Please note that this is NOT a stealthy scan tool: By default, a TCP and UDP
4256
portscan will be launched, using some of nmap's interrogation scripts.
@@ -78,7 +92,6 @@ optional arguments:
7892
--maxtime MAXTIME timeout for scans in seconds (default 600)
7993
--timeout TIMEOUT timeout for requests in seconds (default 10)
8094
-v, --verbose Be more verbose
81-
8295
```
8396

8497
## analyze-hosts.sh
@@ -90,6 +103,7 @@ The main objectives for the script is to make it as easy as possible to perform
90103
* nmap
91104
* [openssl-1.0.2-chacha](https://github.com/PeterMosmans/openssl/tree/1.0.2-chacha/)
92105
* [whatweb](https://github.com/urbanadventurer/WhatWeb)
106+
+ whois
93107

94108

95109
### Examples

0 commit comments

Comments
 (0)