File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
documentation/modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Description
2
+
3
+ This module displays the version information about each system.
4
+
5
+ ## Verification Steps
6
+
7
+ 1 . Do: ``` use auxiliary/scanner/http/http_version ```
8
+ 2 . Do: ``` set RHOSTS [IP] ```
9
+ 3 . Do: ``` set RPORT [PORT] ```
10
+ 4 . Do: ``` run ```
11
+
12
+ ## Scenarios
13
+
14
+ ** Running the scanner**
15
+
16
+ ```
17
+ msf > use auxiliary/scanner/http/http_version
18
+ msf auxiliary(http_version) > show options
19
+
20
+ Module options (auxiliary/scanner/http/http_version):
21
+
22
+ Name Current Setting Required Description
23
+ ---- --------------- -------- -----------
24
+ Proxies no A proxy chain of format type:host:port[,type:host:port][...]
25
+ RHOSTS yes The target address range or CIDR identifier
26
+ RPORT 80 yes The target port (TCP)
27
+ SSL false no Negotiate SSL/TLS for outgoing connections
28
+ THREADS 1 yes The number of concurrent threads
29
+ VHOST no HTTP server virtual host
30
+
31
+ msf auxiliary(http_version) > set RHOSTS 192.168.56.101
32
+ RHOSTS => 192.168.56.101
33
+ msf auxiliary(http_version) > run
34
+
35
+ [+] 192.168.56.101:80 Apache/2.2.8 (Ubuntu) DAV/2 ( Powered by PHP/5.2.4-2ubuntu5.10 )
36
+ [*] Scanned 1 of 1 hosts (100% complete)
37
+ [*] Auxiliary module execution completed
38
+
39
+ msf auxiliary(http_version) >
40
+ ```
You can’t perform that action at this time.
0 commit comments